rpms/fftw2/F-13 fftw2.spec,1.11,1.12

José Abílio Oliveira Matos jamatos at fedoraproject.org
Sat May 22 10:58:10 UTC 2010


Author: jamatos

Update of /cvs/pkgs/rpms/fftw2/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv20204

Modified Files:
	fftw2.spec 
Log Message:
* Sat May 22 2010 José Matos <jamatos at fc.up.pt> - 2.1.5-20
- devel subpackage provides static to take care of upgrade path (bz556047).
- Add remarks that this is version 2 of fftw to description and summaries.



Index: fftw2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/fftw2/F-13/fftw2.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- fftw2.spec	24 Jul 2009 22:43:24 -0000	1.11
+++ fftw2.spec	22 May 2010 10:58:10 -0000	1.12
@@ -1,8 +1,8 @@
 Name:           fftw2
 Version:        2.1.5
 Release:        19%{?dist}
-Summary:        Fast Fourier Transform library
-%define 	real_name fftw
+Summary:        Fast Fourier Transform library (version 2)
+%define         real_name fftw
 
 Group:          System Environment/Libraries
 License:        GPLv2+
@@ -22,9 +22,11 @@ typically superior to that of other publ
 
 
 %package        devel
-Summary:        Headers, libraries and docs for the FFTW library
+Summary:        Headers, libraries and docs for the FFTW library (version 2)
 Group:          Development/Libraries
 Requires:       %{name} = %{version}-%{release}
+Provides:       %{name}-static = %{version}-%{release}
+
 
 %description    devel
 FFTW is a C subroutine library for computing the Discrete Fourier Transform
@@ -35,8 +37,7 @@ performed on on a variety of platforms, 
 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.
-
+develop programs using the FFTW fast Fourier transform library version 2.
 
 
 %prep
@@ -45,7 +46,6 @@ mv %{real_name}-%{version} single
 cp -a single double
 
 
-
 %build
 pushd double
 	%ifarch i386
@@ -70,7 +70,6 @@ pushd single
 popd
 
 
-
 %install
 rm -rf ${RPM_BUILD_ROOT}
 pushd double
@@ -86,20 +85,16 @@ find ${RPM_BUILD_ROOT} -type f -name "*.
 rm -f ${RPM_BUILD_ROOT}%{_infodir}/dir
 
 
-
 %clean
 rm -rf ${RPM_BUILD_ROOT}
 
 
-
 %post -p /sbin/ldconfig
 
 
-
 %postun -p /sbin/ldconfig
 
 
-
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING COPYRIGHT ChangeLog NEWS README* TODO
@@ -116,6 +111,10 @@ rm -rf ${RPM_BUILD_ROOT}
 
 
 %changelog
+* Sat May 22 2010 José Matos <jamatos at fc.up.pt> - 2.1.5-20
+- devel subpackage provides static to take care of upgrade path (bz556047).
+- Add remarks that this is version 2 of fftw to description and summaries.
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.1.5-19
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 



More information about the scm-commits mailing list