After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 335842 - please update pyspi.spec file
please update pyspi.spec file
Status: RESOLVED FIXED
Product: pyspi
Classification: Deprecated
Component: general
CVS HEAD
Other All
: Normal minor
: ---
Assigned To: PySPI Maintainers
PySPI Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-03-24 13:58 UTC by Lawrence Lim
Modified: 2006-04-13 23:49 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Lawrence Lim 2006-03-24 13:58:51 UTC
Please describe the problem:
spec needs to update the VERSION

Steps to reproduce:
1. make rpm 
2. 
3. 


Actual results:
gzip -f9 dist/pyspi-0.5.5.tar
removing 'pyspi-0.5.5' (and everything under it)
mkdir -p rpms/{BUILD,RPMS,SOURCES,SPECS,SRPMS}
# Create an rpmrc that will include our custom rpmmacros file
echo "%_topdir `pwd`/rpms/" > rpms/tmp.rpmmacros
echo "macrofiles:
/usr/lib/rpm/macros:/usr/lib/rpm/%{_target}/macros:/usr/lib/rpm/redhat/macros:/etc/rpm/macros.*:/etc/rpm/macros:/etc/rpm/%{_target}/macros:~/.rpmmacros:`pwd`/rpms/tmp.rpmmacros"
> rpms/tmp.rpmrc
# Build using the custom rpmrc in the rpms/ sub-dir
rpmbuild --rcfile
/usr/lib/rpm/rpmrc:/usr/lib/rpm/redhat/rpmrc:`pwd`/rpms/tmp.rpmrc  -tb
dist/pyspi-*.tar.gz
error: File /llim/MrQA/dogtail/pyspi/dist/pyspi-0.5.4.tar.gz: No such file or
directory
make: *** [rpm] Error 1


Expected results:
rpm package build

Does this happen every time?
YES

Other information:
Comment 1 Zack Cerza 2006-04-13 23:49:53 UTC
Fixed in the development version. The fix will be available in the next major release. Thank you for your bug report.