|
|
@ -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
|
|
|
|
|
|
|
|
|
|
|
|