rpms/ghc-cgi/devel ghc-cgi.spec,1.4,1.5

Jens Petersen petersen at fedoraproject.org
Mon Nov 16 13:02:49 UTC 2009


Author: petersen

Update of /cvs/extras/rpms/ghc-cgi/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16349

Modified Files:
	ghc-cgi.spec 
Log Message:
now %ghc_pkg_ver just returns pkg version


Index: ghc-cgi.spec
===================================================================
RCS file: /cvs/extras/rpms/ghc-cgi/devel/ghc-cgi.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- ghc-cgi.spec	16 Nov 2009 10:10:06 -0000	1.4
+++ ghc-cgi.spec	16 Nov 2009 13:02:49 -0000	1.5
@@ -42,7 +42,7 @@ Provides:       ghc-%{pkg_name} = %{vers
 Requires:       ghc = %{ghc_version}
 Requires(post): ghc = %{ghc_version}
 Requires(preun): ghc = %{ghc_version}
-Requires:       %ghc_pkg_ver network devel
+Requires:       ghc-network-devel = %ghc_pkg_ver network
 
 %description devel
 This package contains the development files for %{name}
@@ -56,7 +56,7 @@ Group:          Development/Libraries
 Requires:       ghc-doc = %{ghc_version}
 Requires(post): ghc-doc = %{ghc_version}
 Requires(postun): ghc-doc = %{ghc_version}
-Requires:       %ghc_pkg_ver network doc
+Requires:       ghc-network-doc = %ghc_pkg_ver network
 
 %description doc
 This package contains development documentation files for the %{name} library.
@@ -69,7 +69,7 @@ Summary:        Profiling libraries for 
 Group:          Development/Libraries
 Requires:       %{name}-devel = %{version}-%{release}
 Requires:       ghc-prof = %{ghc_version}
-Requires:       %ghc_pkg_ver network prof
+Requires:       ghc-network-prof = %ghc_pkg_ver network
 
 %description prof
 This package contains profiling libraries for %{name}




More information about the scm-commits mailing list