diff --git a/ghc-dataenc.spec b/ghc-dataenc.spec index 9da4b4f..9f6500d 100644 --- a/ghc-dataenc.spec +++ b/ghc-dataenc.spec @@ -13,7 +13,7 @@ uuencode, xxencode, and yEncoding. Name: ghc-%{pkg_name} Version: 0.13.0.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: %{common_summary} Group: System Environment/Libraries @@ -25,7 +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")} %description %{common_description} @@ -34,7 +33,7 @@ This package provides the shared library. %endif -%ghc_lib_package +%{?ghc_lib_package} %prep @@ -59,6 +58,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Apr 24 2010 Jens Petersen - 0.13.0.2-2 +- rebuild against ghc-6.12.2 +- condition ghc_lib_package + * Sat Jan 23 2010 Jens Petersen - 0.13.0.2-1 - BSD license - summary and description from hackage