[gmp] Added provides in .spec file for compatibility subpackage.

pschiffe pschiffe at fedoraproject.org
Fri Oct 7 12:13:52 UTC 2011


commit d50916be25a80514e2ecf7e9c95d696e3e190783
Author: Peter Schiffer <pschiffe at redhat.com>
Date:   Fri Oct 7 14:12:42 2011 +0200

    Added provides in .spec file for compatibility subpackage.

 gmp.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/gmp.spec b/gmp.spec
index 4f22212..39b3af4 100644
--- a/gmp.spec
+++ b/gmp.spec
@@ -6,7 +6,7 @@
 Summary: A GNU arbitrary precision library
 Name: gmp
 Version: 5.0.2
-Release: 2%{?dist}.1
+Release: 2%{?dist}.2
 Epoch: 1
 URL: http://gmplib.org/
 Source0: ftp://ftp.gnu.org/pub/gnu/gmp/gmp-%{version}.tar.bz2
@@ -61,6 +61,7 @@ in applications.
 Summary: Compatibility subpackage.
 Group: Development/Libraries
 Requires: %{name} = %{epoch}:%{version}-%{release}
+Provides: libgmp.so.3
 
 %description compat
 Compatibility subpackage.


More information about the scm-commits mailing list