SPECS: PackageKit.spec - fix packaging on !x86 - rel 2

patrys patrys at pld-linux.org
Wed May 28 11:56:17 CEST 2008


Author: patrys                       Date: Wed May 28 09:56:17 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fix packaging on !x86
- rel 2

---- Files affected:
SPECS:
   PackageKit.spec (1.7 -> 1.8) 

---- Diffs:

================================================================
Index: SPECS/PackageKit.spec
diff -u SPECS/PackageKit.spec:1.7 SPECS/PackageKit.spec:1.8
--- SPECS/PackageKit.spec:1.7	Sat May 10 17:06:38 2008
+++ SPECS/PackageKit.spec	Wed May 28 11:56:12 2008
@@ -2,7 +2,7 @@
 Summary:	System daemon that is a D-BUS abstraction layer for package management
 Name:		PackageKit
 Version:	0.2.1
-Release:	1
+Release:	2
 License:	GPL v2+
 Group:		Applications
 Source0:	http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.gz
@@ -140,6 +140,10 @@
 
 mv -f $RPM_BUILD_ROOT%{_datadir}/locale/{no_nb,nb}
 
+if [ "%{_lib}" != "lib" ]; then
+	mv $RPM_BUILD_ROOT/{lib,%{_lib}}
+fi
+
 %py_postclean
 
 %find_lang %{name}
@@ -217,6 +221,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.8  2008-05-28 09:56:12  patrys
+- fix packaging on !x86
+- rel 2
+
 Revision 1.7  2008-05-10 15:06:38  patrys
 - 0.2.1
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/PackageKit.spec?r1=1.7&r2=1.8&f=u



More information about the pld-cvs-commit mailing list