GNOME Bugzilla – Bug 335842
please update pyspi.spec file
Last modified: 2006-04-13 23:49:53 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:
Fixed in the development version. The fix will be available in the next major release. Thank you for your bug report.