From 22c866dc3a666e91ff068866d829f3e66327db88 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Feb 24 2017 08:48:06 +0000 Subject: refresh to cabal-rpm-0.11.1 --- diff --git a/ghc-ConfigFile.spec b/ghc-ConfigFile.spec index 807a524..fcf6526 100644 --- a/ghc-ConfigFile.spec +++ b/ghc-ConfigFile.spec @@ -1,18 +1,20 @@ +# generated by cabal-rpm-0.11.1 # https://fedoraproject.org/wiki/Packaging:Haskell %global pkg_name ConfigFile +%global pkgver %{pkg_name}-%{version} # no useful debuginfo for Haskell packages without C sources %global debug_package %{nil} Name: ghc-%{pkg_name} Version: 1.1.4 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Configuration file reading and writing License: BSD or LGPLv2+ Url: https://hackage.haskell.org/package/%{pkg_name} -Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz +Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz BuildRequires: ghc-Cabal-devel BuildRequires: ghc-rpm-macros @@ -50,7 +52,7 @@ This package provides the Haskell %{pkg_name} library development files. %prep -%setup -q -n %{pkg_name}-%{version} +%setup -q -n %{pkgver} %build @@ -78,6 +80,9 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Fri Feb 24 2017 Jens Petersen - 1.1.4-5 +- refresh to cabal-rpm-0.11.1 + * Fri Feb 10 2017 Fedora Release Engineering - 1.1.4-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild