refresh to cabal-rpm-0.11.1

This commit is contained in:
Jens Petersen 2017-02-24 17:48:27 +09:00
parent dcd50bc4a0
commit 0523cd6b8c
1 changed files with 8 additions and 4 deletions

View File

@ -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 xss-sanitize
%global pkgver %{pkg_name}-%{version}
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 0.3.5.7
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Sanitize untrusted HTML to prevent XSS attacks
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}
%build
@ -81,6 +82,9 @@ This package provides the Haskell %{pkg_name} library development files.
%changelog
* Fri Feb 24 2017 Jens Petersen <petersen@redhat.com> - 0.3.5.7-3
- refresh to cabal-rpm-0.11.1
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.5.7-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild