From 04bad5eb5cb7dcca5355127a49116d5d3229428c Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 5 Jan 2012 21:37:43 +0900 Subject: [PATCH] update to 0.4.0.1 and cabal2spec-0.25.2 --- .gitignore | 1 + ghc-case-insensitive.spec | 49 +++++++++++---------------------------- sources | 2 +- 3 files changed, 16 insertions(+), 36 deletions(-) diff --git a/.gitignore b/.gitignore index 4b6913a..b3485ad 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /case-insensitive-0.2.0.2.tar.gz /case-insensitive-0.3.0.1.tar.gz +/case-insensitive-0.4.0.1.tar.gz diff --git a/ghc-case-insensitive.spec b/ghc-case-insensitive.spec index fd448f6..7f80d55 100644 --- a/ghc-case-insensitive.spec +++ b/ghc-case-insensitive.spec @@ -1,21 +1,19 @@ -# For Haskell Packaging Guidelines see: -# - https://fedoraproject.org/wiki/Packaging:Haskell -# - https://fedoraproject.org/wiki/PackagingDrafts/Haskell +# cabal2spec-0.25.2 +# https://fedoraproject.org/wiki/Packaging:Haskell +# https://fedoraproject.org/wiki/PackagingDrafts/Haskell %global pkg_name case-insensitive -# common part of summary for all the subpackages %global common_summary Haskell case insensitive string comparison -# main description used for all the subpackages %global common_description The module Data.CaseInsensitive provides the CI type constructor which\ can be parameterised by a string-like type (String, ByteString,\ Text, etc.). Comparisons of values of the resulting type will be\ insensitive to cases. Name: ghc-%{pkg_name} -Version: 0.3.0.1 -Release: 1%{?dist}.3 +Version: 0.4.0.1 +Release: 1%{?dist} Summary: %{common_summary} Group: System Environment/Libraries @@ -25,10 +23,7 @@ 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 -%if %{undefined without_hscolour} -BuildRequires: hscolour -%endif +BuildRequires: ghc-rpm-macros %{!?without_hscolour:hscolour} # END cabal2spec BuildRequires: ghc-hashable-prof @@ -36,21 +31,6 @@ BuildRequires: ghc-hashable-prof %{common_description} -%package -n ghc-%{pkg_name}-devel -Summary: Development files for %{common_summary} -Group: Development/Libraries -# BEGIN cabal2spec -%{?ghc_devel_requires} -Obsoletes: ghc-%{pkg_name}-prof < %{version}-%{release} -Provides: ghc-%{pkg_name}-prof = %{version}-%{release} -# END cabal2spec - -%description -n ghc-%{pkg_name}-devel -%{common_description} - -This package contains the development files. - - %prep %setup -q -n %{pkg_name}-%{version} @@ -63,23 +43,22 @@ This package contains the development files. %ghc_lib_install -%post -n ghc-%{pkg_name}-devel -%ghc_pkg_recache +%ghc_devel_package +%ghc_devel_description -%postun -n ghc-%{pkg_name}-devel -%ghc_pkg_recache +%ghc_devel_post_postun -%if %{undefined ghc_without_shared} -%files -n ghc-%{pkg_name} -f ghc-%{pkg_name}.files -%endif - -%files -n ghc-%{pkg_name}-devel -f ghc-%{pkg_name}-devel.files +%ghc_files +%doc README.markdown %changelog +* Thu Jan 5 2012 Jens Petersen - 0.4.0.1-1 +- update to 0.4.0.1 and cabal2spec-0.25.2 + * Mon Oct 24 2011 Marcela Mašláňová - 0.3.0.1-1.3 - rebuild with new gmp without compat lib diff --git a/sources b/sources index 3be0504..32e2569 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0356f76b3b498a5b4a882b19520615a7 case-insensitive-0.3.0.1.tar.gz +1c57ec86d8479d0059f2559edeeb383a case-insensitive-0.4.0.1.tar.gz