rpms/ghc-rpm-macros/devel ghc-rpm-macros.ghc, 1.19, 1.20 ghc-rpm-macros.spec, 1.22, 1.23

Jens Petersen petersen at fedoraproject.org
Sun Jun 20 12:44:49 UTC 2010


Author: petersen

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

Modified Files:
	ghc-rpm-macros.ghc ghc-rpm-macros.spec 
Log Message:
add ghc_strip_shared to strip shared libraries


Index: ghc-rpm-macros.ghc
===================================================================
RCS file: /cvs/pkgs/rpms/ghc-rpm-macros/devel/ghc-rpm-macros.ghc,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -p -r1.19 -r1.20
--- ghc-rpm-macros.ghc	20 Jun 2010 12:10:25 -0000	1.19
+++ ghc-rpm-macros.ghc	20 Jun 2010 12:44:49 -0000	1.20
@@ -199,3 +199,6 @@ This package contains the profiling libr
 %files -n %{ghc_pkg_name}-prof -f %{ghc_pkg_name}-prof.files\
 %defattr(-,root,root,-)\
 %{nil}
+
+# ghc_strip_shared
+%ghc_strip_shared find $RPM_BUILD_ROOT%{ghcpkgbasedir} -name "*.so" | xargs strip


Index: ghc-rpm-macros.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ghc-rpm-macros/devel/ghc-rpm-macros.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -p -r1.22 -r1.23
--- ghc-rpm-macros.spec	20 Jun 2010 12:10:25 -0000	1.22
+++ ghc-rpm-macros.spec	20 Jun 2010 12:44:49 -0000	1.23
@@ -1,5 +1,5 @@
 Name:		ghc-rpm-macros
-Version:	0.5.7
+Version:	0.5.8
 Release:	1%{?dist}
 Summary:	Macros for building packages for GHC
 
@@ -48,6 +48,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Jun 20 2010 Jens Petersen <petersen at redhat.com> - 0.5.8-1
+- add ghc_strip_shared to strip shared libraries
+
 * Sun Jun 20 2010 Jens Petersen <petersen at redhat.com> - 0.5.7-1
 - add comments over macros
 - drop unused cabal_makefile



More information about the scm-commits mailing list