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
|
||||
|
||||
|
19
fftw3.spec
19
fftw3.spec
@ -19,18 +19,10 @@
|
||||
|
||||
|
||||
Name: fftw3
|
||||
BuildRequires: 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
|
||||
BuildRequires: fdupes gcc-fortran pkgconfig
|
||||
Summary: Discrete Fourier Transform (DFT) C Subroutine Library
|
||||
Version: 3.2.1
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: GPL v2 or later
|
||||
Group: Productivity/Scientific/Math
|
||||
Source: fftw-%{version}.tar.bz2
|
||||
@ -109,7 +101,7 @@ Authors:
|
||||
%prep
|
||||
%setup -q -n fftw-%{version}
|
||||
# %patch
|
||||
autoreconf --force --install
|
||||
# autoreconf --force --install
|
||||
|
||||
%build
|
||||
%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
|
||||
# remove Makefiles in doc directory at last
|
||||
find doc -name 'Makefile*' | xargs rm
|
||||
%if %{dist_has_fdupes}
|
||||
%fdupes -s doc
|
||||
%endif
|
||||
|
||||
%postun devel
|
||||
%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
|
||||
|
||||
%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
|
||||
- updated to version 3.2:
|
||||
* major version up, performance improvements and SIMD support
|
||||
|
Loading…
x
Reference in New Issue
Block a user