From 272b87a53dd3a961510a8d7841f2001ff5235de3 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Jun 05 2018 19:52:58 +0000 Subject: Revert "obsoleted by haskell-platform subpackage" This reverts commit 2dc0960ec776d55ef71c73b9c107382a2ff6a32b. https://pagure.io/releng/issue/7549 Signed-off-by: Fedora Release Engineering --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e8c5bdf --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +fgl-5.4.2.3.tar.gz +/fgl-5.4.2.4.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-fgl.spec b/ghc-fgl.spec new file mode 100644 index 0000000..4a044ab --- /dev/null +++ b/ghc-fgl.spec @@ -0,0 +1,122 @@ +# cabal2spec-0.25 +# https://fedoraproject.org/wiki/Packaging:Haskell +# https://fedoraproject.org/wiki/PackagingDrafts/Haskell + +%global pkg_name fgl + +%global common_summary Haskell Functional Graph Library + +%global common_description Martin Erwig's Functional Graph Library. + +Name: ghc-%{pkg_name} +# part of haskell-platform +Version: 5.4.2.4 +Release: 3%{?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 + +%description +%{common_description} + + +%prep +%setup -q -n %{pkg_name}-%{version} + + +%build +%ghc_lib_build + + +%install +%ghc_lib_install + + +# devel subpackage +%ghc_devel_package + +%ghc_devel_description + + +%ghc_devel_post_postun + + +%ghc_files LICENSE + + +%changelog +* Sun Mar 18 2012 Jens Petersen - 5.4.2.4-3 +- update to cabal2spec-0.25 + +* Fri Jan 13 2012 Fedora Release Engineering - 5.4.2.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Mon Dec 19 2011 Jens Petersen - 5.4.2.4-1 +- update to 5.4.2.4 for haskell-platform-2011.4 + +* Thu Oct 20 2011 Marcela Mašláňová - 5.4.2.3-8.2 +- rebuild with new gmp without compat lib + +* Tue Oct 11 2011 Peter Schiffer - 5.4.2.3-8.1 +- rebuild with new gmp + +* Tue Jun 21 2011 Jens Petersen - 5.4.2.3-8 +- ghc_arches replaces ghc_excluded_archs + +* Mon Jun 20 2011 Jens Petersen - 5.4.2.3-7 +- BR ghc-Cabal-devel and use ghc_excluded_archs + +* Fri May 27 2011 Jens Petersen - 5.4.2.3-6 +- update to cabal2spec-0.23 + +* Thu Mar 10 2011 Fabio M. Di Nitto - 5.4.2.3-5 +- Enable build on sparcv9 + +* Tue Feb 08 2011 Fedora Release Engineering - 5.4.2.3-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Tue Jan 18 2011 Jens Petersen - 5.4.2.3-3 +- update to cabal2spec-0.22.4 + +* Thu Nov 25 2010 Jens Petersen - 5.4.2.3-2 +- add hscolour +- drop -o obsoletes + +* Fri Jul 16 2010 Jens Petersen - 5.4.2.3-1 +- update to 5.4.2.3 for haskell-platform-2010.2.0.0 +- obsolete doc subpackage (ghc-rpm-macros-0.8.0) + +* Sat Jun 26 2010 Jens Petersen - 5.4.2.2-6 +- strip shared library (cabal2spec-0.21.4) + +* Tue Apr 27 2010 Jens Petersen - 5.4.2.2-5 +- part of haskell-platform-2010.1.0.0 +- rebuild against ghc-6.12.2 +- condition ghc_lib_package + +* Tue Jan 12 2010 Jens Petersen - 5.4.2.2-4 +- rebuild against ghc-mtl package + +* Mon Jan 11 2010 Jens Petersen - 5.4.2.2-3 +- update to ghc-rpm-macros-0.5.1 and cabal2spec-0.21.1: +- drop doc and prof bcond +- use common_summary and common_description +- use ghc_lib_package and ghc_pkg_deps + +* Sat Dec 26 2009 Jens Petersen - 5.4.2.2-2 +- update for ghc-6.12.1: add shared library support +- use new ghc*_requires macros: needs ghc-rpm-macros 0.4.0 +- add common_summary and common_description +- buildrequires ghc-mtl + +* Wed Aug 12 2009 Bryan O'Sullivan - 5.4.2.2-1 +- initial packaging for Fedora created by cabal2spec diff --git a/sources b/sources new file mode 100644 index 0000000..eb830f6 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +6b5430f4a5ad374bc4351acaf3d81e4f fgl-5.4.2.4.tar.gz