[cpphs] update to 1.18.2

Jens Petersen petersen at fedoraproject.org
Fri Aug 29 03:50:36 UTC 2014


commit 884b374b01e434f0624a05ae46637561757c4ddc
Author: Jens Petersen <petersen at redhat.com>
Date:   Fri Aug 29 12:50:28 2014 +0900

    update to 1.18.2

 .gitignore |    1 +
 cpphs.spec |   17 +++++++++++++----
 sources    |    2 +-
 3 files changed, 15 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5e80cfe..41220e7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ cpphs-1.11.tar.gz
 /cpphs-1.13.3.tar.gz
 /cpphs-1.14.tar.gz
 /cpphs-1.16.tar.gz
+/cpphs-1.18.2.tar.gz
diff --git a/cpphs.spec b/cpphs.spec
index 27808ec..bd3270a 100644
--- a/cpphs.spec
+++ b/cpphs.spec
@@ -2,14 +2,17 @@
 
 %global pkg_name cpphs
 
+# no useful debuginfo for Haskell packages without C sources
+%global debug_package %{nil}
+
 Name:           %{pkg_name}
-Version:        1.16
-Release:        7%{?dist}
+Version:        1.18.2
+Release:        1%{?dist}
 Summary:        A liberalised C pre-processor for Haskell
 
 License:        GPL+ and LGPLv2+
 URL:            http://hackage.haskell.org/package/%{name}
-Source0:        http://hackage.haskell.org/packages/archive/%{name}/%{version}/%{name}-%{version}.tar.gz
+Source0:        http://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
 
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-rpm-macros
@@ -42,10 +45,11 @@ This package provides the Haskell %{name} shared library.
 %package -n ghc-%{name}-devel
 Summary:        Haskell %{name} library development files
 License:        LGPLv2+
+Provides:       ghc-%{name}-static = %{version}-%{release}
 Requires:       ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
 Requires(postun): ghc-compiler = %{ghc_version}
-Requires:       ghc-%{name} = %{version}-%{release}
+Requires:       ghc-%{name}%{?_isa} = %{version}-%{release}
 
 %description -n ghc-%{name}-devel
 This package provides the Haskell %{name} library development files.
@@ -85,9 +89,14 @@ install -D -p -m 0644 docs/cpphs.1 %{buildroot}%{_mandir}/man1/%{name}.1
 
 
 %files -n ghc-%{name}-devel -f ghc-%{name}-devel.files
+%doc README docs/design
 
 
 %changelog
+* Fri Aug 29 2014 Jens Petersen <petersen at redhat.com> - 1.18.2-1
+- update to 1.18.2
+- refresh to cblrpm-0.8.11
+
 * Sat Aug 16 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.16-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 
diff --git a/sources b/sources
index 8e19628..a7aedcc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2224334a779369978d1259996c6539d1  cpphs-1.16.tar.gz
+e8335478cfb48927c52e2356b8892973  cpphs-1.18.2.tar.gz


More information about the scm-commits mailing list