rpms/libbonobo/devel libbonobo.spec,1.28,1.29

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Jan 25 20:55:31 UTC 2006


Author: rstrode

Update of /cvs/dist/rpms/libbonobo/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv20600

Modified Files:
	libbonobo.spec 
Log Message:
- run automake in %%build so that shlib patch gets
  built
- s/%%makeinstall/make install DESTDIR=$RPM_BUILD_ROOT/



Index: libbonobo.spec
===================================================================
RCS file: /cvs/dist/rpms/libbonobo/devel/libbonobo.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- libbonobo.spec	19 Jan 2006 14:09:01 -0000	1.28
+++ libbonobo.spec	25 Jan 2006 20:55:28 -0000	1.29
@@ -6,7 +6,7 @@
 Summary: Bonobo component system
 Name: libbonobo
 Version: 2.13.1
-Release: 6
+Release: 7
 URL: http://ftp.gnome.org
 Source0: %{name}-%{version}.tar.bz2
 License: LGPL
@@ -49,13 +49,14 @@
 %patch0 -p1 -b .multishlib
 
 %build
+automake
 %configure --disable-gtk-doc
 
 make
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%makeinstall
+make install DESTDIR=$RPM_BUILD_ROOT
 
 ## just kill this wherever it lives
 rm -f $RPM_BUILD_ROOT%{_libdir}/bonobo-2.0/samples/bonobo-echo-2
@@ -108,6 +109,11 @@
 %{_datadir}/gtk-doc/html/bonobo-activation
 
 %changelog
+* Wed Jan 25 2006 Ray Strode <rstrode at redhat.com> 2.13.1-7
+- run automake in %%build so that shlib patch gets
+  built
+- s/%%makeinstall/make install DESTDIR=$RPM_BUILD_ROOT/
+
 * Thu Jan 19 2006 Ray Strode <rstrode at redhat.com> 2.13.1-6
 - s/sed -ie/sed -i -e/
 




More information about the fedora-cvs-commits mailing list