112 lines
3.1 KiB
RPMSpec
112 lines
3.1 KiB
RPMSpec
# cabal2spec-0.25.2
|
|
# https://fedoraproject.org/wiki/Packaging:Haskell
|
|
# https://fedoraproject.org/wiki/PackagingDrafts/Haskell
|
|
|
|
%global pkg_name regex-base
|
|
|
|
%global common_summary Haskell regex base library
|
|
|
|
%global common_description Interface API for regex-{posix,pcre,parsec,tdfa,dfa}.
|
|
|
|
Name: ghc-%{pkg_name}
|
|
# part of haskell-platform-2011.4.0.0
|
|
Version: 0.93.2
|
|
Release: 10%{?dist}
|
|
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
|
|
BuildRequires: ghc-rpm-macros %{!?without_hscolour:hscolour}
|
|
# END cabal2spec
|
|
BuildRequires: ghc-mtl-prof
|
|
BuildRequires: ghc-bytestring-prof
|
|
|
|
%description
|
|
%{common_description}
|
|
|
|
|
|
%prep
|
|
%setup -q -n %{pkg_name}-%{version}
|
|
|
|
|
|
%build
|
|
%ghc_lib_build
|
|
|
|
|
|
%install
|
|
%ghc_lib_install
|
|
|
|
|
|
%ghc_devel_package
|
|
|
|
%ghc_devel_description
|
|
|
|
|
|
%ghc_devel_post_postun
|
|
|
|
|
|
%ghc_files
|
|
|
|
|
|
%changelog
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.93.2-10
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
* Mon Jan 2 2012 Jens Petersen <petersen@redhat.com> - 0.93.2-9
|
|
- update to cabal2spec-0.25.2
|
|
|
|
* Mon Oct 24 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.93.2-8.3
|
|
- rebuild with new gmp without compat lib
|
|
|
|
* Fri Oct 21 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.93.2-8.2
|
|
- rebuild with new gmp without compat lib
|
|
|
|
* Tue Oct 11 2011 Peter Schiffer <pschiffe@redhat.com> - 0.93.2-8.1
|
|
- rebuild with new gmp
|
|
|
|
* Tue Jun 21 2011 Jens Petersen <petersen@redhat.com> - 0.93.2-8
|
|
- ghc_arches replaces ghc_excluded_archs
|
|
|
|
* Mon Jun 20 2011 Jens Petersen <petersen@redhat.com> - 0.93.2-7
|
|
- BR ghc-Cabal-devel and use ghc_excluded_archs
|
|
|
|
* Fri May 27 2011 Jens Petersen <petersen@redhat.com> - 0.93.2-6
|
|
- update to cabal2spec-0.23: add ppc64
|
|
|
|
* Thu Mar 10 2011 Fabio M. Di Nitto <fdinitto@redhat.com> - 0.93.2-5
|
|
- Enable build on sparcv9
|
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.93.2-4
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
* Sat Jan 15 2011 Jens Petersen <petersen@redhat.com> - 0.93.2-3
|
|
- update to cabal2spec-0.22.4
|
|
|
|
* Thu Nov 25 2010 Jens Petersen <petersen@redhat.com> - 0.93.2-2
|
|
- update url and drop -o obsoletes
|
|
- add hscolour
|
|
|
|
* Fri Jul 16 2010 Jens Petersen <petersen@redhat.com> - 0.93.2-1
|
|
- update to 0.93.2 for haskell-platform-2010.2.0.0
|
|
- obsolete doc subpackage (ghc-rpm-macros-0.8.0)
|
|
|
|
* Fri Jun 25 2010 Jens Petersen <petersen@redhat.com> - 0.93.1-4
|
|
- strip shared library (cabal2spec-0.21.4)
|
|
|
|
* Tue Apr 27 2010 Jens Petersen <petersen@redhat.com> - 0.93.1-3
|
|
- part of haskell-platform-2010.1.0.0
|
|
- rebuild against ghc-6.12.2
|
|
- condition ghc_lib_package
|
|
|
|
* Fri Jan 15 2010 Jens Petersen <petersen@redhat.com> - 0.93.1-2
|
|
- license is BSD
|
|
- depends on mtl
|
|
|
|
* Fri Jan 15 2010 Fedora Haskell SIG <haskell-devel@lists.fedoraproject.org> - 0.93.1-1
|
|
- initial packaging for Fedora automatically generated by cabal2spec-0.21.1
|