update to 0.3.0.1 and cabal2spec-0.23
This commit is contained in:
parent
8551f28a0e
commit
1d5f613653
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/blaze-builder-0.2.1.4.tar.gz
|
||||
/blaze-builder-0.3.0.0.tar.gz
|
||||
/blaze-builder-0.3.0.1.tar.gz
|
||||
|
@ -7,10 +7,8 @@ generation. There is a small usage example in the \
|
||||
Text.Blaze.Builder.Core module, you should begin by reading \
|
||||
that.
|
||||
|
||||
%global ghc_pkg_deps ghc-text-devel
|
||||
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.3.0.0
|
||||
Version: 0.3.0.1
|
||||
Release: 1%{?dist}
|
||||
Summary: %{common_summary}
|
||||
|
||||
@ -18,12 +16,12 @@ Group: System Environment/Libraries
|
||||
License: BSD
|
||||
URL: http://hackage.haskell.org/package/%{pkg_name}
|
||||
Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
|
||||
# fedora ghc archs:
|
||||
ExclusiveArch: %{ix86} x86_64 ppc alpha sparcv9
|
||||
BuildRequires: ghc, ghc-doc, ghc-prof
|
||||
BuildRequires: ghc-rpm-macros >= 0.7.3
|
||||
# ghc_excluded_archs is defined in redhat-rpm-config
|
||||
ExcludeArch: %{ghc_excluded_archs}
|
||||
BuildRequires: ghc-Cabal-devel
|
||||
BuildRequires: ghc-rpm-macros
|
||||
BuildRequires: hscolour
|
||||
%{?ghc_pkg_deps:BuildRequires: %{ghc_pkg_deps}, %(echo %{ghc_pkg_deps} | sed -e "s/\(ghc-[^, ]\+\)-devel/\1-doc,\1-prof/g")}
|
||||
BuildRequires: ghc-text-prof
|
||||
|
||||
%description
|
||||
%{common_description}
|
||||
@ -45,6 +43,10 @@ BuildRequires: hscolour
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Jun 20 2011 Jens Petersen <petersen@redhat.com> - 0.3.0.1-1
|
||||
- update to 0.3.0.1
|
||||
- update to cabal2spec-0.23
|
||||
|
||||
* Thu Mar 24 2011 Ben Boeckel <mathstuf@gmail.com> - 0.3.0.0-1
|
||||
- Update to 0.3.0.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user