diff --git a/ghc-glib.spec b/ghc-glib.spec index 86947e6..ac2fc2c 100644 --- a/ghc-glib.spec +++ b/ghc-glib.spec @@ -11,14 +11,13 @@ Name: ghc-%{pkg_name} Version: 0.12.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: %{common_summary} Group: System Environment/Libraries License: LGPLv2+ URL: http://hackage.haskell.org/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-doc, ghc-prof @@ -31,8 +30,6 @@ BuildRequires: gtk2hs-buildtools %description %{common_description} -This package provides the shared library. - %{?ghc_lib_package} @@ -46,15 +43,13 @@ This package provides the shared library. %install -rm -rf $RPM_BUILD_ROOT %ghc_lib_install -%clean -rm -rf $RPM_BUILD_ROOT - - %changelog +* Tue Jan 18 2011 Jens Petersen - 0.12.0-2 +- update to cabal2spec-0.22.4 + * Tue Nov 30 2010 Jens Petersen - 0.12.0-1 - update to 0.12.0 and drop the Gtk2HsSetup patch