SPECS: xen.spec - install hotplug, avoid duplicate packaging

glen glen at pld-linux.org
Sat Apr 26 23:12:40 CEST 2008


Author: glen                         Date: Sat Apr 26 21:12:40 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- install hotplug, avoid duplicate packaging

---- Files affected:
SPECS:
   xen.spec (1.59 -> 1.60) 

---- Diffs:

================================================================
Index: SPECS/xen.spec
diff -u SPECS/xen.spec:1.59 SPECS/xen.spec:1.60
--- SPECS/xen.spec:1.59	Sat Apr 26 18:19:24 2008
+++ SPECS/xen.spec	Sat Apr 26 23:12:35 2008
@@ -182,6 +182,7 @@
 %{py_ocomp} $RPM_BUILD_ROOT%{py_sitescriptdir}
 
 cp -a dist/install/etc/udev $RPM_BUILD_ROOT%{_sysconfdir}
+cp -a dist/install/etc/hotplug $RPM_BUILD_ROOT%{_sysconfdir}
 
 # remove unneeded files
 #find $RPM_BUILD_ROOT%{py_sitedir} -name '*.py' -exec rm "{}" ";"
@@ -232,7 +233,9 @@
 %dir %{_libdir}/%{name}
 %dir %{_libdir}/%{name}/bin
 %attr(744,root,root) %{_libdir}/%{name}/bin/*
+%if "%{_lib}" != "lib"
 %dir %{_prefix}/lib/%{name}
+%endif
 %dir %{_prefix}/lib/%{name}/boot
 %attr(744,root,root) %{_prefix}/lib/%{name}/boot/hvmloader
 %{_datadir}/xen
@@ -296,6 +299,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.60  2008-04-26 21:12:35  glen
+- install hotplug, avoid duplicate packaging
+
 Revision 1.59  2008-04-26 16:19:24  glen
 - pass CC also at install stage (used to check gcc version)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/xen.spec?r1=1.59&r2=1.60&f=u



More information about the pld-cvs-commit mailing list