[ghc-citeproc-hs] update to 0.3.3 and cabal2spec-0.25.2

Jens Petersen petersen at fedoraproject.org
Fri Jan 6 04:49:58 UTC 2012


commit 0e4b3b71b615afc46fb12430373e205d3c925946
Author: Jens Petersen <petersen at redhat.com>
Date:   Fri Jan 6 13:49:50 2012 +0900

    update to 0.3.3 and cabal2spec-0.25.2

 .gitignore           |    1 +
 ghc-citeproc-hs.spec |   41 ++++++++++++++++++++++++++++-------------
 sources              |    2 +-
 3 files changed, 30 insertions(+), 14 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2151427..c31b447 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /citeproc-hs-0.3.2.tar.gz
+/citeproc-hs-0.3.3.tar.gz
diff --git a/ghc-citeproc-hs.spec b/ghc-citeproc-hs.spec
index fc69578..55454aa 100644
--- a/ghc-citeproc-hs.spec
+++ b/ghc-citeproc-hs.spec
@@ -1,20 +1,18 @@
-# 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 citeproc-hs
 
-# common part of summary for all the subpackages
 %global common_summary Haskell Citation Style Language library
 
-# main description used for all the subpackages
 %global common_description citeproc-hs is a library for rendering bibliographic reference citations\
 into a variety of styles using a macro language called\
 Citation Style Language (CSL): http://citationstyles.org/.
 
 Name:           ghc-%{pkg_name}
-Version:        0.3.2
-Release:        6%{?dist}.2
+Version:        0.3.3
+Release:        1%{?dist}
 Summary:        %{common_summary}
 
 Group:          System Environment/Libraries
@@ -23,9 +21,16 @@ 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
-BuildRequires:  ghc-json-prof, ghc-mtl-prof, ghc-pandoc-types-prof, ghc-parsec-prof, ghc-syb-prof, ghc-utf8-string-prof, ghc-xml-prof, ghc-time-prof
+BuildRequires:  ghc-rpm-macros %{!?without_hscolour:hscolour}
+# END cabal2spec
+BuildRequires:  ghc-json-prof
+BuildRequires:  ghc-mtl-prof
+BuildRequires:  ghc-pandoc-types-prof
+BuildRequires:  ghc-parsec-prof
+BuildRequires:  ghc-syb-prof
+BuildRequires:  ghc-utf8-string-prof
+BuildRequires:  ghc-time-prof
+BuildRequires:  ghc-xml-prof
 
 %description
 %{common_description}
@@ -44,12 +49,22 @@ BuildRequires:  ghc-json-prof, ghc-mtl-prof, ghc-pandoc-types-prof, ghc-parsec-p
 
 echo %{_datadir}/%{pkg_name}-%{version} >> ghc-citeproc-hs%{?ghc_without_shared:-devel}.files
 
-# define the devel and prof subpkgs, devel post[un] scripts, and filelists:
-# ghc-citeproc-hs{,devel,prof}.files
-%ghc_lib_package
+%ghc_devel_package
+
+%ghc_devel_description
+
+
+%ghc_devel_post_postun
+
+
+%ghc_files
+%doc README
 
 
 %changelog
+* Fri Jan  6 2012 Jens Petersen <petersen at redhat.com> - 0.3.3-1
+- update to 0.3.3 and cabal2spec-0.25.2
+
 * Thu Oct 20 2011 Marcela Mašláňová <mmaslano at redhat.com> - 0.3.2-6.2
 - rebuild with new gmp without compat lib
 
diff --git a/sources b/sources
index 9620842..23c7b0a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9d0c3861e858aeed2147ed2deb1deeb8  citeproc-hs-0.3.2.tar.gz
+d199abb2bfd9a4b24189b4bbb3178554  citeproc-hs-0.3.3.tar.gz


More information about the scm-commits mailing list