update to 0.3.0.2 and cabal2spec-0.25.2
This commit is contained in:
parent
58576cc90d
commit
231f7dbe49
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
/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
|
/blaze-builder-0.3.0.1.tar.gz
|
||||||
|
/blaze-builder-0.3.0.2.tar.gz
|
||||||
|
@ -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 pkg_name blaze-builder
|
||||||
|
|
||||||
%global common_summary Builder to efficiently append text
|
%global common_summary Builder to efficiently append text
|
||||||
|
|
||||||
%global common_description Builder to efficiently append text, optimized for HTML \
|
%global common_description Builder to efficiently append text, optimized for HTML generation.
|
||||||
generation. There is a small usage example in the \
|
|
||||||
Text.Blaze.Builder.Core module, you should begin by reading \
|
|
||||||
that.
|
|
||||||
|
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 0.3.0.1
|
Version: 0.3.0.2
|
||||||
Release: 2%{?dist}.2
|
Release: 1%{?dist}
|
||||||
Summary: %{common_summary}
|
Summary: %{common_summary}
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
License: BSD
|
License: BSD
|
||||||
|
# BEGIN cabal2spec
|
||||||
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
|
||||||
ExclusiveArch: %{ghc_arches}
|
ExclusiveArch: %{ghc_arches}
|
||||||
BuildRequires: ghc-Cabal-devel
|
BuildRequires: ghc-Cabal-devel
|
||||||
BuildRequires: ghc-rpm-macros
|
BuildRequires: ghc-rpm-macros %{!?without_hscolour:hscolour}
|
||||||
BuildRequires: hscolour
|
# END cabal2spec
|
||||||
BuildRequires: ghc-text-prof
|
BuildRequires: ghc-text-prof
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -38,10 +40,22 @@ BuildRequires: ghc-text-prof
|
|||||||
%ghc_lib_install
|
%ghc_lib_install
|
||||||
|
|
||||||
|
|
||||||
%ghc_lib_package
|
%ghc_devel_package
|
||||||
|
|
||||||
|
%ghc_devel_description
|
||||||
|
|
||||||
|
|
||||||
|
%ghc_devel_post_postun
|
||||||
|
|
||||||
|
|
||||||
|
%ghc_files
|
||||||
|
%doc CHANGES README.markdown
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Oct 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.3.0.1-2.2
|
||||||
- rebuild with new gmp without compat lib
|
- rebuild with new gmp without compat lib
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user