rpms/libpaper/devel libpaper.spec,1.11,1.12

Tom Callaway spot at fedoraproject.org
Mon Feb 16 16:28:14 UTC 2009


Author: spot

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

Modified Files:
	libpaper.spec 
Log Message:
build fixes


Index: libpaper.spec
===================================================================
RCS file: /cvs/extras/rpms/libpaper/devel/libpaper.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- libpaper.spec	22 Aug 2008 21:01:48 -0000	1.11
+++ libpaper.spec	16 Feb 2009 16:27:44 -0000	1.12
@@ -1,6 +1,6 @@
 Name:		libpaper
 Version:	1.1.23
-Release:	3%{?dist}
+Release:	4%{?dist}
 Summary:	Library and tools for handling papersize
 Group:		System Environment/Libraries
 License:	GPLv2
@@ -40,6 +40,7 @@
 %patch0 -p1 -b .automake110
 %patch1 -p1 -b .dlfix
 %patch2 -p1 -b .useglibcfallback
+libtoolize
 
 %build
 touch AUTHORS NEWS
@@ -47,6 +48,9 @@
 autoconf
 automake -a
 %configure --disable-static
+# Disable rpath
+sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
+sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
 make %{?_smp_mflags}
 
 %install
@@ -88,6 +92,10 @@
 %{_mandir}/man3/*
 
 %changelog
+* Mon Feb 16 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 1.1.23-4
+- run libtoolize to fix build with newer libtool
+- disable rpath
+
 * Fri Aug 22 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 1.1.23-3
 - update to nmu1
 - apply patch to fix imprecise definition of DL format




More information about the fedora-extras-commits mailing list