[ghc-mtl/el5] revert to 2.0.1.0-10

Jens Petersen petersen at fedoraproject.org
Fri Dec 27 02:55:01 UTC 2013


commit ac70fbbb03bdd2bb8b2aa4fa49fc3dc248764517
Author: Jens Petersen <petersen at redhat.com>
Date:   Fri Dec 27 11:51:41 2013 +0900

    revert to 2.0.1.0-10
    
    Reverting "obsoleted by haskell-platform subpackage"
    Reverting "update .chain-deps to current format"
    Reverting "rebuild"

 .chain-deps  |    3 +
 .gitignore   |    2 +
 dead.package |    1 -
 ghc-mtl.spec |  126 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources      |    1 +
 5 files changed, 132 insertions(+), 1 deletions(-)
---
diff --git a/.chain-deps b/.chain-deps
new file mode 100644
index 0000000..6674f58
--- /dev/null
+++ b/.chain-deps
@@ -0,0 +1,3 @@
+# rebuild.sh config file: see <http://git.fedorahosted.org/git/haskell-sig.git>
+
+CHAIN_PKGS="ghc-transformers"
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..2a8736d
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+mtl-1.1.0.2.tar.gz
+/mtl-2.0.1.0.tar.gz
diff --git a/ghc-mtl.spec b/ghc-mtl.spec
new file mode 100644
index 0000000..212fdea
--- /dev/null
+++ b/ghc-mtl.spec
@@ -0,0 +1,126 @@
+# cabal2spec-0.25.2
+# https://fedoraproject.org/wiki/Packaging:Haskell
+# https://fedoraproject.org/wiki/PackagingDrafts/Haskell
+
+%global pkg_name mtl
+
+%global common_summary Haskell Monad Transformer Library
+
+%global common_description A monad transformer library for Haskell: part of haskell-platform.
+
+Name:           ghc-%{pkg_name}
+# haskell-platform-2011.4.0.0
+Version:        2.0.1.0
+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-transformers-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 at lists.fedoraproject.org> - 2.0.1.0-10
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+
+* Mon Jan  2 2012 Jens Petersen <petersen at redhat.com> - 2.0.1.0-9
+- update to cabal2spec-0.25.2
+
+* Mon Oct 24 2011 Marcela Mašláňová <mmaslano at redhat.com> - 2.0.1.0-8.3
+- rebuild with new gmp without compat lib
+
+* Fri Oct 21 2011 Marcela Mašláňová <mmaslano at redhat.com> - 2.0.1.0-8.2
+- rebuild with new gmp without compat lib
+
+* Tue Oct 11 2011 Peter Schiffer <pschiffe at redhat.com> - 2.0.1.0-8.1
+- rebuild with new gmp
+
+* Tue Jun 21 2011 Jens Petersen <petersen at redhat.com> - 2.0.1.0-8
+- ghc_arches replaces ghc_excluded_archs
+
+* Sun Jun 19 2011 Jens Petersen <petersen at redhat.com> - 2.0.1.0-7
+- BR ghc-Cabal-devel instead of ghc-prof
+- use ghc_excluded_archs
+
+* Fri May 27 2011 Jens Petersen <petersen at redhat.com> - 2.0.1.0-6
+- update to cabal2spec-0.23
+
+* Thu May 05 2011 Jiri Skala <jskala at redhat.com> - 2.0.1.0-5
+- Enable build on ppc64
+
+* Thu Mar 10 2011 Fabio M. Di Nitto <fdinitto at redhat.com> - 2.0.1.0-4
+- Enable build on sparcv9
+
+* Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.0.1.0-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
+* Fri Jan 14 2011 Jens Petersen <petersen at redhat.com> - 2.0.1.0-2
+- update to cabal2spec-0.22.4
+
+* Thu Nov 25 2010 Jens Petersen <petersen at redhat.com> - 2.0.1.0-1
+- update to mtl 2.0.1.0 for ghc7
+- depends on transformers
+
+* Wed Nov 24 2010 Jens Petersen <petersen at redhat.com> - 1.1.0.2-9
+- drop the -o obsoletes
+
+* Sat Sep  4 2010 Jens Petersen <petersen at redhat.com> - 1.1.0.2-8
+- update to latest macros, hscolour and drop doc pkg (cabal2spec-0.22.2)
+- part of haskell-platform-2010.2.0.0
+
+* Wed Jun 23 2010 Jens Petersen <petersen at redhat.com> - 1.1.0.2-7
+- use ghc_strip_dynlinked (ghc-rpm-macros-0.6.0)
+
+* Sat Apr 24 2010 Jens Petersen <petersen at redhat.com> - 1.1.0.2-6
+- part of haskell-platform-2010.1.0.0
+- rebuild against ghc-6.12.2
+- condition ghc_lib_package
+
+* Mon Jan 11 2010 Jens Petersen <petersen at redhat.com> - 1.1.0.2-5
+- bump release above the temporary ghc mtl subpackages
+
+* Mon Jan 11 2010 Jens Petersen <petersen at redhat.com> - 1.1.0.2-2
+- update to ghc-rpm-macros-0.5.1: use ghc_lib_package
+- drop bcond for doc and prof
+- add comment about haskell-platform
+
+* Thu Dec 24 2009 Jens Petersen <petersen at redhat.com> - 1.1.0.2-1
+- update packaging for ghc-6.12.1
+- added shared library support
+- use new ghc*_requires macros: needs ghc-rpm-macros 0.4.0
+
+* Wed Dec 23 2009 Fedora Haskell SIG <fedora-haskell-list at redhat.com> - 1.1.0.2-0
+- initial packaging for Fedora automatically generated by cabal2spec-0.19
diff --git a/sources b/sources
new file mode 100644
index 0000000..cfe1747
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+934fa813625ef7e88a6a96a09815ff95  mtl-2.0.1.0.tar.gz


More information about the scm-commits mailing list