Accepting request 433379 from devel:languages:haskell

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/433379
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-conduit-extra?expand=0&rev=10
This commit is contained in:
2016-11-03 10:13:49 +00:00
committed by Git OBS Bridge
4 changed files with 11 additions and 14 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9fccd20c45b017c5b5b12a933b1cedd9088f27375c6b7bb2dadce9db92d51b81
size 33745

View File

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

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Sep 26 06:52:26 UTC 2016 - psimons@suse.com
- Update to version 1.1.13.3 with cabal2obs.
-------------------------------------------------------------------
Sun Jul 17 13:17:59 UTC 2016 - psimons@suse.com

View File

@@ -19,15 +19,14 @@
%global pkg_name conduit-extra
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 1.1.13.2
Version: 1.1.13.3
Release: 0
Summary: Batteries included conduit: adapters for common libraries
License: MIT
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
BuildRequires: ghc-Cabal-devel
# Begin cabal-rpm deps:
BuildRequires: ghc-async-devel
BuildRequires: ghc-attoparsec-devel
BuildRequires: ghc-blaze-builder-devel
@@ -53,7 +52,6 @@ BuildRequires: ghc-QuickCheck-devel
BuildRequires: ghc-bytestring-builder-devel
BuildRequires: ghc-hspec-devel
%endif
# End cabal-rpm deps
%description
The conduit package itself maintains relative small dependencies. The purpose
@@ -76,20 +74,14 @@ 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
%check
%if %{with tests}
%{cabal} test
%endif
%cabal_test
%post devel
%ghc_pkg_recache