From 669060221c40c788e51417beea269f548df2816b Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Thu, 14 Apr 2022 12:31:47 -0700 Subject: [PATCH] ghc-scientific package is retired on c9s for CS-611 --- .gitignore | 9 -- dead.package | 1 + ghc-scientific.spec | 204 -------------------------------------------- sources | 1 - 4 files changed, 1 insertion(+), 214 deletions(-) delete mode 100644 .gitignore create mode 100644 dead.package delete mode 100644 ghc-scientific.spec delete mode 100644 sources diff --git a/.gitignore b/.gitignore deleted file mode 100644 index c9f52d3..0000000 --- a/.gitignore +++ /dev/null @@ -1,9 +0,0 @@ -/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/dead.package b/dead.package new file mode 100644 index 0000000..3c131f1 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +ghc-scientific package is retired on c9s for CS-611 diff --git a/ghc-scientific.spec b/ghc-scientific.spec deleted file mode 100644 index a211483..0000000 --- a/ghc-scientific.spec +++ /dev/null @@ -1,204 +0,0 @@ -# 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: 11%{?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 -* Thu Apr 15 2021 Mohan Boddu - 0.3.6.2-11 -- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 - -* Tue Jan 26 2021 Fedora Release Engineering - 0.3.6.2-10 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* 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 deleted file mode 100644 index 627de69..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (scientific-0.3.6.2.tar.gz) = 47a74524c8fb25d381adf868d823a6b6772f3f69b0b3cf9f9de015a03bc941857ef3fca1b4f8cbf23e998164e71a914e167221e753c6f32dc8644047d1ef57ee