2019-02-17 14:45:21 +00:00
|
|
|
# generated by cabal-rpm-0.13
|
2017-11-20 15:47:52 +00:00
|
|
|
# https://fedoraproject.org/wiki/Packaging:Haskell
|
|
|
|
|
|
|
|
%global pkg_name integer-logarithms
|
|
|
|
%global pkgver %{pkg_name}-%{version}
|
|
|
|
|
|
|
|
%bcond_with tests
|
|
|
|
|
|
|
|
Name: ghc-%{pkg_name}
|
2019-02-21 03:57:50 +00:00
|
|
|
Version: 1.0.2.2
|
|
|
|
Release: 1%{?dist}
|
2017-11-20 15:47:52 +00:00
|
|
|
Summary: Integer logarithms
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
Url: https://hackage.haskell.org/package/%{pkg_name}
|
2019-02-17 14:45:21 +00:00
|
|
|
# Begin cabal-rpm sources:
|
2017-11-20 15:47:52 +00:00
|
|
|
Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
|
2019-02-21 03:57:50 +00:00
|
|
|
Source1: https://hackage.haskell.org/package/%{pkgver}/%{pkg_name}.cabal#/%{pkgver}.cabal
|
2019-02-17 14:45:21 +00:00
|
|
|
# End cabal-rpm sources
|
2017-11-20 15:47:52 +00:00
|
|
|
|
2019-02-17 14:45:21 +00:00
|
|
|
# Begin cabal-rpm deps:
|
2017-11-20 15:47:52 +00:00
|
|
|
BuildRequires: ghc-Cabal-devel
|
|
|
|
BuildRequires: ghc-rpm-macros
|
|
|
|
BuildRequires: ghc-array-devel
|
|
|
|
%if %{with tests}
|
|
|
|
BuildRequires: ghc-QuickCheck-devel
|
|
|
|
BuildRequires: ghc-smallcheck-devel
|
|
|
|
BuildRequires: ghc-tasty-devel
|
|
|
|
BuildRequires: ghc-tasty-hunit-devel
|
|
|
|
BuildRequires: ghc-tasty-quickcheck-devel
|
|
|
|
BuildRequires: ghc-tasty-smallcheck-devel
|
|
|
|
%endif
|
|
|
|
# End cabal-rpm deps
|
|
|
|
|
|
|
|
%description
|
|
|
|
"Math.NumberTheory.Logarithms" and "Math.NumberTheory.Powers.Integer" from the
|
|
|
|
arithmoi package.
|
|
|
|
|
|
|
|
Also provides "GHC.Integer.Logarithms.Compat" and
|
|
|
|
"Math.NumberTheory.Power.Natural" modules, as well as some additional functions
|
|
|
|
in migrated modules.
|
|
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Haskell %{pkg_name} library development files
|
|
|
|
Provides: %{name}-static = %{version}-%{release}
|
2018-01-24 13:11:26 +00:00
|
|
|
Provides: %{name}-doc = %{version}-%{release}
|
|
|
|
%if %{defined ghc_version}
|
2017-11-20 15:47:52 +00:00
|
|
|
Requires: ghc-compiler = %{ghc_version}
|
|
|
|
Requires(post): ghc-compiler = %{ghc_version}
|
|
|
|
Requires(postun): ghc-compiler = %{ghc_version}
|
2018-01-24 13:11:26 +00:00
|
|
|
%endif
|
2017-11-20 15:47:52 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
This package provides the Haskell %{pkg_name} library development
|
|
|
|
files.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
2019-02-17 14:45:21 +00:00
|
|
|
# Begin cabal-rpm setup:
|
2017-11-20 15:47:52 +00:00
|
|
|
%setup -q -n %{pkgver}
|
2019-02-21 03:57:50 +00:00
|
|
|
cp -bp %{SOURCE1} %{pkg_name}.cabal
|
2019-02-17 14:45:21 +00:00
|
|
|
# End cabal-rpm setup
|
2017-11-20 15:47:52 +00:00
|
|
|
|
|
|
|
|
|
|
|
%build
|
2019-02-17 14:45:21 +00:00
|
|
|
# Begin cabal-rpm build:
|
2017-11-20 15:47:52 +00:00
|
|
|
%ghc_lib_build
|
2019-02-17 14:45:21 +00:00
|
|
|
# End cabal-rpm build
|
2017-11-20 15:47:52 +00:00
|
|
|
|
|
|
|
|
|
|
|
%install
|
2019-02-17 14:45:21 +00:00
|
|
|
# Begin cabal-rpm install
|
2017-11-20 15:47:52 +00:00
|
|
|
%ghc_lib_install
|
2019-02-17 14:45:21 +00:00
|
|
|
# End cabal-rpm install
|
2017-11-20 15:47:52 +00:00
|
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
%cabal_test
|
|
|
|
|
|
|
|
|
|
|
|
%post devel
|
|
|
|
%ghc_pkg_recache
|
|
|
|
|
|
|
|
|
|
|
|
%postun devel
|
|
|
|
%ghc_pkg_recache
|
|
|
|
|
|
|
|
|
|
|
|
%files -f %{name}.files
|
2019-02-17 14:45:21 +00:00
|
|
|
# Begin cabal-rpm files:
|
2017-11-20 15:47:52 +00:00
|
|
|
%license LICENSE
|
2019-02-17 14:45:21 +00:00
|
|
|
# End cabal-rpm files
|
2017-11-20 15:47:52 +00:00
|
|
|
|
|
|
|
|
|
|
|
%files devel -f %{name}-devel.files
|
|
|
|
%doc changelog.md readme.md
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2019-02-21 03:57:50 +00:00
|
|
|
* Thu Feb 21 2019 Jens Petersen <petersen@redhat.com> - 1.0.2.2-1
|
|
|
|
- update to 1.0.2.2
|
|
|
|
|
2019-02-17 14:45:21 +00:00
|
|
|
* Sun Feb 17 2019 Jens Petersen <petersen@redhat.com> - 1.0.2.1-3
|
|
|
|
- refresh to cabal-rpm-0.13
|
|
|
|
|
2019-01-31 21:41:32 +00:00
|
|
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-07-22 14:12:24 +00:00
|
|
|
* Sun Jul 22 2018 Jens Petersen <petersen@redhat.com> - 1.0.2.1-1
|
|
|
|
- update to 1.0.2.1
|
|
|
|
|
2018-07-13 01:54:46 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-02-07 11:48:31 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2018-01-24 14:38:44 +00:00
|
|
|
* Wed Jan 24 2018 Jens Petersen <petersen@redhat.com> - 1.0.2-1
|
|
|
|
- update to 1.0.2
|
|
|
|
|
2017-11-21 09:46:21 +00:00
|
|
|
* Tue Nov 21 2017 Jens Petersen <petersen@redhat.com> - 1.0.1-4
|
2017-11-21 02:02:12 +00:00
|
|
|
- bump release over ghc-scientific
|
|
|
|
|
2017-11-21 09:46:21 +00:00
|
|
|
* Wed Nov 15 2017 Fedora Haskell SIG <haskell@lists.fedoraproject.org> - 1.0.1-1
|
2017-11-20 15:47:52 +00:00
|
|
|
- spec file generated by cabal-rpm-0.11.2
|