From f8257087fc0d2d23ee7bc4e54c06fa07e1b70f78587e2b984e6d262651c1d4de Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 12 Jan 2009 01:01:10 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libavc1394?expand=0&rev=9 --- libavc1394.changes | 5 +++++ libavc1394.spec | 16 ++++++++-------- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/libavc1394.changes b/libavc1394.changes index b4a64c5..3601f8e 100644 --- a/libavc1394.changes +++ b/libavc1394.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jan 9 01:46:50 CET 2009 - crrodriguez@suse.de + +- remove static libraries and "la" files + ------------------------------------------------------------------- Wed Dec 10 12:34:56 CET 2008 - olh@suse.de diff --git a/libavc1394.spec b/libavc1394.spec index 188f6dd..28d772c 100644 --- a/libavc1394.spec +++ b/libavc1394.spec @@ -1,7 +1,7 @@ # # spec file for package libavc1394 (Version 0.5.3) # -# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,7 +24,7 @@ License: LGPL v2.1 or later Group: Development/Libraries/C and C++ AutoReqProv: on Version: 0.5.3 -Release: 131 +Release: 132 Summary: Libavc1394--Programming Interface to the AV/C Specification Url: http://sourceforge.net/projects/libavc1394/ BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -115,14 +115,13 @@ Authors: %patch1 -p1 %build -%{suse_update_config} -autoreconf -i -f -CFLAGS=$RPM_OPT_FLAGS \ -%{configure} -make %{?jobs:-j%jobs} +autoreconf -ifv +%configure --disable-static --with-pic +%{__make} %{?jobs:-j%jobs} %install make install DESTDIR=$RPM_BUILD_ROOT +%{__rm} -f %{buildroot}%{_libdir}/*.la %clean rm -rf $RPM_BUILD_ROOT @@ -145,11 +144,12 @@ rm -rf $RPM_BUILD_ROOT %files devel %defattr(-,root,root) %_libdir/*.so -%_libdir/*.*a %_includedir/libavc1394 %_libdir/pkgconfig/*.pc %changelog +* Fri Jan 09 2009 crrodriguez@suse.de +- remove static libraries and "la" files * Wed Dec 10 2008 olh@suse.de - use Obsoletes: -XXbit only for ppc64 to help solver during distupgrade (bnc#437293)