rpms/ghc-rpm-macros/devel ghc-rpm-macros.ghc, 1.24, 1.25 ghc-rpm-macros.spec, 1.27, 1.28

Jens Petersen petersen at fedoraproject.org
Sat Jun 26 08:53:39 UTC 2010


Author: petersen

Update of /cvs/pkgs/rpms/ghc-rpm-macros/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv970

Modified Files:
	ghc-rpm-macros.ghc ghc-rpm-macros.spec 
Log Message:
new ghc_bin_build, ghc_bin_install, ghc_lib_build, ghc_lib_install


Index: ghc-rpm-macros.ghc
===================================================================
RCS file: /cvs/pkgs/rpms/ghc-rpm-macros/devel/ghc-rpm-macros.ghc,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -p -r1.24 -r1.25
--- ghc-rpm-macros.ghc	24 Jun 2010 06:05:43 -0000	1.24
+++ ghc-rpm-macros.ghc	26 Jun 2010 08:53:39 -0000	1.25
@@ -205,3 +205,26 @@ This package contains the profiling libr
 %if 0%{!?__debug_package:1}\
 find $RPM_BUILD_ROOT -type f -exec sh -c "file {} | grep -q 'dynamically linked'" \\; -print | xargs strip\
 %endif
+
+# ghc_bin_build
+%ghc_bin_build\
+%cabal_configure --ghc\
+%cabal build
+
+# ghc_lib_build
+%ghc_lib_build\
+%cabal_configure --ghc -p\
+%cabal build\
+%cabal haddock
+
+# ghc_bin_install
+%ghc_bin_install\
+%cabal_install\
+%ghc_strip_dynlinked
+
+# ghc_lib_install
+%ghc_lib_install\
+%cabal_install\
+%cabal_pkg_conf\
+%ghc_gen_filelists\
+%ghc_strip_dynlinked


Index: ghc-rpm-macros.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ghc-rpm-macros/devel/ghc-rpm-macros.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -p -r1.27 -r1.28
--- ghc-rpm-macros.spec	24 Jun 2010 06:05:43 -0000	1.27
+++ ghc-rpm-macros.spec	26 Jun 2010 08:53:39 -0000	1.28
@@ -1,5 +1,5 @@
 Name:		ghc-rpm-macros
-Version:	0.6.2
+Version:	0.7.0
 Release:	1%{?dist}
 Summary:	Macros for building packages for GHC
 
@@ -48,6 +48,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Jun 26 2010 Jens Petersen <petersen at redhat.com> - 0.7.0-1
+- new ghc_bin_build, ghc_bin_install, ghc_lib_build, ghc_lib_install
+
 * Thu Jun 24 2010 Jens Petersen <petersen at redhat.com> - 0.6.2-1
 - a couple more fallback summary tweaks
 



More information about the scm-commits mailing list