Accepting request 433356 from devel:languages:haskell

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/433356
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-aeson-pretty?expand=0&rev=3
This commit is contained in:
Dominique Leuenberger 2016-10-23 10:50:28 +00:00 committed by Git OBS Bridge
commit f70bbbc55a
4 changed files with 12 additions and 11 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6408b8b2bcd12cf591e4b93b4d9f5143449b33a59fbd3653f328e2515040570d
size 4838

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6cb429821040bdd6f819b1c6170cac630a4155fa57fa24eb3d496c06030fb9b0
size 5456

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Sep 15 06:46:30 UTC 2016 - psimons@suse.com
- Update to version 0.8.2 revision 0 with cabal2obs.
-------------------------------------------------------------------
Sun Jul 10 17:22:38 UTC 2016 - psimons@suse.com

View File

@ -18,26 +18,26 @@
%global pkg_name aeson-pretty
Name: ghc-%{pkg_name}
Version: 0.7.2
Version: 0.8.2
Release: 0
Summary: JSON pretty-printing library and command-line tool
License: BSD-3-Clause
Group: System/Libraries
Group: Development/Languages/Other
Url: https://hackage.haskell.org/package/%{pkg_name}
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
# Begin cabal-rpm deps:
BuildRequires: chrpath
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-aeson-devel
BuildRequires: ghc-attoparsec-devel
BuildRequires: ghc-base-compat-devel
BuildRequires: ghc-bytestring-devel
BuildRequires: ghc-cmdargs-devel
BuildRequires: ghc-rpm-macros
BuildRequires: ghc-scientific-devel
BuildRequires: ghc-text-devel
BuildRequires: ghc-unordered-containers-devel
BuildRequires: ghc-vector-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
# End cabal-rpm deps
%description
A JSON pretty-printing library compatible with aeson as well as a command-line
@ -68,17 +68,13 @@ This package provides the Haskell %{pkg_name} library development files.
%prep
%setup -q -n %{pkg_name}-%{version}
%build
%ghc_lib_build
%install
%ghc_lib_install
%ghc_fix_dynamic_rpath %{pkg_name}
%post devel
%ghc_pkg_recache