rpms/ghc/devel ghc.spec,1.136,1.137

Jens Petersen petersen at fedoraproject.org
Thu Jun 24 03:16:13 UTC 2010


Author: petersen

Update of /cvs/extras/rpms/ghc/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv26055

Modified Files:
	ghc.spec 
Log Message:
- drop the broken summary and description args to the ghc-ghc package
  and use ghc-rpm-macros-0.6.1




Index: ghc.spec
===================================================================
RCS file: /cvs/extras/rpms/ghc/devel/ghc.spec,v
retrieving revision 1.136
retrieving revision 1.137
diff -u -p -r1.136 -r1.137
--- ghc.spec	23 Jun 2010 10:30:14 -0000	1.136
+++ ghc.spec	24 Jun 2010 03:16:12 -0000	1.137
@@ -26,7 +26,7 @@
 Name: ghc
 # break of haskell-platform-2010.1.0.0
 Version: 6.12.3
-Release: 2%{?dist}
+Release: 3%{?dist}
 Summary: Glasgow Haskell Compilation system
 # fedora ghc has only been bootstrapped on the following archs:
 ExclusiveArch: %{ix86} x86_64 ppc alpha
@@ -43,7 +43,7 @@ URL: http://haskell.org/ghc/
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 # introduced for f11
 Obsoletes: haddock < 2.4.2-3, ghc-haddock-devel < 2.4.2-3
-BuildRequires: ghc, happy, ghc-rpm-macros >= 0.5.9
+BuildRequires: ghc, happy, ghc-rpm-macros >= 0.6.1
 BuildRequires: gmp-devel, ncurses-devel
 Requires: gcc, gmp-devel
 %if %{with shared}
@@ -108,7 +108,7 @@ They should be installed when GHC's prof
 
 %global ghc_version_override %{version}
 
-%ghc_binlib_package -n ghc -s "GHC internals library" -d "The API for GHC internals can be used for example to analyse, transform, and\ndynamically load Haskell code."
+%ghc_binlib_package -n ghc
 
 %prep
 %setup -q -n %{name}-%{version} %{?with_extralibs:-b1} %{?with_testsuite:-b2}
@@ -285,11 +285,16 @@ fi
 %endif
 
 %changelog
+* Thu Jun 24 2010 Jens Petersen <petersen at redhat.com> - 6.12.3-3
+- drop the broken summary and description args to the ghc-ghc package
+  and use ghc-rpm-macros-0.6.1
+
 * Wed Jun 23 2010 Jens Petersen <petersen at redhat.com> - 6.12.3-2
 - strip all dynlinked files not just shared objects (ghc-rpm-macros-0.5.9)
 
 * Mon Jun 14 2010 Jens Petersen <petersen at redhat.com> - 6.12.3-1
-- 6.12.3
+- 6.12.3 release:
+  http://darcs.haskell.org/download/docs/6.12.3/html/users_guide/release-6-12-3.html
 - build with hscolour
 - use ghc-rpm-macro-0.5.8 for ghc_strip_shared macro
 



More information about the scm-commits mailing list