From ea9a6ba62a60914f294ea750139a91b2a2c5bc0d Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 15 Jan 2011 20:58:19 +0900 Subject: [PATCH] update to cabal2spec-0.22.4 --- hscolour.spec | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/hscolour.spec b/hscolour.spec index 4b3700c..1f65cbb 100644 --- a/hscolour.spec +++ b/hscolour.spec @@ -8,29 +8,23 @@ It currently has five output formats: ANSI terminal codes,\ HTML 3.2 with font tags, HTML 4.01 with CSS, LaTeX, and mIRC chat codes. -%bcond_without shared -%bcond_without hscolour - # debuginfo is not useful for ghc %global debug_package %{nil} Name: %{pkg_name} Version: 1.17 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Colourizes Haskell code Group: Development/Tools License: GPLv2+ URL: http://www.cs.york.ac.uk/fp/darcs/hscolour/ Source0: http://hackage.haskell.org/packages/archive/%{name}/%{version}/%{name}-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) # fedora ghc archs: ExclusiveArch: %{ix86} x86_64 ppc alpha BuildRequires: ghc, ghc-doc, ghc-prof -BuildRequires: ghc-rpm-macros >= 0.8.1 -%if %{with hscolour} +BuildRequires: ghc-rpm-macros >= 0.7.3 BuildRequires: hscolour -%endif %{?ghc_pkg_deps:BuildRequires: %{ghc_pkg_deps}, %(echo %{ghc_pkg_deps} | sed -e "s/\(ghc-[^, ]\+\)-devel/\1-doc,\1-prof/g")} %description @@ -52,18 +46,16 @@ BuildRequires: hscolour %install -rm -rf $RPM_BUILD_ROOT %ghc_lib_install -%clean -rm -rf $RPM_BUILD_ROOT - - %ghc_binlib_package %changelog +* Sat Jan 15 2011 Jens Petersen - 1.17-3 +- update to cabal2spec-0.22.4 + * Thu Nov 25 2010 Jens Petersen - 1.17-2 - rebuilt