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

Jens Petersen petersen at fedoraproject.org
Tue Apr 27 03:01:39 UTC 2010


Author: petersen

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

Modified Files:
	ghc-xhtml.spec 
Log Message:
- part of haskell-platform-2010.1.0.0
- rebuild against ghc-6.12.2
- condition ghc_lib_package




Index: ghc-xhtml.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ghc-xhtml/devel/ghc-xhtml.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- ghc-xhtml.spec	21 Jan 2010 01:13:41 -0000	1.1
+++ ghc-xhtml.spec	27 Apr 2010 03:01:39 -0000	1.2
@@ -11,9 +11,9 @@ Frameset variants.
 %global debug_package %{nil}
 
 Name:           ghc-%{pkg_name}
-# part of haskell-platform-2009.2.0.2
+# part of haskell-platform-2010.1.0.0
 Version:        3000.2.0.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        %{common_summary}
 
 Group:          System Environment/Libraries
@@ -25,8 +25,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")}
-%{?ghc_pkg_c_deps:BuildRequires:  %{ghc_pkg_c_deps}}
 
 %description
 %{common_description}
@@ -35,7 +33,7 @@ This package provides the shared library
 %endif
 
 
-%ghc_lib_package
+%{?ghc_lib_package}
 
 
 %prep
@@ -60,6 +58,11 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Apr 27 2010 Jens Petersen <petersen at redhat.com> - 3000.2.0.1-3
+- part of haskell-platform-2010.1.0.0
+- rebuild against ghc-6.12.2
+- condition ghc_lib_package
+
 * Wed Jan 13 2010 Jens Petersen <petersen at redhat.com> - 3000.2.0.1-2
 - license is BSD
 - summary and description



More information about the scm-commits mailing list