rpms/ghc-X11/devel ghc-X11.spec,1.22,1.23

Jens Petersen petersen at fedoraproject.org
Wed Jun 23 11:55:52 UTC 2010


Author: petersen

Update of /cvs/pkgs/rpms/ghc-X11/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv6131

Modified Files:
	ghc-X11.spec 
Log Message:
use ghc_strip_dynlinked (ghc-rpm-macros-0.6.0)


Index: ghc-X11.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ghc-X11/devel/ghc-X11.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -p -r1.22 -r1.23
--- ghc-X11.spec	27 Apr 2010 02:58:04 -0000	1.22
+++ ghc-X11.spec	23 Jun 2010 11:55:52 -0000	1.23
@@ -15,19 +15,18 @@ Manual", available online at <http://tro
 
 Name:           ghc-%{pkg_name}
 Version:        1.5.0.0
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        %{common_summary}
 
 Group:          System Environment/Libraries
 License:        BSD
 URL:            http://hackage.haskell.org/cgi-bin/hackage-scripts/package/%{pkg_name}
 Source0:        http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 # fedora ghc archs:
 ExclusiveArch:  %{ix86} x86_64 ppc alpha
-BuildRequires:  ghc, ghc-rpm-macros >= 0.5.1
-BuildRequires:  ghc-doc
-BuildRequires:  ghc-prof
-%{?ghc_pkg_deps:BuildRequires:  %{ghc_pkg_deps}, %(echo %{ghc_pkg_deps} | sed -e "s/\(ghc-[^, ]\+\)-devel/\1-doc,\1-prof/g")}
+BuildRequires:  ghc, ghc-doc, ghc-prof
+BuildRequires:  ghc-rpm-macros >= 0.6.0
 %{?ghc_pkg_c_deps:BuildRequires:  %{ghc_pkg_c_deps}}
 
 %description
@@ -51,10 +50,12 @@ This package provides the shared library
 
 
 %install
+rm -rf $RPM_BUILD_ROOT
 %cabal_install
 %cabal_pkg_conf
 
 %ghc_gen_filelists
+%ghc_strip_dynlinked
 
 
 %clean
@@ -62,11 +63,13 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Jun 23 2010 Jens Petersen <petersen at redhat.com> - 1.5.0.0-4
+- use ghc_strip_dynlinked (ghc-rpm-macros-0.6.0)
+
 * Tue Apr 27 2010 Jens Petersen <petersen at redhat.com> - 1.5.0.0-3
 - rebuild against ghc-6.12.2
 - condition ghc_lib_package
 
-
 * Mon Jan 11 2010 Jens Petersen <petersen at redhat.com> - 1.5.0.0-2
 - update to ghc-rpm-macros-0.5.1 and cabal2spec-0.21.1:
 - drop doc and prof bcond



More information about the scm-commits mailing list