SPECS: builder - add target switch to cache rpmdump - remove from ...
glen
glen at pld-linux.org
Sat Oct 8 23:11:48 CEST 2005
Author: glen Date: Sat Oct 8 21:11:48 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- add target switch to cache rpmdump
- remove from TODO items that are no longer true
---- Files affected:
SPECS:
builder (1.334 -> 1.335)
---- Diffs:
================================================================
Index: SPECS/builder
diff -u SPECS/builder:1.334 SPECS/builder:1.335
--- SPECS/builder:1.334 Thu Oct 6 20:48:46 2005
+++ SPECS/builder Sat Oct 8 23:11:43 2005
@@ -19,9 +19,6 @@
# - builder -u fetches current version first
# - tries to get new version from distfiles without new md5
# - after fetching new version doesn't update md5
-# - doesn't get sources for specs with %include /usr/lib/rpm/macros.python
-# when there's no rpm-pythonprov (rpm's fault, but it's ugly anyway)
-# - as above with %include /usr/lib/rpm/macros.perl and no rpm-perlprov
# - when Icon: field is present, -5 and -a5 doesn't work
VERSION="\
@@ -313,8 +310,7 @@
rpm -bp --nodeps --define 'prep %dump' $BCOND $TARGET_SWITCH $SPECFILE 2>&1
;;
rpmbuild )
- # FIXME: no $TARGET_SWITCH here needed?
- rpmbuild --nodigest --nosignature --define 'prep %dump' $BCOND $SPECFILE 2>&1
+ rpmbuild --nodigest --nosignature --define 'prep %dump' $BCOND $TARGET_SWITCH $SPECFILE 2>&1
;;
esac`
}
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/builder?r1=1.334&r2=1.335&f=u
More information about the pld-cvs-commit
mailing list