refresh to cabal-rpm-2.0.2

This commit is contained in:
Jens Petersen 2020-02-19 23:44:19 +08:00
parent 01a836497d
commit 42d04d7f9e
1 changed files with 8 additions and 7 deletions

View File

@ -1,16 +1,14 @@
# generated by cabal-rpm-2.0.0
# generated by cabal-rpm-2.0.2
# https://fedoraproject.org/wiki/Packaging:Haskell
%global pkg_name filepath-bytestring
%global pkgver %{pkg_name}-%{version}
%global _devel %{?ghc_devel_prof}%{!?ghc_devel_prof:devel}
%bcond_without tests
Name: ghc-%{pkg_name}
Version: 1.4.2.1.6
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Library for manipulating RawFilePaths in a cross platform way
License: BSD
@ -22,9 +20,9 @@ Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
# Begin cabal-rpm deps:
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros
BuildRequires: ghc-base-%{_devel}
BuildRequires: ghc-bytestring-%{_devel}
BuildRequires: ghc-unix-%{_devel}
BuildRequires: ghc-base-prof
BuildRequires: ghc-bytestring-prof
BuildRequires: ghc-unix-prof
%if %{with tests}
BuildRequires: ghc-QuickCheck-devel
BuildRequires: ghc-filepath-devel
@ -139,5 +137,8 @@ This package provides the Haskell %{pkg_name} profiling library.
%changelog
* Thu Feb 20 2020 Jens Petersen <petersen@redhat.com> - 1.4.2.1.6-2
- refresh to cabal-rpm-2.0.2
* Sun Feb 2 2020 Fedora Haskell SIG <haskell@lists.fedoraproject.org> - 1.4.2.1.6-1
- spec file generated by cabal-rpm-2.0.0