refresh to cabal-rpm-0.11.1

This commit is contained in:
Jens Petersen 2017-02-24 17:48:09 +09:00
parent 5c2501590a
commit 107cdef879
1 changed files with 8 additions and 3 deletions

View File

@ -1,16 +1,18 @@
# generated by cabal-rpm-0.11.1
# https://fedoraproject.org/wiki/Packaging:Haskell
%global pkg_name binary-shared
%global pkgver %{pkg_name}-%{version}
Name: ghc-%{pkg_name}
Version: 0.8.3
Release: 8%{?dist}
Release: 9%{?dist}
Summary: Haskell library for sharing binary elements
# GPL version is not stated
License: GPL+
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
@ -38,7 +40,7 @@ This package provides the Haskell %{pkg_name} library development files.
%prep
%setup -q -n %{pkg_name}-%{version}
%setup -q -n %{pkgver}
%build
@ -65,6 +67,9 @@ This package provides the Haskell %{pkg_name} library development files.
%changelog
* Fri Feb 24 2017 Jens Petersen <petersen@redhat.com> - 0.8.3-9
- refresh to cabal-rpm-0.11.1
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.3-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild