rpms/m17n-lib/F-13 m17n-lib.spec,1.29,1.30

pnemade pnemade at fedoraproject.org
Fri Jul 2 08:32:59 UTC 2010


Author: pnemade

Update of /cvs/pkgs/rpms/m17n-lib/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv10533

Modified Files:
	m17n-lib.spec 
Log Message:
- Fix rpmlint rpath error.




Index: m17n-lib.spec
===================================================================
RCS file: /cvs/pkgs/rpms/m17n-lib/F-13/m17n-lib.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -p -r1.29 -r1.30
--- m17n-lib.spec	1 Jul 2010 10:22:16 -0000	1.29
+++ m17n-lib.spec	2 Jul 2010 08:32:59 -0000	1.30
@@ -14,7 +14,7 @@ Group:    System Environment/Libraries
 License:  LGPLv2
 URL:    http://www.m17n.org/m17n-lib/index.html
 Source0:  http://www.m17n.org/m17n-lib-download/%{name}-%{version}.tar.gz
-Patch0:  m17n-lib-1.5.5-multilib.patch
+Patch0:  multilib.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  m17n-db-devel = %{version}
 %if %{with anthy}
@@ -90,6 +90,8 @@ Ispell module for m17n input.
 
 %build
 %configure --disable-static %{!?with_gui:--without-gui}
+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
 
 
@@ -110,9 +112,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %post -p /sbin/ldconfig
-
+%post flt -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig
+%postun flt -p /sbin/ldconfig
 
 
 %files
@@ -158,6 +161,7 @@ rm -rf $RPM_BUILD_ROOT
 %changelog
 * Thu Jul 01 2010 Parag Nemade <pnemade at redhat.com> - 1.5.5-3
 - Resolves: rh#602029:-m17n-lib-devel multilib conflict 
+- Fix rpmlint rpath error.
 
 * Wed Dec 23 2009 Jens Petersen <petersen at redhat.com> - 1.5.5-2
 - add bcond for otf, anthy, and gui



More information about the scm-commits mailing list