9f289f7
%global pkg_name html
9f289f7
9f289f7
%global common_summary Haskell HTML combinator library
9f289f7
9f289f7
%global common_description A HTML combinator library for Haskell.
9f289f7
9f289f7
%bcond_without shared
9f289f7
9f289f7
# debuginfo is not useful for ghc
9f289f7
%global debug_package %{nil}
9f289f7
9f289f7
Name:           ghc-%{pkg_name}
7c0002c
# part of haskell-platform-2010.1.0.0
9f289f7
Version:        1.0.1.2
294b843
Release:        4%{?dist}
9f289f7
Summary:        %{common_summary}
9f289f7
9f289f7
Group:          System Environment/Libraries
9f289f7
License:        BSD
9f289f7
URL:            http://hackage.haskell.org/cgi-bin/hackage-scripts/package/%{pkg_name}
9f289f7
Source0:        http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
1227561
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
9f289f7
# fedora ghc archs:
9f289f7
ExclusiveArch:  %{ix86} x86_64 ppc alpha
1227561
BuildRequires:  ghc, ghc-doc, ghc-prof
1227561
BuildRequires:  ghc-rpm-macros >= 0.7.0
9f289f7
9f289f7
%description
9f289f7
%{common_description}
9f289f7
%if %{with shared}
9f289f7
This package provides the shared library.
9f289f7
%endif
9f289f7
9f289f7
7c0002c
%{?ghc_lib_package}
9f289f7
9f289f7
9f289f7
%prep
9f289f7
%setup -q -n %{pkg_name}-%{version}
9f289f7
9f289f7
9f289f7
%build
1227561
%ghc_lib_build
9f289f7
9f289f7
9f289f7
%install
1227561
rm -rf $RPM_BUILD_ROOT
1227561
%ghc_lib_install
9f289f7
9f289f7
9f289f7
%clean
9f289f7
rm -rf $RPM_BUILD_ROOT
9f289f7
9f289f7
9f289f7
%changelog
294b843
* Sun Jun 27 2010 Jens Petersen <petersen@redhat.com> - 1.0.1.2-4
1227561
- sync cabal2spec-0.22.1
1227561
7c0002c
* Tue Apr 27 2010 Jens Petersen <petersen@redhat.com> - 1.0.1.2-3
7c0002c
- part of haskell-platform-2010.1.0.0
7c0002c
- rebuild against ghc-6.12.2
7c0002c
- condition ghc_lib_package
7c0002c
9f289f7
* Fri Jan 15 2010 Jens Petersen <petersen@redhat.com> - 1.0.1.2-2
9f289f7
- BSD license
9f289f7
- part of haskell-platform
9f289f7
9f289f7
* Fri Jan 15 2010 Fedora Haskell SIG <haskell-devel@lists.fedoraproject.org> - 1.0.1.2-1
9f289f7
- initial packaging for Fedora automatically generated by cabal2spec-0.21.1