[ghc-citeproc-hs] enable bibutils support (#861782)

Jens Petersen petersen at fedoraproject.org
Wed Nov 21 06:16:35 UTC 2012


commit afc710ab3e6dc991cb44361f5662c5e18ffbecd1
Author: Jens Petersen <petersen at redhat.com>
Date:   Wed Nov 21 15:16:26 2012 +0900

    enable bibutils support (#861782)

 citeproc-hs-flags.patch |    9 ---------
 ghc-citeproc-hs.spec    |    6 +++++-
 2 files changed, 5 insertions(+), 10 deletions(-)
---
diff --git a/citeproc-hs-flags.patch b/citeproc-hs-flags.patch
index b7d5732..855d95f 100644
--- a/citeproc-hs-flags.patch
+++ b/citeproc-hs-flags.patch
@@ -1,14 +1,5 @@
 --- citeproc-hs-0.3.6/citeproc-hs.cabal~	2012-10-27 01:53:55.000000000 +0900
 +++ citeproc-hs-0.3.6/citeproc-hs.cabal	2012-11-06 21:50:42.037744508 +0900
-@@ -72,7 +72,7 @@
- 
- flag bibutils
-   description: Use Chris Putnam's Bibutils.
--  default:     True
-+  default:     False
- 
- flag network
-   description: Use network and HTTP to retrieve csl file from URIs.
 @@ -80,7 +80,7 @@
  
  flag hexpat
diff --git a/ghc-citeproc-hs.spec b/ghc-citeproc-hs.spec
index bcdc5cb..4a56a76 100644
--- a/ghc-citeproc-hs.spec
+++ b/ghc-citeproc-hs.spec
@@ -11,7 +11,7 @@ Citation Style Language (CSL): http://citationstyles.org/.
 
 Name:           ghc-%{pkg_name}
 Version:        0.3.6
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        %{common_summary}
 
 License:        BSD
@@ -27,6 +27,7 @@ BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-containers-devel
 BuildRequires:  ghc-directory-devel
 BuildRequires:  ghc-filepath-devel
+BuildRequires:  ghc-hs-bibutils-devel
 BuildRequires:  ghc-json-devel
 BuildRequires:  ghc-mtl-devel
 BuildRequires:  ghc-network-devel
@@ -70,6 +71,9 @@ BuildRequires:  ghc-xml-devel
 
 
 %changelog
+* Wed Nov 21 2012 Jens Petersen <petersen at redhat.com> - 0.3.6-2
+- enable bibutils (#861782)
+
 * Tue Nov 06 2012 Jens Petersen <petersen at redhat.com> - 0.3.6-1
 - update to 0.3.6 with cabal-rpm
 - override hexpat and bibutils flags


More information about the scm-commits mailing list