rpms/ghc-X11/devel ghc-X11.spec,1.10,1.11

Jens Petersen petersen at fedoraproject.org
Thu Apr 23 23:56:58 UTC 2009


Author: petersen

Update of /cvs/pkgs/rpms/ghc-X11/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6127

Modified Files:
	ghc-X11.spec 
Log Message:
define ghc_version correctly


Index: ghc-X11.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ghc-X11/devel/ghc-X11.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ghc-X11.spec	23 Apr 2009 08:24:55 -0000	1.10
+++ ghc-X11.spec	23 Apr 2009 23:56:27 -0000	1.11
@@ -3,14 +3,14 @@
 %bcond_without doc
 %bcond_without prof
 
-%{expand: %%define ghc_ver %(ghc --numeric-version)}
+%{expand: %%define ghc_version %(ghc --numeric-version)}
 
 # ghc does not emit debug information
 %global debug_package %{nil}
 
 Name:           ghc-%{pkg_name}
 Version:        1.4.5
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        Haskell %{pkg_name} library
 
 Group:          Development/Libraries
@@ -46,7 +46,7 @@
 
 %description devel
 This package contains the development files for %{name}
-built for ghc.
+built for ghc-%{ghc_version}.
 
 
 %if %{with doc}
@@ -70,7 +70,8 @@
 Requires:       ghc-prof = %{ghc_version}
 
 %description prof
-This package contains profiling libraries for %{name}.
+This package contains profiling libraries for %{name}
+built for ghc-%{ghc_version}.
 %endif
 
 
@@ -140,10 +141,17 @@
 
 
 %changelog
+* Fri Apr 24 2009 Jens Petersen <petersen at redhat.com> - 1.4.5-8
+- define ghc_version correctly
+
 * Mon Apr 20 2009 Jens Petersen <petersen at redhat.com> - 1.4.5-7
 - rebuild with ghc-6.10.2
 - update to latest cabal2spec template and macros.ghc
-- get ghc_version from ghc
+  - pkg_libdir and pkg_docdir moved to macros.ghc
+  - drop ghc_version from buildrequires
+  - fix prof configure
+  - add doc filelist
+  - get ghc_version from ghc
 
 * Sat Apr  4 2009 Yaakov M. Nemoy <yankee at localhost.localdomain> - 1.4.5-6
 - rebuild bump to raise EVR manually, to match with F-10 branch




More information about the fedora-extras-commits mailing list