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