From e90af4caf2f4f3edcd65d474d42fe7ee104a9f8d Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Feb 24 2017 08:48:24 +0000 Subject: refresh to cabal-rpm-0.11.1 --- diff --git a/ghc-split.spec b/ghc-split.spec index 0dd3c48..d5fb826 100644 --- a/ghc-split.spec +++ b/ghc-split.spec @@ -1,18 +1,19 @@ -# generated by cabal-rpm-0.9.12 +# generated by cabal-rpm-0.11.1 # https://fedoraproject.org/wiki/Packaging:Haskell %global pkg_name split +%global pkgver %{pkg_name}-%{version} %bcond_without tests Name: ghc-%{pkg_name} Version: 0.2.3.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Combinator library for splitting lists License: BSD 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 @@ -54,7 +55,7 @@ This package provides the Haskell %{pkg_name} library development files. %prep -%setup -q -n %{pkg_name}-%{version} +%setup -q -n %{pkgver} %build @@ -86,6 +87,9 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Fri Feb 24 2017 Jens Petersen - 0.2.3.1-3 +- refresh to cabal-rpm-0.11.1 + * Fri Feb 10 2017 Fedora Release Engineering - 0.2.3.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild