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

104 lines
2.7 KiB
RPMSpec
Raw Normal View History

2012-01-06 09:47:47 +00:00
# https://fedoraproject.org/wiki/Packaging:Haskell
# https://fedoraproject.org/wiki/PackagingDrafts/Haskell
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.
Name: ghc-%{pkg_name}
Version: 0.4
Release: 10%{?dist}
2011-07-12 09:46:06 +00:00
Summary: %{common_summary}
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
Patch0: pcre-light-0.4-small_base.patch
2011-07-12 09:46:06 +00:00
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros
# Begin cabal-rpm deps:
2012-07-16 02:14:00 +00:00
BuildRequires: ghc-bytestring-devel
# End cabal-rpm deps
BuildRequires: pcre-devel%{?_isa}
2011-07-12 09:46:06 +00:00
%description
%{common_description}
%prep
%setup -q -n %{pkg_name}-%{version}
%patch0 -p1 -b .orig
2011-07-12 09:46:06 +00:00
%build
%ghc_lib_build
%install
%ghc_lib_install
2012-01-06 09:47:47 +00:00
%ghc_devel_package
Requires: pcre-devel%{?_isa}
%ghc_devel_description
%ghc_devel_post_postun
2012-03-22 15:08:10 +00:00
%ghc_files LICENSE
2011-07-12 09:46:06 +00:00
%changelog
* Sat Nov 17 2012 Jens Petersen <petersen@redhat.com> - 0.4-10
- update with cabal-rpm
- set small_base flag
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
2012-07-16 02:14:00 +00:00
* Mon Jul 16 2012 Jens Petersen <petersen@redhat.com> - 0.4-8
- change prof BRs to devel
2012-03-22 15:08:10 +00:00
* Thu Mar 22 2012 Jens Petersen <petersen@redhat.com> - 0.4-7
- add license to ghc_files
2012-02-10 14:25:38 +00:00
* Fri Feb 10 2012 Petr Pisar <ppisar@redhat.com> - 0.4-6
- Rebuild against PCRE 8.30
2012-01-06 09:47:47 +00:00
* Fri Jan 6 2012 Jens Petersen <petersen@redhat.com> - 0.4-5
- update to cabal2spec-0.25.2
* Mon Oct 24 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.4-4.3
- rebuild with new gmp without compat lib
* Fri Oct 21 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.4-4.2
- rebuild with new gmp without compat lib
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
2012-01-06 09:47:47 +00:00
* Tue Jul 12 2011 Jens Petersen <petersen@redhat.com> - 0.4-4
2011-07-12 09:50:00 +00:00
- 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