From fa8e63d1da9ceda19f2e69f3530d5e8605515899 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 4 Jan 2012 17:51:24 +0900 Subject: [PATCH] update to 0.4.10 and cabal2spec-0.25.2 --- .gitignore | 1 + ghc-MemoTrie.spec | 27 +++++++++++++++++++++------ sources | 2 +- 3 files changed, 23 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index d6cbff2..df4adf8 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /MemoTrie-0.4.9.tar.gz +/MemoTrie-0.4.10.tar.gz diff --git a/ghc-MemoTrie.spec b/ghc-MemoTrie.spec index 72c71e7..4024758 100644 --- a/ghc-MemoTrie.spec +++ b/ghc-MemoTrie.spec @@ -1,3 +1,7 @@ +# cabal2spec-0.25.2 +# https://fedoraproject.org/wiki/Packaging:Haskell +# https://fedoraproject.org/wiki/PackagingDrafts/Haskell + %global pkg_name MemoTrie %global common_summary Trie-based memo functions @@ -6,19 +10,19 @@ domains, using tries. Name: ghc-%{pkg_name} -Version: 0.4.9 -Release: 3%{?dist}.3 +Version: 0.4.10 +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 -%{?ghc_pkg_c_deps:BuildRequires: %{ghc_pkg_c_deps}} +BuildRequires: ghc-rpm-macros %{!?without_hscolour:hscolour} +# END cabal2spec BuildRequires: ghc-base-prof %description @@ -37,10 +41,21 @@ BuildRequires: ghc-base-prof %ghc_lib_install -%ghc_lib_package +%ghc_devel_package + +%ghc_devel_description + + +%ghc_devel_post_postun + + +%ghc_files %changelog +* Wed Jan 4 2012 Jens Petersen - 0.4.10-1 +- update to 0.4.10 and cabal2spec-0.25.2 + * Mon Oct 24 2011 Marcela Mašláňová - 0.4.9-3.3 - rebuild with new gmp without compat lib diff --git a/sources b/sources index e40fef7..f079ca0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cade4513b4dfbbe9b484292664561b71 MemoTrie-0.4.9.tar.gz +6112b73211258531d671be8f812bb4ba MemoTrie-0.4.10.tar.gz