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
|
Name: fftw
|
||||||
Version: 3.1.2
|
Version: 3.1.2
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: Fast Fourier Transform library
|
Summary: Fast Fourier Transform library
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
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.
|
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
|
%prep
|
||||||
%setup -q -c %{name}-%{version}
|
%setup -q -c %{name}-%{version}
|
||||||
mv %{name}-%{version} single
|
mv %{name}-%{version} single
|
||||||
@ -109,15 +120,22 @@ fi
|
|||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc doc/*.pdf doc/html/* doc/FAQ/fftw-faq.html/
|
%doc doc/*.pdf doc/html/* doc/FAQ/fftw-faq.html/
|
||||||
%doc %{_infodir}/*.info*
|
%doc %{_infodir}/*.info*
|
||||||
%exclude %{_libdir}/*.la
|
|
||||||
%{_libdir}/*.a
|
|
||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
%{_libdir}/pkgconfig/*
|
%{_libdir}/pkgconfig/*
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
|
|
||||||
|
%files static
|
||||||
|
%defattr(-,root,root,-)
|
||||||
|
%exclude %{_libdir}/*.la
|
||||||
|
%{_libdir}/*.a
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
* Tue Sep 26 2006 Quentin Spencer <qspencer@users.sf.net> 3.1.2-2
|
||||||
- BuildRequires: pkgconfig for -devel (bug 206444).
|
- BuildRequires: pkgconfig for -devel (bug 206444).
|
||||||
|
Loading…
Reference in New Issue
Block a user