diff --git a/ghc-syb.spec b/ghc-syb.spec index 5b27e9b..e431c17 100644 --- a/ghc-syb.spec +++ b/ghc-syb.spec @@ -1,7 +1,8 @@ -# generated by cabal-rpm-0.9.11 +# generated by cabal-rpm-0.11.1 # https://fedoraproject.org/wiki/Packaging:Haskell %global pkg_name syb +%global pkgver %{pkg_name}-%{version} # 0.5.1 ghc-7.10: https://code.google.com/p/scrapyourboilerplate/issues/detail?id=26 # 0.4.1 armv7: https://ghc.haskell.org/trac/ghc/ticket/10029 @@ -10,12 +11,12 @@ Name: ghc-%{pkg_name} # part of haskell-platform Version: 0.6 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Scrap Your Boilerplate 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 @@ -49,7 +50,7 @@ This package provides the Haskell %{pkg_name} library development files. %prep -%setup -q -n %{pkg_name}-%{version} +%setup -q -n %{pkgver} dos2unix LICENSE README @@ -82,6 +83,9 @@ dos2unix LICENSE README %changelog +* Fri Feb 24 2017 Jens Petersen - 0.6-3 +- refresh to cabal-rpm-0.11.1 + * Fri Feb 10 2017 Fedora Release Engineering - 0.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild