From 4b38e9c547dd0c8ecef72816f31803a885d0e3dc Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 28 Jan 2015 23:40:44 +0900 Subject: [PATCH] cblrpm refresh --- ghc-hgettext.spec | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/ghc-hgettext.spec b/ghc-hgettext.spec index 9785109..da9059c 100644 --- a/ghc-hgettext.spec +++ b/ghc-hgettext.spec @@ -2,17 +2,14 @@ %global pkg_name hgettext -# no useful debuginfo for Haskell packages without C sources -%global debug_package %{nil} - Name: ghc-%{pkg_name} Version: 0.1.30 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Haskell binding to libintl License: BSD -URL: http://hackage.haskell.org/package/%{pkg_name} -Source0: http://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz +Url: https://hackage.haskell.org/package/%{pkg_name} +Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz BuildRequires: ghc-Cabal-devel BuildRequires: ghc-rpm-macros @@ -32,7 +29,7 @@ Bindings to libintl.h (gettext, bindtextdomain). %package devel Summary: Haskell %{pkg_name} library development files -Provides: ghc-%{pkg_name}-static = %{version}-%{release} +Provides: %{name}-static = %{version}-%{release} Requires: ghc-compiler = %{ghc_version} Requires(post): ghc-compiler = %{ghc_version} Requires(postun): ghc-compiler = %{ghc_version} @@ -62,8 +59,8 @@ This package provides the Haskell %{pkg_name} library development files. %ghc_pkg_recache +# no license file! %files -f %{name}.files -%doc %files devel -f %{name}-devel.files @@ -71,6 +68,9 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Wed Jan 28 2015 Jens Petersen - 0.1.30-6 +- cblrpm refresh + * Fri Dec 12 2014 Philip Withnall - 0.1.30-5 - Rebuilt for libHSbase changes