diff --git a/.gitignore b/.gitignore index e69de29..c9f52d3 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1,9 @@ +/scientific-0.2.0.2.tar.gz +/scientific-0.3.2.1.tar.gz +/scientific-0.3.3.1.tar.gz +/scientific-0.3.3.8.tar.gz +/scientific-0.3.4.7.tar.gz +/scientific-0.3.4.10.tar.gz +/integer-logarithms-1.0.1.tar.gz +/scientific-0.3.5.2.tar.gz +/scientific-0.3.6.2.tar.gz diff --git a/ghc-scientific.spec b/ghc-scientific.spec new file mode 100644 index 0000000..1e27391 --- /dev/null +++ b/ghc-scientific.spec @@ -0,0 +1,198 @@ +# generated by cabal-rpm-2.0.6 +# https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/ + +%global pkg_name scientific +%global pkgver %{pkg_name}-%{version} + +# testsuite missing deps: tasty-ant-xml tasty-smallcheck + +Name: ghc-%{pkg_name} +Version: 0.3.6.2 +Release: 9%{?dist} +Summary: Numbers represented using scientific notation + +License: BSD +Url: https://hackage.haskell.org/package/%{pkg_name} +# Begin cabal-rpm sources: +Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz +# End cabal-rpm sources + +# Begin cabal-rpm deps: +BuildRequires: ghc-Cabal-devel +BuildRequires: ghc-rpm-macros +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 +# 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}-static%{?_isa} = %{version}-%{release} +%if %{defined ghc_version} +Requires: ghc-compiler = %{ghc_version} +%endif +Requires: %{name}%{?_isa} = %{version}-%{release} + +%description devel +This package provides the Haskell %{pkg_name} library development files. + + +%if %{with haddock} +%package doc +Summary: Haskell %{pkg_name} library documentation +BuildArch: noarch + +%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} +Supplements: (%{name}-devel and ghc-prof) + +%description prof +This package provides the Haskell %{pkg_name} profiling library. +%endif + + +%prep +# Begin cabal-rpm setup: +%setup -q -n %{pkgver} +# End cabal-rpm setup + + +%build +# Begin cabal-rpm build: +%ghc_lib_build +# End cabal-rpm build + + +%install +# Begin cabal-rpm install +%ghc_lib_install +# End cabal-rpm install + + +%files -f %{name}.files +# Begin cabal-rpm files: +%license LICENSE +# End cabal-rpm files + + +%files devel -f %{name}-devel.files +%doc changelog + + +%if %{with haddock} +%files doc -f %{name}-doc.files +%license LICENSE +%endif + + +%if %{with ghc_prof} +%files prof -f %{name}-prof.files +%endif + + +%changelog +* Sat Aug 01 2020 Fedora Release Engineering - 0.3.6.2-9 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Mon Jul 27 2020 Fedora Release Engineering - 0.3.6.2-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Fri Jul 17 2020 Jens Petersen - 0.3.6.2-7 +- refresh to cabal-rpm-2.0.6 + +* Tue Jan 28 2020 Fedora Release Engineering - 0.3.6.2-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Fri Aug 02 2019 Jens Petersen - 0.3.6.2-5 +- add doc and prof subpackages (cabal-rpm-1.0.0) + +* Thu Jul 25 2019 Fedora Release Engineering - 0.3.6.2-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Sun Feb 17 2019 Jens Petersen - 0.3.6.2-3 +- refresh to cabal-rpm-0.13 + +* Thu Jan 31 2019 Fedora Release Engineering - 0.3.6.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Sun Jul 22 2018 Jens Petersen - 0.3.6.2-1 +- update to 0.3.6.2 + +* Fri Jul 13 2018 Fedora Release Engineering - 0.3.5.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* 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 diff --git a/sources b/sources new file mode 100644 index 0000000..627de69 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (scientific-0.3.6.2.tar.gz) = 47a74524c8fb25d381adf868d823a6b6772f3f69b0b3cf9f9de015a03bc941857ef3fca1b4f8cbf23e998164e71a914e167221e753c6f32dc8644047d1ef57ee