From c3a8479c4eefff96b3577560c77c2e49ee502880 Mon Sep 17 00:00:00 2001 From: Warren Togami Date: Tue, 13 Dec 2005 22:06:28 +0000 Subject: [PATCH] disable static and remove .la (#172642) --- libraw1394.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/libraw1394.spec b/libraw1394.spec index 0f62a9c..9c6b8e7 100644 --- a/libraw1394.spec +++ b/libraw1394.spec @@ -1,7 +1,7 @@ Summary: Library providing low-level IEEE-1394 access Name: libraw1394 Version: 1.2.0 -Release: 2.fc5.1 +Release: 3.fc5 License: LGPL Group: System Environment/Libraries Source: http://www.linux1394.org/dl/libraw1394-%{version}.tar.gz @@ -25,12 +25,13 @@ Development libraries needed to build applications against libraw1394. %setup -q %build -%configure +%configure --disable-static make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT +rm -f $RPM_BUILD_ROOT%{_libdir}/libraw1394.la %clean rm -rf $RPM_BUILD_ROOT @@ -55,13 +56,14 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root,0755) %doc doc/libraw1394.sgml %{_includedir}/libraw1394/ -%{_libdir}/libraw1394.a -%exclude %{_libdir}/libraw1394.la %{_libdir}/libraw1394.so %{_libdir}/pkgconfig/libraw1394.pc %changelog +* Tue Dec 13 2005 Warren Togami - 1.2.0-3 +- disable static and remove .la (#172642) + * Fri Dec 09 2005 Jesse Keating - rebuilt