2020-06-19 08:56:42 +00:00
|
|
|
# generated by cabal-rpm-2.0.6
|
2020-06-04 11:28:05 +00:00
|
|
|
# https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/
|
2014-04-11 08:16:15 +00:00
|
|
|
|
|
|
|
%global pkg_name scientific
|
2017-02-21 15:29:26 +00:00
|
|
|
%global pkgver %{pkg_name}-%{version}
|
|
|
|
|
2020-06-19 08:56:42 +00:00
|
|
|
# testsuite missing deps: tasty-ant-xml tasty-smallcheck
|
|
|
|
|
2014-04-11 08:16:15 +00:00
|
|
|
Name: ghc-%{pkg_name}
|
2018-07-22 14:25:35 +00:00
|
|
|
Version: 0.3.6.2
|
2020-08-01 01:25:38 +00:00
|
|
|
Release: 9%{?dist}
|
2017-02-21 15:29:26 +00:00
|
|
|
Summary: Numbers represented using scientific notation
|
2014-04-11 08:16:15 +00:00
|
|
|
|
|
|
|
License: BSD
|
2016-06-07 02:26:40 +00:00
|
|
|
Url: https://hackage.haskell.org/package/%{pkg_name}
|
2019-02-17 14:46:57 +00:00
|
|
|
# Begin cabal-rpm sources:
|
2017-02-21 15:29:26 +00:00
|
|
|
Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
|
2019-02-17 14:46:57 +00:00
|
|
|
# End cabal-rpm sources
|
2014-04-11 08:16:15 +00:00
|
|
|
|
2019-02-17 14:46:57 +00:00
|
|
|
# Begin cabal-rpm deps:
|
2014-04-11 08:16:15 +00:00
|
|
|
BuildRequires: ghc-Cabal-devel
|
2017-11-21 02:08:34 +00:00
|
|
|
BuildRequires: ghc-rpm-macros
|
2019-08-05 10:31:33 +00:00
|
|
|
BuildRequires: ghc-base-prof
|
|
|
|
BuildRequires: ghc-binary-prof
|
|
|
|
BuildRequires: ghc-bytestring-prof
|
|
|
|
BuildRequires: ghc-containers-prof
|
|
|
|
BuildRequires: ghc-deepseq-prof
|
|
|
|
BuildRequires: ghc-hashable-prof
|
|
|
|
BuildRequires: ghc-integer-logarithms-prof
|
|
|
|
BuildRequires: ghc-primitive-prof
|
|
|
|
BuildRequires: ghc-text-prof
|
2014-04-11 08:16:15 +00:00
|
|
|
# End cabal-rpm deps
|
|
|
|
|
|
|
|
%description
|
2016-06-07 02:26:40 +00:00
|
|
|
'Data.Scientific' provides a space efficient and arbitrary precision scientific
|
|
|
|
number type.
|
2014-04-11 08:16:15 +00:00
|
|
|
|
2016-06-07 02:26:40 +00:00
|
|
|
A 'Scientific' number is represented with coefficient 'c' and
|
|
|
|
base10Exponent 'e' and corresponds to the 'Fractional' number:
|
|
|
|
'fromInteger c * 10 ^^ e'
|
2014-04-11 08:16:15 +00:00
|
|
|
|
2016-06-07 02:26:40 +00:00
|
|
|
The main application of 'Scientific' is to be used as the target of parsing
|
|
|
|
arbitrary precision numbers coming from an untrusted source.
|
2014-04-11 08:16:15 +00:00
|
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Haskell %{pkg_name} library development files
|
|
|
|
Provides: %{name}-static = %{version}-%{release}
|
2019-08-05 10:31:33 +00:00
|
|
|
Provides: %{name}-static%{?_isa} = %{version}-%{release}
|
2017-11-21 02:08:34 +00:00
|
|
|
%if %{defined ghc_version}
|
2014-04-11 08:16:15 +00:00
|
|
|
Requires: ghc-compiler = %{ghc_version}
|
2017-11-21 02:08:34 +00:00
|
|
|
%endif
|
2014-04-11 08:16:15 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
This package provides the Haskell %{pkg_name} library development files.
|
|
|
|
|
|
|
|
|
2019-07-25 04:25:36 +00:00
|
|
|
%if %{with haddock}
|
|
|
|
%package doc
|
|
|
|
Summary: Haskell %{pkg_name} library documentation
|
2020-02-08 14:51:51 +00:00
|
|
|
BuildArch: noarch
|
2019-07-25 04:25:36 +00:00
|
|
|
|
|
|
|
%description doc
|
|
|
|
This package provides the Haskell %{pkg_name} library documentation.
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%if %{with ghc_prof}
|
|
|
|
%package prof
|
|
|
|
Summary: Haskell %{pkg_name} profiling library
|
|
|
|
Requires: %{name}-devel%{?_isa} = %{version}-%{release}
|
2020-02-08 14:51:51 +00:00
|
|
|
Supplements: (%{name}-devel and ghc-prof)
|
2019-07-25 04:25:36 +00:00
|
|
|
|
|
|
|
%description prof
|
|
|
|
This package provides the Haskell %{pkg_name} profiling library.
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
2014-04-11 08:16:15 +00:00
|
|
|
%prep
|
2019-02-17 14:46:57 +00:00
|
|
|
# Begin cabal-rpm setup:
|
2017-11-21 02:08:34 +00:00
|
|
|
%setup -q -n %{pkgver}
|
2019-02-17 14:46:57 +00:00
|
|
|
# End cabal-rpm setup
|
2014-04-11 08:16:15 +00:00
|
|
|
|
|
|
|
|
|
|
|
%build
|
2019-02-17 14:46:57 +00:00
|
|
|
# Begin cabal-rpm build:
|
2014-04-11 08:16:15 +00:00
|
|
|
%ghc_lib_build
|
2019-02-17 14:46:57 +00:00
|
|
|
# End cabal-rpm build
|
2014-04-11 08:16:15 +00:00
|
|
|
|
|
|
|
|
|
|
|
%install
|
2019-02-17 14:46:57 +00:00
|
|
|
# Begin cabal-rpm install
|
2014-04-11 08:16:15 +00:00
|
|
|
%ghc_lib_install
|
2019-02-17 14:46:57 +00:00
|
|
|
# End cabal-rpm install
|
2014-04-11 08:16:15 +00:00
|
|
|
|
2016-06-07 02:26:40 +00:00
|
|
|
|
2014-04-11 08:16:15 +00:00
|
|
|
%files -f %{name}.files
|
2019-02-17 14:46:57 +00:00
|
|
|
# Begin cabal-rpm files:
|
2016-06-07 02:26:40 +00:00
|
|
|
%license LICENSE
|
2019-02-17 14:46:57 +00:00
|
|
|
# End cabal-rpm files
|
2014-04-11 08:16:15 +00:00
|
|
|
|
|
|
|
|
|
|
|
%files devel -f %{name}-devel.files
|
2016-06-26 08:30:40 +00:00
|
|
|
%doc changelog
|
2014-04-11 08:16:15 +00:00
|
|
|
|
|
|
|
|
2019-07-25 04:25:36 +00:00
|
|
|
%if %{with haddock}
|
|
|
|
%files doc -f %{name}-doc.files
|
2020-02-08 14:51:51 +00:00
|
|
|
%license LICENSE
|
2019-07-25 04:25:36 +00:00
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%if %{with ghc_prof}
|
|
|
|
%files prof -f %{name}-prof.files
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
2014-04-11 08:16:15 +00:00
|
|
|
%changelog
|
2020-08-01 01:25:38 +00:00
|
|
|
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.6.2-9
|
|
|
|
- Second attempt - Rebuilt for
|
|
|
|
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-07-27 19:36:42 +00:00
|
|
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.6.2-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-07-17 10:34:48 +00:00
|
|
|
* Fri Jul 17 2020 Jens Petersen <petersen@redhat.com> - 0.3.6.2-7
|
|
|
|
- refresh to cabal-rpm-2.0.6
|
|
|
|
|
2020-01-28 21:18:53 +00:00
|
|
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.6.2-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-07-25 04:25:36 +00:00
|
|
|
* Fri Aug 02 2019 Jens Petersen <petersen@redhat.com> - 0.3.6.2-5
|
|
|
|
- add doc and prof subpackages (cabal-rpm-1.0.0)
|
|
|
|
|
2019-07-25 02:56:46 +00:00
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.6.2-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-02-17 14:46:57 +00:00
|
|
|
* Sun Feb 17 2019 Jens Petersen <petersen@redhat.com> - 0.3.6.2-3
|
|
|
|
- refresh to cabal-rpm-0.13
|
|
|
|
|
2019-01-31 21:57:33 +00:00
|
|
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.6.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-07-22 14:25:35 +00:00
|
|
|
* Sun Jul 22 2018 Jens Petersen <petersen@redhat.com> - 0.3.6.2-1
|
|
|
|
- update to 0.3.6.2
|
|
|
|
|
2018-07-13 02:05:45 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.5.2-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-02-07 12:05:25 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.5.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2018-01-24 14:49:19 +00:00
|
|
|
* Wed Jan 24 2018 Jens Petersen <petersen@redhat.com> - 0.3.5.2-1
|
|
|
|
- update to 0.3.5.2
|
|
|
|
|
2017-11-21 02:08:34 +00:00
|
|
|
* Tue Nov 21 2017 Jens Petersen <petersen@redhat.com> - 0.3.4.10-4
|
|
|
|
- integer-logarithms is now packaged
|
|
|
|
- update to cabal-rpm-0.12 packaging
|
|
|
|
|
2017-08-02 21:30:58 +00:00
|
|
|
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.4.10-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-26 09:55:10 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.4.10-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-02-21 15:29:26 +00:00
|
|
|
* Tue Feb 21 2017 Jens Petersen <petersen@redhat.com> - 0.3.4.10-1
|
|
|
|
- update to 0.3.4.10
|
|
|
|
|
2017-02-10 10:48:16 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.4.7-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-06-26 08:30:40 +00:00
|
|
|
* Sun Jun 26 2016 Jens Petersen <petersen@redhat.com> - 0.3.4.7-1
|
|
|
|
- update to 0.3.4.7
|
|
|
|
|
2016-06-07 02:26:40 +00:00
|
|
|
* Tue Jun 7 2016 Jens Petersen <petersen@redhat.com> - 0.3.3.8-1
|
|
|
|
- update to 0.3.3.8
|
|
|
|
|
2016-02-03 21:43:12 +00:00
|
|
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.3.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-06-17 07:57:23 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.3.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2014-10-01 04:55:56 +00:00
|
|
|
* Wed Oct 1 2014 Ricky Elrod <relrod@redhat.com> - 0.3.3.1-1
|
2014-10-01 04:38:04 +00:00
|
|
|
- Latest upstream version.
|
|
|
|
|
2014-08-16 15:44:58 +00:00
|
|
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.2.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-06-07 15:12:26 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.2.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-05-22 19:25:34 +00:00
|
|
|
* Thu May 22 2014 Ricky Elrod <relrod@redhat.com> - 0.3.2.1-1
|
2014-05-22 19:07:38 +00:00
|
|
|
- Bump to 0.3.2.1
|
|
|
|
|
|
|
|
* Sat Mar 15 2014 Fedora Haskell SIG <haskell@lists.fedoraproject.org> - 0.2.0.2-1
|
2014-04-11 08:16:15 +00:00
|
|
|
- spec file generated by cabal-rpm-0.8.10
|