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