- 1.18.4 release

- sync with cabal2spec-0.15
This commit is contained in:
Jens Petersen 2009-04-25 09:10:14 +00:00
parent 66121d2474
commit bd09d5e7a2
3 changed files with 10 additions and 7 deletions

View File

@ -1 +1 @@
happy-1.18.2.tar.gz
happy-1.18.4.tar.gz

View File

@ -2,8 +2,8 @@
%define debug_package %{nil}
Name: happy
Version: 1.18.2
Release: 3%{?dist}
Version: 1.18.4
Release: 1%{?dist}
License: BSD
Group: Development/Tools
URL: http://haskell.org/happy/
@ -11,7 +11,7 @@ Source: http://hackage.haskell.org/packages/archive/%{name}/%{version}/%
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: autoconf, ghc, docbook-dtds, docbook-style-xsl, libxslt, libxml2
Summary: The LALR(1) Parser Generator for Haskell
# ghc has only been bootstrapped on the following archs:
# fedora ghc archs:
ExclusiveArch: %{ix86} x86_64 ppc alpha
Requires(post): policycoreutils
@ -43,12 +43,12 @@ popd
%install
rm -rf ${RPM_BUILD_ROOT}
rm -rf $RPM_BUILD_ROOT
%cabal_install
%clean
rm -rf ${RPM_BUILD_ROOT}
rm -rf $RPM_BUILD_ROOT
%post
@ -64,6 +64,9 @@ restorecon %{_bindir}/%{name}
%changelog
* Sat Apr 25 2009 Jens Petersen <petersen@redhat.com> - 1.18.4-1
- 1.18.4 release
* Wed Feb 25 2009 Jens Petersen <petersen@redhat.com> - 1.18.2-3
- rebuild with %%ix86 for i586

View File

@ -1 +1 @@
adb1679a1fa8cec74a6e621a4a277e98 happy-1.18.2.tar.gz
614e3ef9623dbeefc4c8ca699912efb4 happy-1.18.4.tar.gz