rpms/ghc/devel ghc.spec,1.131,1.132

Jens Petersen petersen at fedoraproject.org
Fri May 28 06:41:00 UTC 2010


Author: petersen

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

Modified Files:
	ghc.spec 
Log Message:
- (6.12.3 rc1)
- ghost package.cache
- fix description and summary of ghc internal library (John Obbele)




Index: ghc.spec
===================================================================
RCS file: /cvs/extras/rpms/ghc/devel/ghc.spec,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -p -r1.131 -r1.132
--- ghc.spec	25 May 2010 10:20:06 -0000	1.131
+++ ghc.spec	28 May 2010 06:40:59 -0000	1.132
@@ -25,7 +25,7 @@
 
 Name: ghc
 # break of haskell-platform-2010.1.0.0
-Version: 6.12.2
+Version: 6.12.2.20100521
 Release: 1%{?dist}
 Summary: Glasgow Haskell Compilation system
 # fedora ghc has only been bootstrapped on the following archs:
@@ -36,7 +36,9 @@ Source0: http://www.haskell.org/ghc/dist
 %if %{with extralibs}
 Source1: http://www.haskell.org/ghc/dist/%{version}/ghc-%{version}-src-extralibs.tar.bz2
 %endif
+%if %{with testsuite}
 Source2: http://www.haskell.org/ghc/dist/%{version}/testsuite-%{version}.tar.bz2
+%endif
 URL: http://haskell.org/ghc/
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 # introduced for f11
@@ -106,10 +108,12 @@ They should be installed when GHC's prof
 
 %global ghc_version_override %{version}
 
-%ghc_binlib_package -n ghc
+%ghc_binlib_package -n ghc -s "GHC internals library" -d \
+"The API for GHC internals can be used for example to analyse, transform, and\
+dynamically load Haskell code."
 
 %prep
-%setup -q -n %{name}-%{version} %{?with_extralibs:-b1} -b2
+%setup -q -n %{name}-%{version} %{?with_extralibs:-b1} %{?with_testsuite:-b2}
 # absolute haddock path (was for html/libraries -> libraries)
 %patch1 -p1 -b .orig
 
@@ -246,7 +250,7 @@ fi
 %doc ANNOUNCE HACKING LICENSE README
 %{_bindir}/*
 %dir %{_libdir}/%{name}-%{version}
-%config(noreplace) %{_libdir}/%{name}-%{version}/package.conf.d/package.cache
+%ghost %{_libdir}/%{name}-%{version}/package.conf.d/package.cache
 %if %{with manual}
 %{_mandir}/man1/ghc.*
 %endif
@@ -280,9 +284,12 @@ fi
 %endif
 
 %changelog
-* Tue May 25 2010 Jens Petersen <petersen at redhat.com>
+* Fri May 28 2010 Jens Petersen <petersen at redhat.com> - 6.12.2.20100521-1
+- 6.12.3 rc1
+- ghost package.cache
 - drop ghc-utf8-string obsoletes since it is no longer provided
 - run testsuite fast
+- fix description and summary of ghc internal library (John Obbele)
 
 * Fri Apr 23 2010 Jens Petersen <petersen at redhat.com> - 6.12.2-1
 - update to 6.12.2



More information about the scm-commits mailing list