ghc-http-client-tls/ghc-http-client-tls.spec

144 lines
4.0 KiB
RPMSpec
Raw Normal View History

2018-07-28 16:06:17 +00:00
# generated by cabal-rpm-0.12.5
2017-09-27 16:18:51 +00:00
# https://fedoraproject.org/wiki/Packaging:Haskell
%global pkg_name http-client-tls
2017-09-27 16:20:31 +00:00
%global pkgver %{pkg_name}-%{version}
2017-09-27 16:18:51 +00:00
%bcond_with tests
Name: ghc-%{pkg_name}
2018-07-09 05:02:15 +00:00
Version: 0.3.5.3
Release: 5%{?dist}
2017-09-27 16:18:51 +00:00
Summary: Http-client backend using the connection package and tls library
License: MIT
Url: https://hackage.haskell.org/package/%{pkg_name}
2017-09-27 16:20:31 +00:00
Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
2017-09-27 16:18:51 +00:00
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros
# Begin cabal-rpm deps:
BuildRequires: ghc-bytestring-devel
BuildRequires: ghc-case-insensitive-devel
BuildRequires: ghc-connection-devel
BuildRequires: ghc-containers-devel
BuildRequires: ghc-cryptonite-devel
BuildRequires: ghc-data-default-class-devel
BuildRequires: ghc-exceptions-devel
BuildRequires: ghc-http-client-devel
BuildRequires: ghc-http-types-devel
BuildRequires: ghc-memory-devel
BuildRequires: ghc-network-devel
BuildRequires: ghc-network-uri-devel
BuildRequires: ghc-text-devel
BuildRequires: ghc-tls-devel
BuildRequires: ghc-transformers-devel
%if %{with tests}
BuildRequires: ghc-hspec-devel
BuildRequires: ghc-http-types-devel
%endif
# End cabal-rpm deps
%description
2017-09-27 16:20:01 +00:00
Use the http-client package with the pure-Haskell tls package for secure
connections. Intended for use by higher-level libraries, such as http-conduit.
2017-09-27 16:18:51 +00:00
%package devel
Summary: Haskell %{pkg_name} library development files
Provides: %{name}-static = %{version}-%{release}
2018-01-24 13:11:23 +00:00
Provides: %{name}-doc = %{version}-%{release}
%if %{defined ghc_version}
2017-09-27 16:18:51 +00:00
Requires: ghc-compiler = %{ghc_version}
Requires(post): ghc-compiler = %{ghc_version}
Requires(postun): ghc-compiler = %{ghc_version}
2018-01-24 13:11:23 +00:00
%endif
2017-09-27 16:18:51 +00:00
Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel
This package provides the Haskell %{pkg_name} library development
files.
%prep
2017-09-27 16:20:31 +00:00
%setup -q -n %{pkgver}
2017-09-27 16:18:51 +00:00
%build
%ghc_lib_build
%install
%ghc_lib_install
%check
%cabal_test
%post devel
%ghc_pkg_recache
%postun devel
%ghc_pkg_recache
%files -f %{name}.files
%license LICENSE
%files devel -f %{name}-devel.files
%doc ChangeLog.md README.md
%changelog
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.5.3-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
2018-07-28 16:06:17 +00:00
* Sat Jul 28 2018 Jens Petersen <petersen@redhat.com> - 0.3.5.3-4
- rebuild
2018-07-23 11:41:37 +00:00
* Mon Jul 23 2018 Miro Hrončok <mhroncok@redhat.com> - 0.3.5.3-3
- Rebuilt for #1607054
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.5.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
2018-07-09 05:02:15 +00:00
* Mon Jul 09 2018 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.3.5.3-1
- update to 0.3.5.3
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.5.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
2018-01-26 10:39:54 +00:00
* Fri Jan 26 2018 Jens Petersen <petersen@redhat.com> - 0.3.5.1-2
- rebuild
2017-09-27 16:18:51 +00:00
* Sun Jul 23 2017 Elliott Sales de Andrade <quantum.analyst@gmail.com> 0.3.5.1-1
- Update to latest version.
* Fri Jul 21 2017 Elliott Sales de Andrade <quantum.analyst@gmail.com> 0.2.4-7
- Bump for Fedora 26.
* Sat Dec 17 2016 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.2.4-6
- Bump to rebuild against new dependencies
* Sat Dec 17 2016 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.2.4-5
- spec file generated by cabal-rpm-0.10.0
- Update release to be newer than previous builds
* Mon May 16 2016 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.2.4-4
- Bump to rebuild against new dependencies
* Thu May 05 2016 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.2.4-3
- Bump to rebuild against new dependencies
* Sun May 01 2016 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.2.4-2
- Bump to rebuild against new dependencies
* Sun Apr 24 2016 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.2.4-1
- New upstream release
* Sun Aug 23 2015 Ben Boeckel <mathstuf@gmail.com> - 0.2.2-1
- initial package