From 3b5967328500a4248cec09786f1912b3404e4152 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 7 May 2019 04:10:15 -0400 Subject: [PATCH] import ghc-scientific-0.3.5.2-2.el8 --- .ghc-scientific.metadata | 1 + .gitignore | 1 + SPECS/ghc-scientific.spec | 147 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 149 insertions(+) create mode 100644 .ghc-scientific.metadata create mode 100644 .gitignore create mode 100644 SPECS/ghc-scientific.spec diff --git a/.ghc-scientific.metadata b/.ghc-scientific.metadata new file mode 100644 index 0000000..cd69733 --- /dev/null +++ b/.ghc-scientific.metadata @@ -0,0 +1 @@ +508c5f5c60717adc071046335b5e99c22410e951 SOURCES/scientific-0.3.5.2.tar.gz diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f71504b --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/scientific-0.3.5.2.tar.gz diff --git a/SPECS/ghc-scientific.spec b/SPECS/ghc-scientific.spec new file mode 100644 index 0000000..6a4bfa8 --- /dev/null +++ b/SPECS/ghc-scientific.spec @@ -0,0 +1,147 @@ +# generated by cabal-rpm-0.12.1 +# https://fedoraproject.org/wiki/Packaging:Haskell + +%global pkg_name scientific +%global pkgver %{pkg_name}-%{version} + +%bcond_with tests + +Name: ghc-%{pkg_name} +Version: 0.3.5.2 +Release: 2%{?dist} +Summary: Numbers represented using scientific notation + +License: BSD +Url: https://hackage.haskell.org/package/%{pkg_name} +Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz + +BuildRequires: ghc-Cabal-devel +BuildRequires: ghc-rpm-macros +# Begin cabal-rpm deps: +BuildRequires: ghc-binary-devel +BuildRequires: ghc-bytestring-devel +BuildRequires: ghc-containers-devel +BuildRequires: ghc-deepseq-devel +BuildRequires: ghc-hashable-devel +BuildRequires: ghc-integer-logarithms-devel +BuildRequires: ghc-primitive-devel +BuildRequires: ghc-text-devel +%if %{with tests} +BuildRequires: ghc-QuickCheck-devel +BuildRequires: ghc-smallcheck-devel +BuildRequires: ghc-tasty-ant-xml-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 +'Data.Scientific' provides a space efficient and arbitrary precision scientific +number type. + +A 'Scientific' number is represented with coefficient 'c' and +base10Exponent 'e' and corresponds to the 'Fractional' number: +'fromInteger c * 10 ^^ e' + +The main application of 'Scientific' is to be used as the target of parsing +arbitrary precision numbers coming from an untrusted source. + + +%package devel +Summary: Haskell %{pkg_name} library development files +Provides: %{name}-static = %{version}-%{release} +Provides: %{name}-doc = %{version}-%{release} +%if %{defined ghc_version} +Requires: ghc-compiler = %{ghc_version} +Requires(post): ghc-compiler = %{ghc_version} +Requires(postun): ghc-compiler = %{ghc_version} +%endif +Requires: %{name}%{?_isa} = %{version}-%{release} + +%description devel +This package provides the Haskell %{pkg_name} library development files. + + +%prep +%setup -q -n %{pkgver} + + +%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 + + +%changelog +* Wed Feb 07 2018 Fedora Release Engineering - 0.3.5.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Wed Jan 24 2018 Jens Petersen - 0.3.5.2-1 +- update to 0.3.5.2 + +* Tue Nov 21 2017 Jens Petersen - 0.3.4.10-4 +- integer-logarithms is now packaged +- update to cabal-rpm-0.12 packaging + +* Wed Aug 02 2017 Fedora Release Engineering - 0.3.4.10-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + +* Wed Jul 26 2017 Fedora Release Engineering - 0.3.4.10-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Tue Feb 21 2017 Jens Petersen - 0.3.4.10-1 +- update to 0.3.4.10 + +* Fri Feb 10 2017 Fedora Release Engineering - 0.3.4.7-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Sun Jun 26 2016 Jens Petersen - 0.3.4.7-1 +- update to 0.3.4.7 + +* Tue Jun 7 2016 Jens Petersen - 0.3.3.8-1 +- update to 0.3.3.8 + +* Wed Feb 03 2016 Fedora Release Engineering - 0.3.3.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Wed Jun 17 2015 Fedora Release Engineering - 0.3.3.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Wed Oct 1 2014 Ricky Elrod - 0.3.3.1-1 +- Latest upstream version. + +* Sat Aug 16 2014 Fedora Release Engineering - 0.3.2.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + +* Sat Jun 07 2014 Fedora Release Engineering - 0.3.2.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Thu May 22 2014 Ricky Elrod - 0.3.2.1-1 +- Bump to 0.3.2.1 + +* Sat Mar 15 2014 Fedora Haskell SIG - 0.2.0.2-1 +- spec file generated by cabal-rpm-0.8.10