rpms/ghc/devel ghc.spec,1.53,1.54

Jens Petersen petersen at fedoraproject.org
Thu Oct 23 03:43:29 UTC 2008


Author: petersen

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

Modified Files:
	ghc.spec 
Log Message:
need to create ghost package.conf.old for ghc-6.10


Index: ghc.spec
===================================================================
RCS file: /cvs/extras/rpms/ghc/devel/ghc.spec,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ghc.spec	23 Oct 2008 03:00:41 -0000	1.53
+++ ghc.spec	23 Oct 2008 03:42:59 -0000	1.54
@@ -16,7 +16,7 @@
 
 Name:		ghc
 Version:	6.10.0.20081007
-Release:	7%{?dist}
+Release:	8%{?dist}
 Summary:	Glasgow Haskell Compilation system
 # See https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=239713
 ExcludeArch:	alpha ppc64
@@ -140,6 +140,9 @@
 cat rpm-dir.files rpm-prof.files > rpm-prof-filelist
 %endif
 
+# create package.conf.old
+touch $RPM_BUILD_ROOT%{_libdir}/ghc-%{version}/package.conf.old
+
 # these are handled as alternatives
 for i in hsc2hs runhaskell; do
   if [ -x ${RPM_BUILD_ROOT}%{_bindir}/$i-ghc ]; then
@@ -218,6 +221,9 @@
 
 
 %changelog
+* Thu Oct 23 2008 Jens Petersen <petersen at redhat.com> - 6.10.0.20081007-8
+- need to create ghost package.conf.old for ghc-6.10
+
 * Thu Oct 23 2008 Jens Petersen <petersen at redhat.com> - 6.10.0.20081007-7
 - use gen_contents_index to re-index haddock
 - add %%pkg_docdir to cabal_configure




More information about the scm-commits mailing list