SPECS: PackageKit.spec - we tend to use rpm macros here
glen
glen at pld-linux.org
Wed May 28 14:46:24 CEST 2008
Author: glen Date: Wed May 28 12:46:24 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- we tend to use rpm macros here
---- Files affected:
SPECS:
PackageKit.spec (1.8 -> 1.9)
---- Diffs:
================================================================
Index: SPECS/PackageKit.spec
diff -u SPECS/PackageKit.spec:1.8 SPECS/PackageKit.spec:1.9
--- SPECS/PackageKit.spec:1.8 Wed May 28 11:56:12 2008
+++ SPECS/PackageKit.spec Wed May 28 14:46:18 2008
@@ -140,9 +140,9 @@
mv -f $RPM_BUILD_ROOT%{_datadir}/locale/{no_nb,nb}
-if [ "%{_lib}" != "lib" ]; then
- mv $RPM_BUILD_ROOT/{lib,%{_lib}}
-fi
+%if "%{_lib}" != "lib"
+mv $RPM_BUILD_ROOT/{lib,%{_lib}}
+%endif
%py_postclean
@@ -221,6 +221,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.9 2008-05-28 12:46:18 glen
+- we tend to use rpm macros here
+
Revision 1.8 2008-05-28 09:56:12 patrys
- fix packaging on !x86
- rel 2
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/PackageKit.spec?r1=1.8&r2=1.9&f=u
More information about the pld-cvs-commit
mailing list