rpms/tomoe/FC-6 tomoe.spec,1.12,1.13

Ryo Dairiki (ryo) fedora-extras-commits at redhat.com
Sat Dec 23 02:27:27 UTC 2006


Author: ryo

Update of /cvs/extras/rpms/tomoe/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7428

Modified Files:
	tomoe.spec 
Log Message:
Modify '%makeinstall' into 'make install'


Index: tomoe.spec
===================================================================
RCS file: /cvs/extras/rpms/tomoe/FC-6/tomoe.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- tomoe.spec	23 Dec 2006 02:11:05 -0000	1.12
+++ tomoe.spec	23 Dec 2006 02:26:57 -0000	1.13
@@ -34,7 +34,7 @@
 
 
 %install
-%makeinstall DESTDIR=$RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT
 
 rm -f $RPM_BUILD_ROOT%{_libdir}/libtomoe.la
 
@@ -50,7 +50,7 @@
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING ChangeLog
-%{_libdir}/libtomoe.so*
+%{_libdir}/libtomoe.so.*
 %dir %{_datadir}/tomoe
 %{_datadir}/tomoe/*
 %dir %{_datadir}/gtk-doc/html/tomoe/
@@ -61,6 +61,7 @@
 
 %files devel
 %defattr(-,root,root,-)
+%{_libdir}/libtomoe.so
 %dir %{_includedir}/tomoe
 %{_includedir}/tomoe/*
 %{_libdir}/pkgconfig/tomoe.pc




More information about the scm-commits mailing list