ghc-regex-pcre/ghc-regex-pcre.spec

79 lines
1.9 KiB
RPMSpec
Raw Normal View History

2012-03-23 03:53:18 +00:00
# cabal2spec-0.25
# https://fedoraproject.org/wiki/Packaging:Haskell
# https://fedoraproject.org/wiki/PackagingDrafts/Haskell
2011-11-08 01:20:00 +00:00
%global pkg_name regex-pcre
%global common_summary Haskell PCRE binding
%global common_description A Haskell binding to the Perl Compatible Regular Expressions library.
Name: ghc-%{pkg_name}
2012-06-13 09:58:45 +00:00
Version: 0.94.4
Release: 1%{?dist}
2011-11-08 01:20:00 +00:00
Summary: %{common_summary}
Group: System Environment/Libraries
License: BSD
# BEGIN cabal2spec
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
2012-03-23 03:53:18 +00:00
BuildRequires: ghc-rpm-macros %{!?without_hscolour:hscolour}
2011-11-08 01:20:00 +00:00
# END cabal2spec
BuildRequires: pcre-devel
BuildRequires: ghc-regex-base-prof
%description
%{common_description}
%prep
%setup -q -n %{pkg_name}-%{version}
%build
%ghc_lib_build
%install
%ghc_lib_install
2012-03-23 03:53:18 +00:00
# devel subpackage
%ghc_devel_package
Requires: pcre-devel%{?_isa}
2011-11-08 01:20:00 +00:00
2012-03-23 03:53:18 +00:00
%ghc_devel_description
2011-11-08 01:20:00 +00:00
2012-03-23 03:53:18 +00:00
%ghc_devel_post_postun
2011-11-08 01:20:00 +00:00
2012-03-23 03:53:18 +00:00
%ghc_files LICENSE
2011-11-08 01:20:00 +00:00
%changelog
2012-06-13 09:58:45 +00:00
* Wed Jun 13 2012 Jens Petersen <petersen@redhat.com> - 0.94.4-1
- update to 0.94.4
2012-03-23 03:53:18 +00:00
* Sun Mar 18 2012 Jens Petersen <petersen@redhat.com> - 0.94.2-5
- update to cabal2spec-0.25
2012-02-10 13:17:32 +00:00
* Fri Feb 10 2012 Petr Pisar <ppisar@redhat.com> - 0.94.2-4
- Rebuild against PCRE 8.30
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.94.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
2011-11-08 01:20:00 +00:00
* Thu Oct 27 2011 Jens Petersen <petersen@redhat.com> - 0.94.2-2
- better summary and description
* Thu Oct 27 2011 Jens Petersen <petersen@redhat.com> - 0.94.2-1
- BSD license
- depends on regex-base and pcre
* Thu Oct 27 2011 Fedora Haskell SIG <haskell-devel@lists.fedoraproject.org> - 0.94.2-0
- initial packaging for Fedora automatically generated by cabal2spec-0.24.1