rpms/ORBit/devel ORBit.spec,1.5,1.6

Paul Howarth (pghmcfc) fedora-extras-commits at redhat.com
Fri Oct 26 09:55:23 UTC 2007


Author: pghmcfc

Update of /cvs/pkgs/rpms/ORBit/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30852

Modified Files:
	ORBit.spec 
Log Message:
Build and install using system libtool to avoid bogus rpath on 64-bit arches


Index: ORBit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ORBit/devel/ORBit.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ORBit.spec	26 Oct 2007 08:29:32 -0000	1.5
+++ ORBit.spec	26 Oct 2007 09:54:50 -0000	1.6
@@ -12,7 +12,7 @@
 Group:			System Environment/Daemons
 License:		LGPLv2+ and GPLv2+
 BuildRoot:		%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires:		flex, gettext, glib-devel, /usr/include/tcpd.h, pkgconfig
+BuildRequires:		flex, gettext, glib-devel, /usr/include/tcpd.h, pkgconfig, libtool
 
 Requires(post):		/sbin/install-info
 Requires(preun):	/sbin/install-info
@@ -56,11 +56,11 @@
 %build
 %configure
 # %{?_smp_mflags} removed at release 1:0.5.17-10.2
-%{__make}
+%{__make} LIBTOOL=/usr/bin/libtool
 
 %install
 %{__rm} -rf %{buildroot}
-%{__make} DESTDIR=%{buildroot} INSTALL="%{__install} -p" install
+%{__make} DESTDIR=%{buildroot} INSTALL="%{__install} -p" LIBTOOL=/usr/bin/libtool install
 
 # remove unpackaged files
 %{__rm} -f %{buildroot}%{_bindir}/ior-decode
@@ -128,6 +128,7 @@
 - Fix multiarch conflicts in -config scripts (#342801)
 - Clarify licensing (libs LGPLv2+, binaries GPLv2+)
 - Preserve timestamps for files copied from source into installed package
+- Build and install using system libtool to avoid bogus rpath on 64-bit arches
 
 * Thu Apr 19 2007 Paul Howarth <paul at city-fan.org> 1:0.5.17-21
 - Buildreq pkgconfig, because EL5's glib-devel should require it but doesn't




More information about the fedora-extras-commits mailing list