rpms/rhm/devel rhm.spec,1.27,1.28

Nuno Santos nsantos at fedoraproject.org
Fri Oct 3 15:41:43 UTC 2008


Author: nsantos

Update of /cvs/extras/rpms/rhm/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26993

Modified Files:
	rhm.spec 
Log Message:
fix location of libs


Index: rhm.spec
===================================================================
RCS file: /cvs/extras/rpms/rhm/devel/rhm.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- rhm.spec	3 Oct 2008 15:33:44 -0000	1.27
+++ rhm.spec	3 Oct 2008 15:41:12 -0000	1.28
@@ -44,11 +44,9 @@
 rm -rf %{buildroot}
 make install DESTDIR=%{buildroot}
 install -d -m0775 %{buildroot}%{_localstatedir}/rhm
-install -d -m0755 %{buildroot}%{_libdir}/qpidd
-cp -a %{buildroot}%{_libdir}/qpid/daemon/msgstore.so* %{buildroot}%{_libdir}/qpid/daemon
+install -d -m0755 %{buildroot}%{_libdir}/qpid/daemon
 rm -rf %{buildroot}%_libdir/*.a
 rm -rf %{buildroot}%_libdir/*.la
-rm -rf %{buildroot}%_libdir/*.so*
 rm %{buildroot}%_sysconfdir/rhmd.conf
 
 %clean
@@ -60,7 +58,7 @@
 %files
 %defattr(-,root,root,-)
 %doc README COPYING
-%{_libdir}/qpid/daemon/libbdbstore.so*
+%{_libdir}/qpid/daemon/msgstore.so*
 %attr(0775,qpidd,qpidd) %dir %_localstatedir/rhm
 
 




More information about the scm-commits mailing list