refresh to cabal-rpm-0.13

This commit is contained in:
Jens Petersen 2019-02-17 22:46:37 +08:00
parent ad27eaeae2
commit 7a483d04d8
2 changed files with 57 additions and 44 deletions

View File

@ -1,4 +1,4 @@
# generated by cabal-rpm-0.12.5
# generated by cabal-rpm-0.13
# https://fedoraproject.org/wiki/Packaging:Haskell
%global pkg_name path-pieces
@ -8,17 +8,19 @@
Name: ghc-%{pkg_name}
Version: 0.2.1
Release: 10%{?dist}
Release: 11%{?dist}
Summary: Components of paths
License: BSD
Url: https://hackage.haskell.org/package/%{pkg_name}
# Begin cabal-rpm sources:
Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
Source1: https://hackage.haskell.org/package/%{pkgver}/%{pkg_name}.cabal#/%{pkgver}.cabal
# End cabal-rpm sources
# Begin cabal-rpm deps:
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros
# Begin cabal-rpm deps:
BuildRequires: ghc-text-devel
BuildRequires: ghc-time-devel
%if %{with tests}
@ -48,16 +50,22 @@ This package provides the Haskell %{pkg_name} library development files.
%prep
# Begin cabal-rpm setup:
%setup -q -n %{pkgver}
cp -p %{SOURCE1} %{pkg_name}.cabal
cp -bp %{SOURCE1} %{pkg_name}.cabal
# End cabal-rpm setup
%build
# Begin cabal-rpm build:
%ghc_lib_build
# End cabal-rpm build
%install
# Begin cabal-rpm install
%ghc_lib_install
# End cabal-rpm install
%check
@ -73,7 +81,9 @@ cp -p %{SOURCE1} %{pkg_name}.cabal
%files -f %{name}.files
# Begin cabal-rpm files:
%license LICENSE
# End cabal-rpm files
%files devel -f %{name}-devel.files
@ -81,6 +91,9 @@ cp -p %{SOURCE1} %{pkg_name}.cabal
%changelog
* Sun Feb 17 2019 Jens Petersen <petersen@redhat.com> - 0.2.1-11
- refresh to cabal-rpm-0.13
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.1-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild

View File

@ -1,40 +1,40 @@
name: path-pieces
version: 0.2.1
x-revision: 1
license: BSD3
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>
maintainer: Michael Snoyman <michael@snoyman.com>
synopsis: Components of paths.
description: Hackage documentation generation is not reliable. For up to date documentation, please see: <http://www.stackage.org/package/path-pieces>.
category: Web, Yesod
stability: unstable
cabal-version: >= 1.8
build-type: Simple
extra-source-files:
test/main.hs
ChangeLog.md
README.md
library
build-depends: base >= 4.6 && < 5
, text >= 0.5
, time
exposed-modules: Web.PathPieces
ghc-options: -Wall
test-suite test
type: exitcode-stdio-1.0
main-is: main.hs
hs-source-dirs: test
ghc-options: -Wall
build-depends: HUnit
, hspec >= 1.3
, base >= 4 && < 5
, QuickCheck
, path-pieces
, text
source-repository head
type: git
location: https://github.com/yesodweb/path-pieces
name: path-pieces
version: 0.2.1
x-revision: 1
license: BSD3
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>
maintainer: Michael Snoyman <michael@snoyman.com>
synopsis: Components of paths.
description: Hackage documentation generation is not reliable. For up to date documentation, please see: <http://www.stackage.org/package/path-pieces>.
category: Web, Yesod
stability: unstable
cabal-version: >= 1.8
build-type: Simple
extra-source-files:
test/main.hs
ChangeLog.md
README.md
library
build-depends: base >= 4.6 && < 5
, text >= 0.5
, time
exposed-modules: Web.PathPieces
ghc-options: -Wall
test-suite test
type: exitcode-stdio-1.0
main-is: main.hs
hs-source-dirs: test
ghc-options: -Wall
build-depends: HUnit
, hspec >= 1.3
, base >= 4 && < 5
, QuickCheck
, path-pieces
, text
source-repository head
type: git
location: https://github.com/yesodweb/path-pieces