Update to 3.3.5

- Cleanup spec
This commit is contained in:
Orion Poplawski 2016-10-05 09:52:39 -06:00
parent 4463f2d901
commit cd300a55fd
3 changed files with 16 additions and 21 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@ fftw-3.2.2.tar.gz
/fftw-3.3.3.tar.gz
>>>>>>> master
/fftw-3.3.4.tar.gz
/fftw-3.3.5.tar.gz

View File

@ -1,12 +1,11 @@
Name: fftw
Version: 3.3.4
Release: 7%{?dist}
Version: 3.3.5
Release: 1%{?dist}
Summary: A Fast Fourier Transform library
Group: System Environment/Libraries
License: GPLv2+
URL: http://www.fftw.org
Source0: http://www.fftw.org/fftw-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: gcc-gfortran
%global quad 0
@ -181,7 +180,6 @@ do
done
%install
rm -rf %{buildroot}
%if %{quad}
for ver in single double long quad
%else
@ -205,9 +203,6 @@ do
make -C $ver check
done
%clean
rm -rf %{buildroot}
%post libs-single -p /sbin/ldconfig
%postun libs-single -p /sbin/ldconfig
%post libs-double -p /sbin/ldconfig
@ -228,45 +223,42 @@ if [ "$1" = 0 ]; then
fi
%files
%defattr(-,root,root,-)
%doc %{_mandir}/man1/fftw*.1.*
%{_bindir}/fftw*-wisdom*
%files libs
%defattr(-,root,root,-)
%files libs-single
%defattr(-,root,root,-)
%doc AUTHORS COPYING COPYRIGHT ChangeLog NEWS README* TODO
%license COPYING COPYRIGHT
%doc AUTHORS ChangeLog NEWS README* TODO
%{_libdir}/libfftw3f.so.*
%{_libdir}/libfftw3f_threads.so.*
%{_libdir}/libfftw3f_omp.so.*
%files libs-double
%defattr(-,root,root,-)
%doc AUTHORS COPYING COPYRIGHT ChangeLog NEWS README* TODO
%license COPYING COPYRIGHT
%doc AUTHORS ChangeLog NEWS README* TODO
%{_libdir}/libfftw3.so.*
%{_libdir}/libfftw3_threads.so.*
%{_libdir}/libfftw3_omp.so.*
%files libs-long
%defattr(-,root,root,-)
%doc AUTHORS COPYING COPYRIGHT ChangeLog NEWS README* TODO
%license COPYING COPYRIGHT
%doc AUTHORS ChangeLog NEWS README* TODO
%{_libdir}/libfftw3l.so.*
%{_libdir}/libfftw3l_threads.so.*
%{_libdir}/libfftw3l_omp.so.*
%if %{quad}
%files libs-quad
%defattr(-,root,root,-)
%doc AUTHORS COPYING COPYRIGHT ChangeLog NEWS README* TODO
%license COPYING COPYRIGHT
%doc AUTHORS ChangeLog NEWS README* TODO
%{_libdir}/libfftw3q.so.*
%{_libdir}/libfftw3q_threads.so.*
%{_libdir}/libfftw3q_omp.so.*
%endif
%files devel
%defattr(-,root,root,-)
%doc doc/FAQ/fftw-faq.html/
%doc %{_infodir}/fftw3.info*
%{_includedir}/fftw3*
@ -274,14 +266,16 @@ fi
%{_libdir}/libfftw3*.so
%files doc
%defattr(-,root,root,-)
%doc doc/*.pdf doc/html/
%files static
%defattr(-,root,root,-)
%{_libdir}/libfftw3*.a
%changelog
* Wed Oct 5 2016 Orion Poplawski <orion@cora.nwra.com> - 3.3.5-1
- Update to 3.3.5
- Cleanup spec
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.4-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
2edab8c06b24feeb3b82bbb3ebf3e7b3 fftw-3.3.4.tar.gz
6cc08a3b9c7ee06fdd5b9eb02e06f569 fftw-3.3.5.tar.gz