refresh to cabal-rpm-0.13

This commit is contained in:
Jens Petersen 2019-02-17 22:43:32 +08:00
parent 68cfbf1c27
commit c41d0e2ddd
2 changed files with 54 additions and 41 deletions

View File

@ -1,37 +1,37 @@
name: authenticate-oauth
version: 1.6
x-revision: 1
license: BSD3
license-file: LICENSE
author: Hiromi Ishii
maintainer: Hiromi Ishii, Artem Chirkin
synopsis: Library to authenticate with OAuth for Haskell web applications.
description: API docs and the README are available at <http://www.stackage.org/package/authenticate-oauth>.
category: Web
stability: Stable
cabal-version: >= 1.6
build-type: Simple
homepage: http://github.com/yesodweb/authenticate
extra-source-files: README.md ChangeLog.md
library
build-depends: base >= 4 && < 5
, http-client >= 0.3
, transformers >= 0.1 && < 0.6
, bytestring >= 0.9
, crypto-pubkey-types >= 0.1 && < 0.5
, RSA >= 2.0 && < 2.4
, time
, data-default
, base64-bytestring >= 0.1 && < 1.1
, SHA >= 1.4 && < 1.7
, random
, http-types >= 0.6
, blaze-builder
, transformers-compat >= 0.3
exposed-modules: Web.Authenticate.OAuth, Web.Authenticate.OAuth.IO
ghc-options: -Wall
source-repository head
type: git
location: git://github.com/yesodweb/authenticate.git
name: authenticate-oauth
version: 1.6
x-revision: 1
license: BSD3
license-file: LICENSE
author: Hiromi Ishii
maintainer: Hiromi Ishii, Artem Chirkin
synopsis: Library to authenticate with OAuth for Haskell web applications.
description: API docs and the README are available at <http://www.stackage.org/package/authenticate-oauth>.
category: Web
stability: Stable
cabal-version: >= 1.6
build-type: Simple
homepage: http://github.com/yesodweb/authenticate
extra-source-files: README.md ChangeLog.md
library
build-depends: base >= 4 && < 5
, http-client >= 0.3
, transformers >= 0.1 && < 0.6
, bytestring >= 0.9
, crypto-pubkey-types >= 0.1 && < 0.5
, RSA >= 2.0 && < 2.4
, time
, data-default
, base64-bytestring >= 0.1 && < 1.1
, SHA >= 1.4 && < 1.7
, random
, http-types >= 0.6
, blaze-builder
, transformers-compat >= 0.3
exposed-modules: Web.Authenticate.OAuth, Web.Authenticate.OAuth.IO
ghc-options: -Wall
source-repository head
type: git
location: git://github.com/yesodweb/authenticate.git

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 authenticate-oauth
@ -6,17 +6,19 @@
Name: ghc-%{pkg_name}
Version: 1.6
Release: 6%{?dist}
Release: 7%{?dist}
Summary: Library to authenticate with OAuth for Haskell web applications
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-RSA-devel
BuildRequires: ghc-SHA-devel
BuildRequires: ghc-base64-bytestring-devel
@ -52,16 +54,22 @@ 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
%post devel
@ -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> - 1.6-7
- refresh to cabal-rpm-0.13
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.6-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild