update to 2.6.3.1
This commit is contained in:
parent
8a2809ce51
commit
66e2de97c5
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@ network-2.2.1.7.tar.gz
|
|||||||
/network-2.4.1.2.tar.gz
|
/network-2.4.1.2.tar.gz
|
||||||
/network-2.4.2.3.tar.gz
|
/network-2.4.2.3.tar.gz
|
||||||
/network-2.6.2.1.tar.gz
|
/network-2.6.2.1.tar.gz
|
||||||
|
/network-2.6.3.1.tar.gz
|
||||||
|
@ -1,18 +1,20 @@
|
|||||||
|
# generated by cabal-rpm-0.11.1
|
||||||
# https://fedoraproject.org/wiki/Packaging:Haskell
|
# https://fedoraproject.org/wiki/Packaging:Haskell
|
||||||
|
|
||||||
%global pkg_name network
|
%global pkg_name network
|
||||||
|
%global pkgver %{pkg_name}-%{version}
|
||||||
|
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
|
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
# part of haskell-platform
|
# part of haskell-platform
|
||||||
Version: 2.6.2.1
|
Version: 2.6.3.1
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Low-level networking interface
|
Summary: Low-level networking interface
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
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/%{pkgver}/%{pkgver}.tar.gz
|
||||||
|
|
||||||
BuildRequires: ghc-Cabal-devel
|
BuildRequires: ghc-Cabal-devel
|
||||||
BuildRequires: ghc-rpm-macros
|
BuildRequires: ghc-rpm-macros
|
||||||
@ -21,6 +23,7 @@ BuildRequires: ghc-bytestring-devel
|
|||||||
BuildRequires: ghc-unix-devel
|
BuildRequires: ghc-unix-devel
|
||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
BuildRequires: ghc-HUnit-devel
|
BuildRequires: ghc-HUnit-devel
|
||||||
|
BuildRequires: ghc-doctest-devel
|
||||||
BuildRequires: ghc-test-framework-devel
|
BuildRequires: ghc-test-framework-devel
|
||||||
BuildRequires: ghc-test-framework-hunit-devel
|
BuildRequires: ghc-test-framework-hunit-devel
|
||||||
%endif
|
%endif
|
||||||
@ -46,7 +49,7 @@ This package provides the Haskell %{pkg_name} library development files.
|
|||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{pkg_name}-%{version}
|
%setup -q -n %{pkgver}
|
||||||
# Use rpm's config.* to support new archs like ppc64le
|
# Use rpm's config.* to support new archs like ppc64le
|
||||||
cp -f /usr/lib/rpm/config.{guess,sub} .
|
cp -f /usr/lib/rpm/config.{guess,sub} .
|
||||||
|
|
||||||
@ -75,10 +78,13 @@ cp -f /usr/lib/rpm/config.{guess,sub} .
|
|||||||
|
|
||||||
|
|
||||||
%files devel -f %{name}-devel.files
|
%files devel -f %{name}-devel.files
|
||||||
%doc README.md examples
|
%doc CHANGELOG.md README.md examples
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 22 2017 Jens Petersen <petersen@redhat.com> - 2.6.3.1-1
|
||||||
|
- update to 2.6.3.1
|
||||||
|
|
||||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.2.1-2
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.2.1-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user