forked from pool/ghc-http-client
Accepting request 305272 from home:mimi_vx:branches:devel:languages:haskell
- update to 0.4.11.2 + Removed publicsuffixlist dependency, see [Github discussion](https://github.com/litherum/publicsuffixlist/pull/7) OBS-URL: https://build.opensuse.org/request/show/305272 OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-http-client?expand=0&rev=2
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 4 05:55:20 UTC 2015 - mimi.vx@gmail.com
|
||||
|
||||
- update to 0.4.11.2
|
||||
+ Removed publicsuffixlist dependency, see [Github discussion](https://github.com/litherum/publicsuffixlist/pull/7)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 22 09:12:19 UTC 2015 - mimi.vx@gmail.com
|
||||
|
||||
|
||||
@@ -15,17 +15,18 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%global pkg_name http-client
|
||||
|
||||
%bcond_with tests
|
||||
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.4.11.1
|
||||
Name: ghc-http-client
|
||||
Version: 0.4.11.2
|
||||
Release: 0
|
||||
Summary: HTTP client engine, intended as a base layer.
|
||||
License: MIT
|
||||
Group: System/Libraries
|
||||
|
||||
License: MIT
|
||||
Url: https://hackage.haskell.org/package/%{pkg_name}
|
||||
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@@ -49,7 +50,6 @@ BuildRequires: ghc-http-types-devel
|
||||
BuildRequires: ghc-mime-types-devel
|
||||
BuildRequires: ghc-network-devel
|
||||
BuildRequires: ghc-network-uri-devel
|
||||
BuildRequires: ghc-publicsuffixlist-devel
|
||||
BuildRequires: ghc-random-devel
|
||||
BuildRequires: ghc-streaming-commons-devel
|
||||
BuildRequires: ghc-text-devel
|
||||
@@ -84,37 +84,29 @@ 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
|
||||
|
||||
|
||||
%post devel
|
||||
%ghc_pkg_recache
|
||||
|
||||
|
||||
%postun devel
|
||||
%ghc_pkg_recache
|
||||
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,-)
|
||||
%doc LICENSE
|
||||
|
||||
|
||||
%files devel -f %{name}-devel.files
|
||||
%defattr(-,root,root,-)
|
||||
%doc README.md
|
||||
|
||||
|
||||
%changelog
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:642500bd7e7a26a80dae54ca2d830e42b0e55e39d172cc73e7f68469cd4b5088
|
||||
size 43338
|
||||
3
http-client-0.4.11.2.tar.gz
Normal file
3
http-client-0.4.11.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6275d2a1012fa159b2a68fe54c1f6ff9967d772a973189503598c4213d80981c
|
||||
size 74387
|
||||
Reference in New Issue
Block a user