parent
4a417535cb
commit
fee3f687a0
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@ HTTP-4000.0.9.tar.gz
|
|||||||
/HTTP-4000.2.2.tar.gz
|
/HTTP-4000.2.2.tar.gz
|
||||||
/HTTP-4000.2.8.tar.gz
|
/HTTP-4000.2.8.tar.gz
|
||||||
/HTTP-4000.2.10.tar.gz
|
/HTTP-4000.2.10.tar.gz
|
||||||
|
/HTTP-4000.2.20.tar.gz
|
||||||
|
@ -6,8 +6,8 @@
|
|||||||
|
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
# part of haskell-platform
|
# part of haskell-platform
|
||||||
Version: 4000.2.10
|
Version: 4000.2.20
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A library for client-side HTTP
|
Summary: A library for client-side HTTP
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -21,12 +21,14 @@ BuildRequires: ghc-array-devel
|
|||||||
BuildRequires: ghc-bytestring-devel
|
BuildRequires: ghc-bytestring-devel
|
||||||
BuildRequires: ghc-mtl-devel
|
BuildRequires: ghc-mtl-devel
|
||||||
BuildRequires: ghc-network-devel
|
BuildRequires: ghc-network-devel
|
||||||
|
BuildRequires: ghc-network-uri-devel
|
||||||
BuildRequires: ghc-old-time-devel
|
BuildRequires: ghc-old-time-devel
|
||||||
BuildRequires: ghc-parsec-devel
|
BuildRequires: ghc-parsec-devel
|
||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
BuildRequires: ghc-HUnit-devel
|
BuildRequires: ghc-HUnit-devel
|
||||||
BuildRequires: ghc-case-insensitive-devel
|
BuildRequires: ghc-case-insensitive-devel
|
||||||
BuildRequires: ghc-conduit-devel
|
BuildRequires: ghc-conduit-devel
|
||||||
|
BuildRequires: ghc-conduit-extra-devel
|
||||||
BuildRequires: ghc-deepseq-devel
|
BuildRequires: ghc-deepseq-devel
|
||||||
BuildRequires: ghc-http-types-devel
|
BuildRequires: ghc-http-types-devel
|
||||||
BuildRequires: ghc-httpd-shed-devel
|
BuildRequires: ghc-httpd-shed-devel
|
||||||
@ -81,6 +83,8 @@ This package provides the Haskell %{pkg_name} library development files.
|
|||||||
%install
|
%install
|
||||||
%ghc_lib_install
|
%ghc_lib_install
|
||||||
|
|
||||||
|
rm %{buildroot}%{ghc_pkgdocdir}/LICENSE
|
||||||
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
@ -97,13 +101,16 @@ This package provides the Haskell %{pkg_name} library development files.
|
|||||||
|
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%doc LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
|
|
||||||
%files devel -f %{name}-devel.files
|
%files devel -f %{name}-devel.files
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 7 2016 Jens Petersen <petersen@redhat.com> - 4000.2.20-1
|
||||||
|
- update to 4000.2.20
|
||||||
|
|
||||||
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 4000.2.10-3
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 4000.2.10-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user