From e0b9c47b302494e2e2ac96c1d77a261b5de6ddf1533250157102fc854503bd0d Mon Sep 17 00:00:00 2001 From: Peter Trommler Date: Wed, 28 Nov 2012 08:25:46 +0000 Subject: [PATCH] Accepting request 143046 from home:ptrommler:pandoc Explicit BR. OBS-URL: https://build.opensuse.org/request/show/143046 OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-xml?expand=0&rev=4 --- ghc-xml.changes | 6 ++++++ ghc-xml.spec | 5 +++-- rpmlintrc | 1 - 3 files changed, 9 insertions(+), 3 deletions(-) delete mode 100644 rpmlintrc diff --git a/ghc-xml.changes b/ghc-xml.changes index ef47a44..8c1c95a 100644 --- a/ghc-xml.changes +++ b/ghc-xml.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jun 7 17:27:37 UTC 2012 - peter.trommler@ohm-hochschule.de + +- added summary and description +- explicitly build require bytestring + ------------------------------------------------------------------- Thu Jun 7 09:33:47 UTC 2012 - herbert@graeber-clan.de diff --git a/ghc-xml.spec b/ghc-xml.spec index 4f05eb5..47f17f1 100644 --- a/ghc-xml.spec +++ b/ghc-xml.spec @@ -22,9 +22,9 @@ %global pkg_name xml -%global common_summary Haskell %{pkg_name} library +%global common_summary Haskell simple XML library -%global common_description A %{pkg_name} library for Haskell. +%global common_description A simple XML library for Haskell. Name: ghc-%{pkg_name} Version: 1.3.12 @@ -40,6 +40,7 @@ Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{versio ExclusiveArch: %{ix86} x86_64 %{ghc_arches} BuildRequires: ghc-Cabal-devel BuildRequires: ghc-rpm-macros %{!?without_hscolour:hscolour} +BuildRequires: ghc-bytestring-devel BuildRequires: ghc-text-devel # END cabal2spec diff --git a/rpmlintrc b/rpmlintrc deleted file mode 100644 index 9cb85b4..0000000 --- a/rpmlintrc +++ /dev/null @@ -1 +0,0 @@ -addFilter("useless-provides")