diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d472fdd --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +regex-base-0.93.2.tar.gz diff --git a/dead.package b/dead.package deleted file mode 100644 index 6dee5e4..0000000 --- a/dead.package +++ /dev/null @@ -1 +0,0 @@ -obsoleted by haskell-platform subpackage diff --git a/ghc-regex-base.spec b/ghc-regex-base.spec new file mode 100644 index 0000000..e131abb --- /dev/null +++ b/ghc-regex-base.spec @@ -0,0 +1,114 @@ +# 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: 11%{?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 LICENSE + + +%changelog +* Wed Mar 21 2012 Jens Petersen - 0.93.2-11 +- rebuild + +* Fri Jan 13 2012 Fedora Release Engineering - 0.93.2-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Mon Jan 2 2012 Jens Petersen - 0.93.2-9 +- update to cabal2spec-0.25.2 + +* Mon Oct 24 2011 Marcela Mašláňová - 0.93.2-8.3 +- rebuild with new gmp without compat lib + +* Fri Oct 21 2011 Marcela Mašláňová - 0.93.2-8.2 +- rebuild with new gmp without compat lib + +* Tue Oct 11 2011 Peter Schiffer - 0.93.2-8.1 +- rebuild with new gmp + +* Tue Jun 21 2011 Jens Petersen - 0.93.2-8 +- ghc_arches replaces ghc_excluded_archs + +* Mon Jun 20 2011 Jens Petersen - 0.93.2-7 +- BR ghc-Cabal-devel and use ghc_excluded_archs + +* Fri May 27 2011 Jens Petersen - 0.93.2-6 +- update to cabal2spec-0.23: add ppc64 + +* Thu Mar 10 2011 Fabio M. Di Nitto - 0.93.2-5 +- Enable build on sparcv9 + +* Tue Feb 08 2011 Fedora Release Engineering - 0.93.2-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Sat Jan 15 2011 Jens Petersen - 0.93.2-3 +- update to cabal2spec-0.22.4 + +* Thu Nov 25 2010 Jens Petersen - 0.93.2-2 +- update url and drop -o obsoletes +- add hscolour + +* Fri Jul 16 2010 Jens Petersen - 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 - 0.93.1-4 +- strip shared library (cabal2spec-0.21.4) + +* Tue Apr 27 2010 Jens Petersen - 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 - 0.93.1-2 +- license is BSD +- depends on mtl + +* Fri Jan 15 2010 Fedora Haskell SIG - 0.93.1-1 +- initial packaging for Fedora automatically generated by cabal2spec-0.21.1 diff --git a/sources b/sources new file mode 100644 index 0000000..059dc30 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +e7b93b0b17eff8d3068ecb2f5d5f6ea3 regex-base-0.93.2.tar.gz