SOURCES: rpm.macros - syntax
qboosh
qboosh at pld-linux.org
Sun Jan 6 15:41:30 CET 2008
Author: qboosh Date: Sun Jan 6 14:41:30 2008 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- syntax
---- Files affected:
SOURCES:
rpm.macros (1.411 -> 1.412)
---- Diffs:
================================================================
Index: SOURCES/rpm.macros
diff -u SOURCES/rpm.macros:1.411 SOURCES/rpm.macros:1.412
--- SOURCES/rpm.macros:1.411 Sun Jan 6 15:14:27 2008
+++ SOURCES/rpm.macros Sun Jan 6 15:41:24 2008
@@ -412,9 +412,9 @@
echo "DONE"; \
fi; \
fi; \
- filelist_all=%{?_autostripall:`find $RPM_BUILD_ROOT -type f -regex "%{_autostripall}"} \
- filelist_unneeded=%{?_autostripunneeded:`find $RPM_BUILD_ROOT -type f -regex "%{_autostripunneeded}"} \
- filelist_debug=%{?_autostripdebug:`find $RPM_BUILD_ROOT -type f -regex "%{_autostripdebug}"} \
+ filelist_all=%{?_autostripall:`find $RPM_BUILD_ROOT -type f -regex "%{_autostripall}"`}; \
+ filelist_unneeded=%{?_autostripunneeded:`find $RPM_BUILD_ROOT -type f -regex "%{_autostripunneeded}"`}; \
+ filelist_debug=%{?_autostripdebug:`find $RPM_BUILD_ROOT -type f -regex "%{_autostripdebug}"`}; \
if [ -n "$filelist_all" ]; then \
printf "Stripping everything from %d additional files..." $(echo "$filelist_all" | wc -l); \
chmod u+w $elfexelist; \
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/rpm.macros?r1=1.411&r2=1.412&f=u
More information about the pld-cvs-commit
mailing list