Blob Blame History Raw
%global pkg_name pcre-light

%global common_summary Perl5 compatible regular expressions library

%global common_description A small, efficient and portable regex library for Perl 5\
compatible regular expressions\
\
The PCRE library is a set of functions that implement regular\
expression pattern matching using the same syntax and\
semantics as Perl 5.

%global ghc_pkg_c_deps pcre-devel

Name:           ghc-%{pkg_name}
Version:        0.4
Release:        4%{?dist}.2
Summary:        %{common_summary}

Group:          System Environment/Libraries
License:        BSD
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
%{?ghc_pkg_c_deps:BuildRequires:  %{ghc_pkg_c_deps}}
BuildRequires:  ghc-bytestring-prof

%description
%{common_description}


%prep
%setup -q -n %{pkg_name}-%{version}


%build
%ghc_lib_build


%install
%ghc_lib_install


%ghc_lib_package


%changelog
* Fri Oct 21 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.4-4.2
- rebuild with new gmp without compat lib

* Tue Oct 11 2011 Peter Schiffer <pschiffe@redhat.com> - 0.4-4.1
- rebuild with new gmp

* Mon Jun 27 2011 Jens Petersen <petersen@redhat.com> - 0.4-4
- use ghc_arches (cabal2spec-0.23.2)

* Wed Jun 15 2011 Jens Petersen <petersen@redhat.com> - 0.4-3
- update to cabal2spec-0.23

* Wed Jun  1 2011 Jens Petersen <petersen@redhat.com> - 0.4-2
- experiment without ghc_lib_package (#662258)

* Fri Dec 10 2010 Ben Boeckel <mathstuf@gmail.com> - 0.4-1
- Initial package

* Wed Dec  8 2010 Fedora Haskell SIG <haskell-devel@lists.fedoraproject.org> - 0.4-0
- initial packaging for Fedora automatically generated by cabal2spec-0.22.2