rpms/ghc-binary/devel ghc-binary.spec,1.1,1.2

Jens Petersen petersen at fedoraproject.org
Sat Apr 24 09:12:35 UTC 2010


Author: petersen

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

Modified Files:
	ghc-binary.spec 
Log Message:
- rebuild against ghc-6.12.2
- condition ghc_lib_package



Index: ghc-binary.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ghc-binary/devel/ghc-binary.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- ghc-binary.spec	23 Feb 2010 01:05:39 -0000	1.1
+++ ghc-binary.spec	24 Apr 2010 09:12:34 -0000	1.2
@@ -16,7 +16,7 @@ been observed, so this library should be
 
 Name:           ghc-%{pkg_name}
 Version:        0.5.0.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        %{common_summary}
 
 Group:          System Environment/Libraries
@@ -28,7 +28,6 @@ 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")}
 
 %description
 %{common_description}
@@ -37,7 +36,7 @@ This package provides the shared library
 %endif
 
 
-%ghc_lib_package
+%{?ghc_lib_package}
 
 
 %prep
@@ -62,6 +61,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Apr 24 2010 Jens Petersen <petersen at redhat.com> - 0.5.0.2-2
+- rebuild against ghc-6.12.2
+- condition ghc_lib_package
+
 * Sat Jan 23 2010 Jens Petersen <petersen at redhat.com> - 0.5.0.2-1
 - BSD license
 - summary and description



More information about the scm-commits mailing list