update to cabal2spec-0.22.4

This commit is contained in:
Jens Petersen 2011-01-18 14:22:43 +10:00
parent 8442c4e75c
commit 019294c8fe
1 changed files with 4 additions and 9 deletions

View File

@ -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 <petersen@redhat.com> - 0.12.0-2
- update to cabal2spec-0.22.4
* Tue Nov 30 2010 Jens Petersen <petersen@redhat.com> - 0.12.0-1
- update to 0.12.0 and drop the Gtk2HsSetup patch