From cd300a55fdde71904075cca44b28eb8787ca7322 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Wed, 5 Oct 2016 09:52:39 -0600 Subject: [PATCH] Update to 3.3.5 - Cleanup spec --- .gitignore | 1 + fftw.spec | 34 ++++++++++++++-------------------- sources | 2 +- 3 files changed, 16 insertions(+), 21 deletions(-) diff --git a/.gitignore b/.gitignore index 0b07ee2..f3f3632 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/fftw.spec b/fftw.spec index 82f99af..a108722 100644 --- a/fftw.spec +++ b/fftw.spec @@ -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 - 3.3.5-1 +- Update to 3.3.5 +- Cleanup spec + * Wed Feb 03 2016 Fedora Release Engineering - 3.3.4-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 05cb394..eb36f1f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2edab8c06b24feeb3b82bbb3ebf3e7b3 fftw-3.3.4.tar.gz +6cc08a3b9c7ee06fdd5b9eb02e06f569 fftw-3.3.5.tar.gz