Split static libs into separate package (bug 249686).
This commit is contained in:
parent
999875b708
commit
23d4f7461f
26
fftw.spec
26
fftw.spec
@ -1,6 +1,6 @@
|
||||
Name: fftw
|
||||
Version: 3.1.2
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: Fast Fourier Transform library
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -40,6 +40,17 @@ This package contains header files and development libraries needed to
|
||||
develop programs using the FFTW fast Fourier transform library.
|
||||
|
||||
|
||||
%package static
|
||||
Summary: Static version of the FFTW library
|
||||
Group: Development/Libraries
|
||||
Requires: %{name}-devel = %{version}-%{release}
|
||||
Provides: fftw3-static = %{version}-%{release}
|
||||
|
||||
%description static
|
||||
The fftw-static package contains the statically linkable version of
|
||||
the FFTW fast Fourier transform library.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -c %{name}-%{version}
|
||||
mv %{name}-%{version} single
|
||||
@ -109,15 +120,22 @@ fi
|
||||
%defattr(-,root,root,-)
|
||||
%doc doc/*.pdf doc/html/* doc/FAQ/fftw-faq.html/
|
||||
%doc %{_infodir}/*.info*
|
||||
%exclude %{_libdir}/*.la
|
||||
%{_libdir}/*.a
|
||||
%{_includedir}/*
|
||||
%{_libdir}/pkgconfig/*
|
||||
%{_libdir}/*.so
|
||||
|
||||
%files static
|
||||
%defattr(-,root,root,-)
|
||||
%exclude %{_libdir}/*.la
|
||||
%{_libdir}/*.a
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Jul 27 2007 Quentin Spencer <qspencer@users.sf.net> 3.1.2-4
|
||||
- Split static libs into separate package (bug 249686).
|
||||
|
||||
* Thu Oct 05 2006 Christian Iseli <Christian.Iseli@licr.org> 3.1.2-3
|
||||
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
|
||||
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
|
||||
|
||||
* Tue Sep 26 2006 Quentin Spencer <qspencer@users.sf.net> 3.1.2-2
|
||||
- BuildRequires: pkgconfig for -devel (bug 206444).
|
||||
|
Loading…
Reference in New Issue
Block a user