This commit is contained in:
parent
54bc79d614
commit
f8257087fc
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user