rpms/ghc/devel ghc.spec, 1.125, 1.126 ghc-6.12.1-no-filter-libs.patch, 1.2, NONE

Jens Petersen petersen at fedoraproject.org
Mon Jan 11 15:41:30 UTC 2010


Author: petersen

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

Modified Files:
	ghc.spec 
Removed Files:
	ghc-6.12.1-no-filter-libs.patch 
Log Message:
- drop ghc-6.12.1-no-filter-libs.patch
- filter ghc lib files from ghc-prof




Index: ghc.spec
===================================================================
RCS file: /cvs/extras/rpms/ghc/devel/ghc.spec,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -p -r1.125 -r1.126
--- ghc.spec	11 Jan 2010 14:28:48 -0000	1.125
+++ ghc.spec	11 Jan 2010 15:41:30 -0000	1.126
@@ -58,7 +58,6 @@ BuildRequires: libxslt, docbook-style-xs
 BuildRequires: hscolour
 %endif
 Patch1: ghc-6.12.1-gen_contents_index-haddock-path.patch
-Patch2: ghc-6.12.1-no-filter-libs.patch
 
 %description
 GHC is a state-of-the-art programming suite for Haskell, a purely
@@ -119,8 +118,6 @@ They should be installed when GHC's prof
 %setup -q -n %{name}-%{version} %{?with_extralibs:-b1}
 # absolute haddock path (was for html/libraries -> libraries)
 %patch1 -p1 -b .orig
-# install more libs
-#%%patch2 -p1 -b .orig
 
 # make sure we don't use these
 rm -r ghc-tarballs/{mingw,perl}
@@ -178,20 +175,11 @@ cat rpm-lib-dir.files rpm-lib.files > gh
 cat rpm-dev-dir.files rpm-base.files > ghc.files
 
 # subpackage ghc libraries
-sed -i -e "/ghc-%{version}\/ghc-%{version}/d" ghc.files ghc-libs.files 
+sed -i -e "/ghc-%{version}\/ghc-%{version}/d" ghc.files ghc-libs.files ghc-prof.files
 sed -i -e "/ghc-%{version}-.*.conf\$/d" ghc.files
 sed -i -e "/ghc-%{version}\$/d" ghc-doc.files
 %ghc_gen_filelists ghc
 
-#for pkg in haskeline-0.6.2.1 terminfo-0.3.1.1; do
-#  sed -i -e "/ghc-%{version}\/$pkg/d" ghc.files ghc-libs.files 
-#  sed -i -e "/$pkg-.*.conf\$/d" ghc.files
-#  sed -i -e "/$pkg\$/d" ghc-doc.files
-#  name=$(echo $pkg | sed -e "s/\(.*\)-.*/\1/")
-#  version=$(echo $pkg | sed -e "s/.*-\(.*\)/\1/")
-# %%ghc_gen_filelists ${name} ${version}
-#done
-
 # these are handled as alternatives
 for i in hsc2hs runhaskell; do
   if [ -x ${RPM_BUILD_ROOT}%{_bindir}/$i-ghc ]; then
@@ -296,7 +284,8 @@ ghc-pkg recache
 
 %changelog
 * Mon Jan 11 2010 Jens Petersen <petersen at redhat.com> - 6.12.1-5
-- drop extras packages again (haskeline, mtl, and terminfo)
+- drop ghc-6.12.1-no-filter-libs.patch and extras packages again
+- filter ghc-ghc-prof files from ghc-prof
 - ghc-mtl package was added to fedora
 
 * Mon Jan 11 2010 Jens Petersen <petersen at redhat.com> - 6.12.1-4


--- ghc-6.12.1-no-filter-libs.patch DELETED ---



More information about the scm-commits mailing list