[ghc-MissingH/el6] rebase to f18

Jens Petersen petersen at fedoraproject.org
Fri Dec 7 03:18:28 UTC 2012


commit e03983ad4ed7eeae6f0964d15ad19305c2067f69
Author: Jens Petersen <petersen at redhat.com>
Date:   Fri Dec 7 12:18:22 2012 +0900

    rebase to f18

 .gitignore        |    1 -
 ghc-MissingH.spec |   27 +++++++++------------------
 sources           |    2 +-
 3 files changed, 10 insertions(+), 20 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 242df95..53434b7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,2 @@
 /MissingH-1.1.0.3.tar.gz
 /MissingH-1.1.1.0.tar.gz
-/MissingH-1.2.0.0.tar.gz
diff --git a/ghc-MissingH.spec b/ghc-MissingH.spec
index 58b5465..35c77bc 100644
--- a/ghc-MissingH.spec
+++ b/ghc-MissingH.spec
@@ -1,3 +1,4 @@
+# cabal2spec-0.25.2
 # https://fedoraproject.org/wiki/Packaging:Haskell
 # https://fedoraproject.org/wiki/PackagingDrafts/Haskell
 
@@ -10,38 +11,31 @@ Haskell programmers. It is written in pure Haskell and thus \
 should be extremely portable and easy to use.
 
 Name:           ghc-%{pkg_name}
-Version:        1.2.0.0
-Release:        1%{?dist}
+Version:        1.1.1.0
+Release:        5%{?dist}
 Summary:        %{common_summary}
 
+Group:          System Environment/Libraries
 # src/Data/Hash/MD5.lhs is BSD or GPL+
 # src/Data/Hash/CRC32/Posix.hs is GPL+
 # src/System/Time/ParseDate.hs is GPLv2 (newer parsedate is now BSD)
 # all other src/ (and testsrc/) files are BSD
 License:        GPLv2+
+# 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
-# Begin cabal-rpm deps:
+BuildRequires:  ghc-rpm-macros %{!?without_hscolour:hscolour}
+# END cabal2spec
 BuildRequires:  ghc-HUnit-devel
-BuildRequires:  ghc-array-devel
-BuildRequires:  ghc-containers-devel
-BuildRequires:  ghc-directory-devel
-BuildRequires:  ghc-filepath-devel
+BuildRequires:  ghc-haskell98-devel
 BuildRequires:  ghc-hslogger-devel
 BuildRequires:  ghc-mtl-devel
 BuildRequires:  ghc-network-devel
-BuildRequires:  ghc-old-locale-devel
-BuildRequires:  ghc-old-time-devel
 BuildRequires:  ghc-parsec-devel
-BuildRequires:  ghc-process-devel
 BuildRequires:  ghc-random-devel
 BuildRequires:  ghc-regex-compat-devel
-BuildRequires:  ghc-time-devel
-BuildRequires:  ghc-unix-devel
-# End cabal-rpm deps
 
 %description
 %{common_description}
@@ -72,9 +66,6 @@ BuildRequires:  ghc-unix-devel
 
 
 %changelog
-* Wed Nov 07 2012 Jens Petersen <petersen at redhat.com> - 1.2.0.0-1
-- update to 1.2.0.0
-
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1.1.0-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 186eefd..5a42f30 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1b932f4637fedcb3b451e5aa9179c304  MissingH-1.2.0.0.tar.gz
+d0bd290c5fe2f7d4cbdac1ab741be394  MissingH-1.1.1.0.tar.gz


More information about the scm-commits mailing list