diff --git a/.gitignore b/.gitignore index e69de29..d3c73c5 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/old-locale-1.0.0.7.tar.gz diff --git a/ghc-old-locale.spec b/ghc-old-locale.spec new file mode 100644 index 0000000..2f9467c --- /dev/null +++ b/ghc-old-locale.spec @@ -0,0 +1,155 @@ +# generated by cabal-rpm-2.0.6 +# https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/ + +%global pkg_name old-locale +%global pkgver %{pkg_name}-%{version} + +Name: ghc-%{pkg_name} +Version: 1.0.0.7 +Release: 17%{?dist} +Summary: Locale library + +License: BSD +Url: https://hackage.haskell.org/package/%{pkg_name} +# Begin cabal-rpm sources: +Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz +Source1: https://hackage.haskell.org/package/%{pkgver}/%{pkg_name}.cabal#/%{pkgver}.cabal +# End cabal-rpm sources + +# Begin cabal-rpm deps: +BuildRequires: ghc-Cabal-devel +BuildRequires: ghc-rpm-macros +BuildRequires: ghc-base-prof +# End cabal-rpm deps + +%description +This package provides the ability to adapt to locale conventions such as date +and time formats. + + +%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} +cp -bp %{SOURCE1} %{pkg_name}.cabal +# 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.md + + +%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 - 1.0.0.7-17 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Mon Jul 27 2020 Fedora Release Engineering - 1.0.0.7-16 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Fri Jul 17 2020 Jens Petersen - 1.0.0.7-15 +- refresh to cabal-rpm-2.0.6 + +* Tue Jan 28 2020 Fedora Release Engineering - 1.0.0.7-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Fri Aug 02 2019 Jens Petersen - 1.0.0.7-13 +- add doc and prof subpackages (cabal-rpm-1.0.0) + +* Thu Jul 25 2019 Fedora Release Engineering - 1.0.0.7-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Sun Feb 17 2019 Jens Petersen - 1.0.0.7-11 +- refresh to cabal-rpm-0.13 + +* Sat Feb 16 2019 Jens Petersen - 1.0.0.7-10 +- use revised .cabal file + +* Thu Jan 31 2019 Fedora Release Engineering - 1.0.0.7-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Fri Jul 13 2018 Fedora Release Engineering - 1.0.0.7-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Wed Feb 07 2018 Fedora Release Engineering - 1.0.0.7-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Fri Jan 26 2018 Jens Petersen - 1.0.0.7-6 +- rebuild + +* Wed Aug 02 2017 Fedora Release Engineering - 1.0.0.7-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + +* Wed Jul 26 2017 Fedora Release Engineering - 1.0.0.7-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Fri Feb 24 2017 Jens Petersen - 1.0.0.7-3 +- refresh to cabal-rpm-0.11.1 + +* Fri Feb 10 2017 Fedora Release Engineering - 1.0.0.7-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Thu Sep 17 2015 Fedora Haskell SIG - 1.0.0.7-1 +- spec file generated by cabal-rpm-0.9.7 diff --git a/old-locale-1.0.0.7.cabal b/old-locale-1.0.0.7.cabal new file mode 100644 index 0000000..be12c6f --- /dev/null +++ b/old-locale-1.0.0.7.cabal @@ -0,0 +1,36 @@ +name: old-locale +version: 1.0.0.7 +x-revision: 2 +-- NOTE: Don't forget to update ./changelog.md +license: BSD3 +license-file: LICENSE +maintainer: libraries@haskell.org +bug-reports: https://github.com/haskell/old-locale/issues +synopsis: locale library +category: System +build-type: Simple +Cabal-Version:>=1.10 +tested-with: GHC==7.8.3, GHC==7.8.2, GHC==7.8.1, GHC==7.6.3, GHC==7.6.2, GHC==7.6.1, GHC==7.4.2, GHC==7.4.1, GHC==7.2.2, GHC==7.2.1, GHC==7.0.4, GHC==7.0.3, GHC==7.0.2, GHC==7.0.1, GHC==6.12.3 +description: + This package provides the ability to adapt to + locale conventions such as date and time formats. + +extra-source-files: + changelog.md + +source-repository head + type: git + location: https://github.com/haskell/old-locale.git + +Library + default-language: Haskell98 + other-extensions: CPP + if impl(ghc>=7.2) + -- && base>=4.4.1 + other-extensions: Safe + + exposed-modules: + System.Locale + + build-depends: base >= 4.2 && < 5 + ghc-options: -Wall diff --git a/sources b/sources new file mode 100644 index 0000000..cfed6a7 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +507bd2d3ce2407403e2a2d1136c3d149 old-locale-1.0.0.7.tar.gz