rpms/ghc-uniplate/devel ghc-uniplate.spec,1.10,1.11

Jens Petersen petersen at fedoraproject.org
Fri Jun 25 15:36:05 UTC 2010


Author: petersen

Update of /cvs/extras/rpms/ghc-uniplate/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv8346

Modified Files:
	ghc-uniplate.spec 
Log Message:
strip shared library (cabal2spec-0.21.4)


Index: ghc-uniplate.spec
===================================================================
RCS file: /cvs/extras/rpms/ghc-uniplate/devel/ghc-uniplate.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- ghc-uniplate.spec	29 Apr 2010 00:31:58 -0000	1.10
+++ ghc-uniplate.spec	25 Jun 2010 15:36:05 -0000	1.11
@@ -15,17 +15,17 @@ Haskell.
 
 Name:           ghc-%{pkg_name}
 Version:        1.5.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        %{common_summary}
 Group:          System Environment/Libraries
 License:        BSD
 URL:            http://community.haskell.org/~ndm/uniplate/
 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
+BuildRequires:  ghc, ghc-doc, ghc-prof
+BuildRequires:  ghc-rpm-macros >= 0.6.0
 %{?ghc_pkg_deps:BuildRequires:  %{ghc_pkg_deps}, %(echo %{ghc_pkg_deps} | sed -e "s/\(ghc-[^, ]\+\)-devel/\1-doc,\1-prof/g")}
 
 %description
@@ -49,10 +49,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
@@ -60,6 +62,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Jun 26 2010 Jens Petersen <petersen at redhat.com> - 1.5.1-3
+- strip shared library (cabal2spec-0.21.4)
+
 * Mon Feb 15 2010 Conrad Meyer <konrad at tylerc.org> - 1.5.1-1
 - Update to 1.5.1
 



More information about the scm-commits mailing list