From c61d2c892180ae2f12d83e23ec3af5ab64bc9f06 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 28 Dec 2011 09:28:34 +0900 Subject: [PATCH] update to 0.3.3 for haskell-platform-2011.4.0.0 and to cabal2spec-0.25.1 --- .gitignore | 1 + ghc-syb.spec | 33 +++++++++++++++++++++++++++------ sources | 2 +- 3 files changed, 29 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 5308f94..0157483 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /syb-0.2.2.tar.gz /syb-0.3.tar.gz +/syb-0.3.3.tar.gz diff --git a/ghc-syb.spec b/ghc-syb.spec index 15f6d86..aeb9925 100644 --- a/ghc-syb.spec +++ b/ghc-syb.spec @@ -9,24 +9,31 @@ constructor applications, instances of this class for primitive types, and\ a variety of traversals. Name: ghc-%{pkg_name} -# part of haskell-platform-2011.2.0.1 -Version: 0.3 -Release: 8%{?dist} +# part of haskell-platform-2011.4.0.0 +Version: 0.3.3 +Release: 1%{?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 -BuildRequires: hscolour +BuildRequires: ghc-rpm-macros %{!?without_hscolour:hscolour} +# END cabal2spec +BuildRequires: ghc-base-prof %description %{common_description} +%ghc_devel_package + +%ghc_devel_description + + %prep %setup -q -n %{pkg_name}-%{version} @@ -39,10 +46,24 @@ BuildRequires: hscolour %ghc_lib_install -%ghc_lib_package +%post -n ghc-%{pkg_name}-devel +%ghc_pkg_recache + + +%postun -n ghc-%{pkg_name}-devel +%ghc_pkg_recache + + +%ghc_files +%doc README %changelog +* Tue Dec 27 2011 Jens Petersen - 0.3.3-1 +- update to 0.3.3 for haskell-platform-2011.4.0.0 +- update to cabal2spec-0.25.1 +- add README to devel doc + * Fri Oct 21 2011 Marcela Mašláňová - 0.3-8 - rebuild with new gmp diff --git a/sources b/sources index 676e81a..2f7fdba 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c4f6771fa32d467a029e6e813757a9fe syb-0.3.tar.gz +4bc2ef44a86c9182f9768c6cc0a96c3a syb-0.3.3.tar.gz