[gmp] - fix Requires tag

Ivana Varekova varekova at fedoraproject.org
Wed Nov 24 13:55:23 UTC 2010


commit 96dfd9cf6b3d9db24a219092a2c2af267a5eb7ea
Author: Ivana Hutarova Varekova <varekova at redhat.com>
Date:   Wed Nov 24 15:58:05 2010 +0100

    - fix Requires tag

 gmp.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/gmp.spec b/gmp.spec
index 4985a96..32bd99e 100644
--- a/gmp.spec
+++ b/gmp.spec
@@ -6,7 +6,7 @@
 Summary: A GNU arbitrary precision library
 Name: gmp
 Version: 4.3.2
-Release: 1%{?dist}
+Release: 2%{?dist}
 Epoch: 1
 URL: http://gmplib.org/
 Source0: ftp://ftp.gnu.org/pub/gnu/gmp/gmp-%{version}.tar.bz2
@@ -33,7 +33,7 @@ library.
 %package devel
 Summary: Development tools for the GNU MP arbitrary precision library
 Group: Development/Libraries
-Requires: %{name} = %{version}-%{release}
+Requires: %{name} = %{epoch}:%{version}-%{release}
 Requires(post): /sbin/install-info
 Requires(preun): /sbin/install-info
 
@@ -48,7 +48,7 @@ install the gmp package.
 %package static
 Summary: Development tools for the GNU MP arbitrary precision library
 Group: Development/Libraries
-Requires: %{name}-devel = %{version}-%{release}
+Requires: %{name}-devel = %{epoch}:%{version}-%{release}
 
 %description static
 The static libraries for using the GNU MP arbitrary precision library 
@@ -227,6 +227,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Nov 24 2010 Ivana Hutarova Varekova <varekova at redhat.com> 1:4.3.2-2
+- fix Requires tag
+
 * Wed Nov 24 2010 Ivana Hutarova Varekova <varekova at redhat.com> 1:4.3.2-1
 - downgrade from 5.0.1 to 4.3.2
 


More information about the scm-commits mailing list