rpms/fftw/devel fftw.spec,1.12,1.13

Quentin Spencer (qspencer) fedora-extras-commits at redhat.com
Sat Feb 18 22:25:29 UTC 2006


Author: qspencer

Update of /cvs/extras/rpms/fftw/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16438

Modified Files:
	fftw.spec 
Log Message:
Add Provides and Obsoletes.


Index: fftw.spec
===================================================================
RCS file: /cvs/extras/rpms/fftw/devel/fftw.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- fftw.spec	13 Feb 2006 21:27:53 -0000	1.12
+++ fftw.spec	18 Feb 2006 22:25:28 -0000	1.13
@@ -1,6 +1,6 @@
 Name:           fftw
 Version:        3.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Fast Fourier Transform library
 
 Group:          System Environment/Libraries
@@ -13,6 +13,9 @@
 Requires(post): /sbin/install-info
 Requires(preun): /sbin/install-info
 
+Provides:       fftw3 = %{version}-%{release}
+Obsoletes:      fftw3 < 3.1
+
 %description
 FFTW is a C subroutine library for computing the Discrete Fourier
 Transform (DFT) in one or more dimensions, of both real and complex
@@ -24,6 +27,9 @@
 Group:          Development/Libraries
 Requires:       %{name} = %{version}-%{release}
 
+Provides:       fftw3-devel = %{version}-%{release}
+Obsoletes:      fftw3-devel < 3.1
+
 
 %description    devel
 FFTW is a C subroutine library for computing the Discrete Fourier
@@ -101,6 +107,9 @@
 %{_libdir}/*.so
 
 %changelog
+* Mon Feb 13 2006 Quentin Spencer <qspencer at users.sf.net> 3.1-3
+- Add Obsoletes and Provides.
+
 * Mon Feb 13 2006 Quentin Spencer <qspencer at users.sf.net> 3.1-2
 - Rebuild for Fedora Extras 5.
 - Disable static libs.




More information about the fedora-extras-commits mailing list