This commit is contained in:
parent
e0ca942fa6
commit
ecba77846f
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 23 17:36:12 CEST 2009 - tiwai@suse.de
|
||||||
|
|
||||||
|
- remove obsolste fdupes check in spec file
|
||||||
|
- avoid unnecessary autoreconf
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 16 12:24:16 CET 2009 - tiwai@suse.de
|
Mon Feb 16 12:24:16 CET 2009 - tiwai@suse.de
|
||||||
|
|
||||||
|
19
fftw3.spec
19
fftw3.spec
@ -19,18 +19,10 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: fftw3
|
Name: fftw3
|
||||||
BuildRequires: gcc-fortran pkgconfig
|
BuildRequires: fdupes gcc-fortran pkgconfig
|
||||||
%if 0%{?suse_version} < 1030
|
|
||||||
%define dist_has_fdupes 0
|
|
||||||
%else
|
|
||||||
%define dist_has_fdupes 1
|
|
||||||
%endif
|
|
||||||
%if %{dist_has_fdupes}
|
|
||||||
BuildRequires: fdupes
|
|
||||||
%endif
|
|
||||||
Summary: Discrete Fourier Transform (DFT) C Subroutine Library
|
Summary: Discrete Fourier Transform (DFT) C Subroutine Library
|
||||||
Version: 3.2.1
|
Version: 3.2.1
|
||||||
Release: 1
|
Release: 2
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Group: Productivity/Scientific/Math
|
Group: Productivity/Scientific/Math
|
||||||
Source: fftw-%{version}.tar.bz2
|
Source: fftw-%{version}.tar.bz2
|
||||||
@ -109,7 +101,7 @@ Authors:
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n fftw-%{version}
|
%setup -q -n fftw-%{version}
|
||||||
# %patch
|
# %patch
|
||||||
autoreconf --force --install
|
# autoreconf --force --install
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --enable-shared --enable-threads --disable-static
|
%configure --enable-shared --enable-threads --disable-static
|
||||||
@ -130,9 +122,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.*a
|
|||||||
rm -f $RPM_BUILD_ROOT%{_infodir}/dir
|
rm -f $RPM_BUILD_ROOT%{_infodir}/dir
|
||||||
# remove Makefiles in doc directory at last
|
# remove Makefiles in doc directory at last
|
||||||
find doc -name 'Makefile*' | xargs rm
|
find doc -name 'Makefile*' | xargs rm
|
||||||
%if %{dist_has_fdupes}
|
|
||||||
%fdupes -s doc
|
%fdupes -s doc
|
||||||
%endif
|
|
||||||
|
|
||||||
%postun devel
|
%postun devel
|
||||||
%install_info_delete --info-dir=%{_infodir} %{_infodir}/fftw3.info.gz
|
%install_info_delete --info-dir=%{_infodir} %{_infodir}/fftw3.info.gz
|
||||||
@ -179,6 +169,9 @@ test "$RPM_BUILD_ROOT" != "/" -a -d "$RPM_BUILD_ROOT" && rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/libfftw3f_threads.so
|
%{_libdir}/libfftw3f_threads.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 23 2009 tiwai@suse.de
|
||||||
|
- remove obsolste fdupes check in spec file
|
||||||
|
- avoid unnecessary autoreconf
|
||||||
* Mon Feb 16 2009 tiwai@suse.de
|
* Mon Feb 16 2009 tiwai@suse.de
|
||||||
- updated to version 3.2:
|
- updated to version 3.2:
|
||||||
* major version up, performance improvements and SIMD support
|
* major version up, performance improvements and SIMD support
|
||||||
|
Loading…
x
Reference in New Issue
Block a user