rpms/libavc1394/devel libavc1394.spec,1.27,1.28

Jarod Wilson jwilson at fedoraproject.org
Mon May 18 17:16:58 UTC 2009


Author: jwilson

Update of /cvs/pkgs/rpms/libavc1394/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12557

Modified Files:
	libavc1394.spec 
Log Message:
* Mon May 18 2009 Jarod Wilson <jarod at redhat.com> 0.5.3-7
- Use included libtool, kill rpath a different way (#225988)



Index: libavc1394.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libavc1394/devel/libavc1394.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -p -r1.27 -r1.28
--- libavc1394.spec	18 May 2009 15:09:06 -0000	1.27
+++ libavc1394.spec	18 May 2009 17:16:28 -0000	1.28
@@ -1,14 +1,13 @@
 Summary:        Audio/Video Control library for IEEE-1394 devices
 Name:           libavc1394
 Version:        0.5.3
-Release:        6%{?dist}
+Release:        7%{?dist}
 License:        GPLv2+ and LGPLv2+
 Group:          System Environment/Libraries
 URL:            http://sourceforge.net/projects/libavc1394/
 Source:         http://downloads.sourceforge.net/libavc1394/libavc1394-%{version}.tar.gz
 Patch1:         libavc1394-0.5.1-librom.patch
 BuildRequires:  libraw1394-devel
-BuildRequires:  autoconf automake libtool
 BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 ExcludeArch:    s390 s390x
 
@@ -32,9 +31,9 @@ Development libraries required to build 
 chmod -x test/dvcont.c
 
 %build
-# Rerun autotools to pick up newer libtool w/o hard-coded rpaths
-autoreconf -f -i
 %configure
+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
@@ -74,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon May 18 2009 Jarod Wilson <jarod at redhat.com> 0.5.3-7
+- Use included libtool, kill rpath a different way (#225988)
+
 * Mon May 18 2009 Jarod Wilson <jarod at redhat.com> 0.5.3-6
 - Fix up merge review issues (#225988)
 




More information about the fedora-extras-commits mailing list