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.2.1.4.tar.gz
|
||||||
/blaze-builder-0.3.0.0.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 \
|
Text.Blaze.Builder.Core module, you should begin by reading \
|
||||||
that.
|
that.
|
||||||
|
|
||||||
%global ghc_pkg_deps ghc-text-devel
|
|
||||||
|
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 0.3.0.0
|
Version: 0.3.0.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: %{common_summary}
|
Summary: %{common_summary}
|
||||||
|
|
||||||
@ -18,12 +16,12 @@ Group: System Environment/Libraries
|
|||||||
License: BSD
|
License: BSD
|
||||||
URL: http://hackage.haskell.org/package/%{pkg_name}
|
URL: http://hackage.haskell.org/package/%{pkg_name}
|
||||||
Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
|
Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
|
||||||
# fedora ghc archs:
|
# ghc_excluded_archs is defined in redhat-rpm-config
|
||||||
ExclusiveArch: %{ix86} x86_64 ppc alpha sparcv9
|
ExcludeArch: %{ghc_excluded_archs}
|
||||||
BuildRequires: ghc, ghc-doc, ghc-prof
|
BuildRequires: ghc-Cabal-devel
|
||||||
BuildRequires: ghc-rpm-macros >= 0.7.3
|
BuildRequires: ghc-rpm-macros
|
||||||
BuildRequires: hscolour
|
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
|
%description
|
||||||
%{common_description}
|
%{common_description}
|
||||||
@ -45,6 +43,10 @@ BuildRequires: hscolour
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Mar 24 2011 Ben Boeckel <mathstuf@gmail.com> - 0.3.0.0-1
|
||||||
- Update to 0.3.0.0
|
- Update to 0.3.0.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user