From 1cdce07d074b93522ca00c4f70a6fcad5f6eb5d4 Mon Sep 17 00:00:00 2001 From: cvsextras Date: Mon, 8 Nov 2004 04:17:23 +0000 Subject: [PATCH] auto-import changelog data from fftw-2.1.5-0.fdr.3.rh90.src.rpm 2.1.5-0.fdr.3 - Dropped post/preun scripts for info. 2.1.5-0.fdr.2 - Remove aesthetic comments. - buildroot -> RPM_BUILD_ROOT. - post/preun for info files. --- fftw.spec | 57 +++++++++++++++++++++++++++++++------------------------ 1 file changed, 32 insertions(+), 25 deletions(-) diff --git a/fftw.spec b/fftw.spec index 6355e75..c7f1ceb 100644 --- a/fftw.spec +++ b/fftw.spec @@ -1,20 +1,14 @@ -Summary: Fast Fourier Transform library. Name: fftw Version: 2.1.5 -Release: 0.fdr.1.rh80 +Release: 0.fdr.3.rh90 Epoch: 0 -License: GPL +Summary: Fast Fourier Transform library. + Group: System Environment/Libraries -Source: http://www.fftw.org/fftw-%{version}.tar.gz +License: GPL URL: http://www.fftw.org/ -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root - -%package devel -Summary: Headers, libraries and docs for the FFTW library. -Group: Development/Libraries -Requires: %{name} = %{epoch}:%{version}-%{release} - -#--------------------------------------------------------------------- +Source0: ftp://ftp.fftw.org/pub/fftw/fftw-2.1.5.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description FFTW is a C subroutine library for computing the Discrete Fourier Transform @@ -24,6 +18,12 @@ become the FFT library of choice for most applications. Our benchmarks, performed on on a variety of platforms, show that FFTW's performance is typically superior to that of other publicly available FFT software. + +%package devel +Summary: Headers, libraries and docs for the FFTW library. +Group: Development/Libraries +Requires: %{name} = %{epoch}:%{version}-%{release} + %description devel FFTW is a C subroutine library for computing the Discrete Fourier Transform (DFT) in one or more dimensions, of both real and complex data, and of @@ -35,14 +35,14 @@ typically superior to that of other publicly available FFT software. This package contains header files and development libraries needed to develop programs using the FFTW fast Fourier transform library. -#--------------------------------------------------------------------- + %prep %setup -q -c %{name}-%{version} mv %{name}-%{version} single cp -a single double -#--------------------------------------------------------------------- + %build pushd double @@ -67,34 +67,35 @@ pushd single make %{?_smp_mflags} popd -#--------------------------------------------------------------------- + %install -rm -rf %{buildroot} +rm -rf ${RPM_BUILD_ROOT} pushd double - %makeinstall + make install DESTDIR=${RPM_BUILD_ROOT} cp -a AUTHORS COPYING COPYRIGHT ChangeLog NEWS README* TODO ../ cp -a FAQ/fftw-faq.html/ doc/ ../ popd pushd single - %makeinstall + make install DESTDIR=${RPM_BUILD_ROOT} popd rm -f doc/Makefile* +find ${RPM_BUILD_ROOT} -type f -name "*.la" -exec rm -f {} ';' + -#--------------------------------------------------------------------- %clean -rm -rf %{buildroot} +rm -rf ${RPM_BUILD_ROOT} + -#--------------------------------------------------------------------- %post -p /sbin/ldconfig -#--------------------------------------------------------------------- + %postun -p /sbin/ldconfig -#--------------------------------------------------------------------- + %files %defattr(-,root,root,-) @@ -109,11 +110,17 @@ rm -rf %{buildroot} %{_libdir}/*.so %{_infodir}/* -%exclude %{_libdir}/*.la -#--------------------------------------------------------------------- %changelog +* Mon Sep 22 2003 Phillip Compton - 0:2.1.5-0.fdr.3 +- Dropped post/preun scripts for info. + +* Wed Sep 17 2003 Phillip Compton - 0:2.1.5-0.fdr.2 +- Remove aesthetic comments. +- buildroot -> RPM_BUILD_ROOT. +- post/preun for info files. + * Mon Apr 07 2003 Phillip Compton - 0:2.1.5-0.fdr.1 - Updated to 2.1.5.