Move developers' manual to -doc. (Last cvs message was BS.)
This commit is contained in:
parent
993b801e03
commit
535dd3a630
11
fftw.spec
11
fftw.spec
@ -1,6 +1,6 @@
|
||||
Name: fftw
|
||||
Version: 3.2.2
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: A Fast Fourier Transform library
|
||||
Group: System Environment/Libraries
|
||||
License: GPLv2+
|
||||
@ -135,18 +135,25 @@ fi
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%doc doc/*.pdf doc/html/* doc/FAQ/fftw-faq.html/
|
||||
%doc doc/FAQ/fftw-faq.html/
|
||||
%doc %{_infodir}/fftw3.info*
|
||||
%{_includedir}/fftw3.*
|
||||
%{_libdir}/pkgconfig/fftw3*.pc
|
||||
%{_libdir}/libfftw3*.so
|
||||
|
||||
%files doc
|
||||
%defattr(-,root,root,-)
|
||||
%doc doc/*.pdf doc/html/
|
||||
|
||||
%files static
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/libfftw3*.a
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Jan 9 2010 Jussi Lehtola <jussilehtola@fedoraproject.org> - 3.2.2-3
|
||||
- Branch out developers' manual to -doc.
|
||||
|
||||
* Sat Jan 2 2010 Jussi Lehtola <jussilehtola@fedoraproject.org> - 3.2.2-2
|
||||
- Add check phase.
|
||||
- Cosmetic changes to spec file (unified changelog format, removed unnecessary
|
||||
|
Loading…
Reference in New Issue
Block a user