update to 0.3.0.2 and cabal2spec-0.25.2

This commit is contained in:
Jens Petersen 2012-01-05 18:21:14 +09:00
parent 58576cc90d
commit 231f7dbe49
3 changed files with 25 additions and 10 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
/blaze-builder-0.2.1.4.tar.gz
/blaze-builder-0.3.0.0.tar.gz
/blaze-builder-0.3.0.1.tar.gz
/blaze-builder-0.3.0.2.tar.gz

View File

@ -1,25 +1,27 @@
# cabal2spec-0.25.2
# https://fedoraproject.org/wiki/Packaging:Haskell
# https://fedoraproject.org/wiki/PackagingDrafts/Haskell
%global pkg_name blaze-builder
%global common_summary Builder to efficiently append text
%global common_description Builder to efficiently append text, optimized for HTML \
generation. There is a small usage example in the \
Text.Blaze.Builder.Core module, you should begin by reading \
that.
%global common_description Builder to efficiently append text, optimized for HTML generation.
Name: ghc-%{pkg_name}
Version: 0.3.0.1
Release: 2%{?dist}.2
Version: 0.3.0.2
Release: 1%{?dist}
Summary: %{common_summary}
Group: System Environment/Libraries
License: BSD
# BEGIN cabal2spec
URL: http://hackage.haskell.org/package/%{pkg_name}
Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
ExclusiveArch: %{ghc_arches}
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros
BuildRequires: hscolour
BuildRequires: ghc-rpm-macros %{!?without_hscolour:hscolour}
# END cabal2spec
BuildRequires: ghc-text-prof
%description
@ -38,10 +40,22 @@ BuildRequires: ghc-text-prof
%ghc_lib_install
%ghc_lib_package
%ghc_devel_package
%ghc_devel_description
%ghc_devel_post_postun
%ghc_files
%doc CHANGES README.markdown
%changelog
* Thu Jan 5 2012 Jens Petersen <petersen@redhat.com> - 0.3.0.2-1
- update to 0.3.0.2 and cabal2spec-0.25.2
* Thu Oct 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.3.0.1-2.2
- rebuild with new gmp without compat lib

View File

@ -1 +1 @@
58c04bf94c05861baa1c31411e9ec867 blaze-builder-0.3.0.1.tar.gz
d2f7703982bddff7fc0f653723c2a430 blaze-builder-0.3.0.2.tar.gz