ghc-pcre-light/ghc-pcre-light.spec

67 lines
1.7 KiB
RPMSpec
Raw Normal View History

2011-07-12 09:46:06 +00:00
%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
2011-10-11 16:17:56 +00:00
Release: 4%{?dist}.1
2011-07-12 09:46:06 +00:00
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
2011-07-12 09:50:00 +00:00
ExclusiveArch: %{ghc_arches}
2011-07-12 09:46:06 +00:00
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros
BuildRequires: hscolour
%{?ghc_pkg_c_deps:BuildRequires: %{ghc_pkg_c_deps}}
2011-07-12 09:50:00 +00:00
BuildRequires: ghc-bytestring-prof
2011-07-12 09:46:06 +00:00
%description
%{common_description}
%prep
%setup -q -n %{pkg_name}-%{version}
%build
%ghc_lib_build
%install
%ghc_lib_install
%ghc_lib_package
%changelog
2011-10-11 16:17:56 +00:00
* Tue Oct 11 2011 Peter Schiffer <pschiffe@redhat.com> - 0.4-4.1
- rebuild with new gmp
2011-07-12 09:50:00 +00:00
* Mon Jun 27 2011 Jens Petersen <petersen@redhat.com> - 0.4-4
- use ghc_arches (cabal2spec-0.23.2)
2011-07-12 09:46:06 +00:00
* 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