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
|
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/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%global pkg_name http-client
|
%global pkg_name http-client
|
||||||
|
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
|
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-http-client
|
||||||
Version: 0.4.11.1
|
Version: 0.4.11.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: HTTP client engine, intended as a base layer.
|
Summary: HTTP client engine, intended as a base layer.
|
||||||
|
License: MIT
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
License: MIT
|
|
||||||
Url: https://hackage.haskell.org/package/%{pkg_name}
|
Url: https://hackage.haskell.org/package/%{pkg_name}
|
||||||
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@@ -49,7 +50,6 @@ BuildRequires: ghc-http-types-devel
|
|||||||
BuildRequires: ghc-mime-types-devel
|
BuildRequires: ghc-mime-types-devel
|
||||||
BuildRequires: ghc-network-devel
|
BuildRequires: ghc-network-devel
|
||||||
BuildRequires: ghc-network-uri-devel
|
BuildRequires: ghc-network-uri-devel
|
||||||
BuildRequires: ghc-publicsuffixlist-devel
|
|
||||||
BuildRequires: ghc-random-devel
|
BuildRequires: ghc-random-devel
|
||||||
BuildRequires: ghc-streaming-commons-devel
|
BuildRequires: ghc-streaming-commons-devel
|
||||||
BuildRequires: ghc-text-devel
|
BuildRequires: ghc-text-devel
|
||||||
@@ -84,37 +84,29 @@ This package provides the Haskell %{pkg_name} library development files.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n %{pkg_name}-%{version}
|
%setup -q -n %{pkg_name}-%{version}
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%ghc_lib_build
|
%ghc_lib_build
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%ghc_lib_install
|
%ghc_lib_install
|
||||||
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
%cabal test
|
%cabal test
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%post devel
|
%post devel
|
||||||
%ghc_pkg_recache
|
%ghc_pkg_recache
|
||||||
|
|
||||||
|
|
||||||
%postun devel
|
%postun devel
|
||||||
%ghc_pkg_recache
|
%ghc_pkg_recache
|
||||||
|
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
|
|
||||||
|
|
||||||
%files devel -f %{name}-devel.files
|
%files devel -f %{name}-devel.files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc README.md
|
%doc README.md
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%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