2018-01-24 13:11:40 +00:00
|
|
|
# generated by cabal-rpm-0.12.1
|
2015-09-10 02:58:15 +00:00
|
|
|
# https://fedoraproject.org/wiki/Packaging:Haskell
|
|
|
|
|
|
|
|
%global pkg_name network-uri
|
2017-02-24 08:48:19 +00:00
|
|
|
%global pkgver %{pkg_name}-%{version}
|
2015-09-10 02:58:15 +00:00
|
|
|
|
|
|
|
%bcond_with tests
|
|
|
|
|
|
|
|
Name: ghc-%{pkg_name}
|
2016-04-23 18:31:36 +00:00
|
|
|
Version: 2.6.1.0
|
2018-01-26 10:48:09 +00:00
|
|
|
Release: 7%{?dist}
|
2015-09-10 02:58:15 +00:00
|
|
|
Summary: URI manipulation
|
|
|
|
|
|
|
|
License: BSD
|
|
|
|
Url: https://hackage.haskell.org/package/%{pkg_name}
|
2017-02-24 08:48:19 +00:00
|
|
|
Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
|
2015-09-10 02:58:15 +00:00
|
|
|
|
|
|
|
BuildRequires: ghc-Cabal-devel
|
|
|
|
BuildRequires: ghc-rpm-macros
|
|
|
|
# Begin cabal-rpm deps:
|
|
|
|
BuildRequires: ghc-deepseq-devel
|
|
|
|
BuildRequires: ghc-parsec-devel
|
|
|
|
%if %{with tests}
|
|
|
|
BuildRequires: ghc-HUnit-devel
|
|
|
|
BuildRequires: ghc-test-framework-devel
|
|
|
|
BuildRequires: ghc-test-framework-hunit-devel
|
|
|
|
BuildRequires: ghc-test-framework-quickcheck2-devel
|
|
|
|
%endif
|
|
|
|
# End cabal-rpm deps
|
|
|
|
|
|
|
|
%description
|
2015-09-10 03:08:23 +00:00
|
|
|
This package provides an URI manipulation interface.
|
2015-09-10 02:58:15 +00:00
|
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Haskell %{pkg_name} library development files
|
|
|
|
Provides: %{name}-static = %{version}-%{release}
|
2018-01-24 13:11:40 +00:00
|
|
|
Provides: %{name}-doc = %{version}-%{release}
|
|
|
|
%if %{defined ghc_version}
|
2015-09-10 02:58:15 +00:00
|
|
|
Requires: ghc-compiler = %{ghc_version}
|
|
|
|
Requires(post): ghc-compiler = %{ghc_version}
|
|
|
|
Requires(postun): ghc-compiler = %{ghc_version}
|
2018-01-24 13:11:40 +00:00
|
|
|
%endif
|
2015-09-10 02:58:15 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
This package provides the Haskell %{pkg_name} library development files.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
2017-02-24 08:48:19 +00:00
|
|
|
%setup -q -n %{pkgver}
|
2015-09-10 02:58:15 +00:00
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%ghc_lib_build
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%ghc_lib_install
|
2016-04-23 18:31:36 +00:00
|
|
|
|
2015-09-10 02:58:15 +00:00
|
|
|
|
|
|
|
%check
|
2016-09-27 10:15:46 +00:00
|
|
|
%cabal_test
|
2015-09-10 02:58:15 +00:00
|
|
|
|
|
|
|
|
|
|
|
%post devel
|
|
|
|
%ghc_pkg_recache
|
|
|
|
|
|
|
|
|
|
|
|
%postun devel
|
|
|
|
%ghc_pkg_recache
|
|
|
|
|
|
|
|
|
|
|
|
%files -f %{name}.files
|
|
|
|
%license LICENSE
|
|
|
|
|
|
|
|
|
|
|
|
%files devel -f %{name}-devel.files
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2018-01-26 10:48:09 +00:00
|
|
|
* Fri Jan 26 2018 Jens Petersen <petersen@redhat.com> - 2.6.1.0-7
|
|
|
|
- rebuild
|
|
|
|
|
2017-08-02 21:26:43 +00:00
|
|
|
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.1.0-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-26 09:50:22 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.1.0-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-02-24 08:48:19 +00:00
|
|
|
* Fri Feb 24 2017 Jens Petersen <petersen@redhat.com> - 2.6.1.0-4
|
|
|
|
- refresh to cabal-rpm-0.11.1
|
|
|
|
|
2017-02-10 10:44:51 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.1.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-06-30 00:53:40 +00:00
|
|
|
* Thu Jun 30 2016 Jens Petersen <petersen@redhat.com> - 2.6.1.0-2
|
|
|
|
- rebuild
|
|
|
|
|
2016-04-23 18:31:36 +00:00
|
|
|
* Sat Apr 23 2016 Ben Boeckel <mathstuf@gmail.com> - 2.6.1.0-1
|
|
|
|
- update to 2.6.1.0
|
|
|
|
|
2016-02-03 21:39:14 +00:00
|
|
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.0.3-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-09-10 02:58:15 +00:00
|
|
|
* Wed Sep 09 2015 Ben Boeckel <mathstuf@gmail.com> - 2.6.0.3-2
|
|
|
|
- fedora import
|
|
|
|
|
|
|
|
* Sun Aug 23 2015 Ben Boeckel <mathstuf@gmail.com> - 2.6.0.3-1
|
|
|
|
- initial package
|