disable static and remove .la (#172642)
This commit is contained in:
parent
5ae0ad750e
commit
c3a8479c4e
@ -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 <wtogami@redhat.com> - 1.2.0-3
|
||||
- disable static and remove .la (#172642)
|
||||
|
||||
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
||||
- rebuilt
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user