From 7a413d3b2bcd826c10501a11004f7a3fca2ba9b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Thu, 15 Oct 2020 01:30:47 +0200 Subject: [PATCH] RHEL 9.0.0 Alpha bootstrap The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/ghc-utf8-string#3fb2c2d55572105c9c41f6f387821d2214f82eae --- .gitignore | 4 + ghc-utf8-string.spec | 262 ++++++++++++++++++++++++++++++++++++++ sources | 1 + utf8-string-1.0.1.1.cabal | 30 +++++ 4 files changed, 297 insertions(+) create mode 100644 ghc-utf8-string.spec create mode 100644 sources create mode 100644 utf8-string-1.0.1.1.cabal diff --git a/.gitignore b/.gitignore index e69de29..962668b 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1,4 @@ +utf8-string-0.3.6.tar.gz +/utf8-string-0.3.7.tar.gz +/utf8-string-0.3.8.tar.gz +/utf8-string-1.0.1.1.tar.gz diff --git a/ghc-utf8-string.spec b/ghc-utf8-string.spec new file mode 100644 index 0000000..dcdfd1e --- /dev/null +++ b/ghc-utf8-string.spec @@ -0,0 +1,262 @@ +# generated by cabal-rpm-2.0.6 +# https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/ + +%global pkg_name utf8-string +%global pkgver %{pkg_name}-%{version} + +Name: ghc-%{pkg_name} +Version: 1.0.1.1 +Release: 17%{?dist} +Summary: Support for reading and writing UTF8 Strings + +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 +BuildRequires: ghc-bytestring-prof +# End cabal-rpm deps + +%description +A UTF8 layer for Strings. The utf8-string package provides operations for +encoding UTF8 strings to Word8 lists and back, and for reading and writing UTF8 +without truncation. + + +%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.markdown + + +%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.1.1-17 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Mon Jul 27 2020 Fedora Release Engineering - 1.0.1.1-16 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Fri Jul 17 2020 Jens Petersen - 1.0.1.1-15 +- refresh to cabal-rpm-2.0.6 + +* Tue Jan 28 2020 Fedora Release Engineering - 1.0.1.1-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Fri Aug 02 2019 Jens Petersen - 1.0.1.1-13 +- add doc and prof subpackages (cabal-rpm-1.0.0) + +* Thu Jul 25 2019 Fedora Release Engineering - 1.0.1.1-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Sun Feb 17 2019 Jens Petersen - 1.0.1.1-11 +- refresh to cabal-rpm-0.13 + +* Sat Feb 16 2019 Jens Petersen - 1.0.1.1-10 +- use revised .cabal file + +* Thu Jan 31 2019 Fedora Release Engineering - 1.0.1.1-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Fri Jul 13 2018 Fedora Release Engineering - 1.0.1.1-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Wed Feb 07 2018 Fedora Release Engineering - 1.0.1.1-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Fri Jan 26 2018 Jens Petersen - 1.0.1.1-6 +- rebuild + +* Wed Aug 02 2017 Fedora Release Engineering - 1.0.1.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + +* Wed Jul 26 2017 Fedora Release Engineering - 1.0.1.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Fri Feb 24 2017 Jens Petersen - 1.0.1.1-3 +- refresh to cabal-rpm-0.11.1 + +* Fri Feb 10 2017 Fedora Release Engineering - 1.0.1.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Thu Jun 16 2016 Jens Petersen - 1.0.1.1-1 +- update to 1.0.1.1 + +* Wed Feb 03 2016 Fedora Release Engineering - 0.3.8-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Wed Jun 17 2015 Fedora Release Engineering - 0.3.8-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Fri Jan 23 2015 Jens Petersen - 0.3.8-1 +- update to 0.3.8 + +* Sat Aug 16 2014 Fedora Release Engineering - 0.3.7-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + +* Sat Jun 07 2014 Fedora Release Engineering - 0.3.7-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Sat Aug 03 2013 Fedora Release Engineering - 0.3.7-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Mon Jun 3 2013 Jens Petersen - 0.3.7-7 +- update to new simplified Haskell Packaging Guidelines + +* Wed Feb 13 2013 Fedora Release Engineering - 0.3.7-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Sat Nov 17 2012 Jens Petersen - 0.3.7-5 +- update with cabal-rpm +- unset bytestring-in-base flag + +* Thu Jul 19 2012 Fedora Release Engineering - 0.3.7-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Mon Jul 16 2012 Jens Petersen - 0.3.7-3 +- change prof BRs to devel + +* Fri Mar 23 2012 Jens Petersen - 0.3.7-2 +- add license to ghc_files + +* Fri Jan 6 2012 Jens Petersen - 0.3.7-1 +- update to 0.3.7 and cabal2spec-0.25.2 + +* Mon Oct 24 2011 Marcela Mašláňová - 0.3.6-11.3 +- rebuild with new gmp without compat lib + +* Fri Oct 21 2011 Marcela Mašláňová - 0.3.6-11.2 +- rebuild with new gmp without compat lib + +* Tue Oct 11 2011 Peter Schiffer - 0.3.6-11.1 +- rebuild with new gmp + +* Tue Jun 21 2011 Jens Petersen - 0.3.6-11 +- ghc_arches replaces ghc_excluded_archs + +* Mon Jun 20 2011 Jens Petersen - 0.3.6-10 +- BR ghc-Cabal-devel and use ghc_excluded_archs + +* Thu Mar 10 2011 Fabio M. Di Nitto - 0.3.6-9 +- Enable build on sparcv9 + +* Tue Feb 08 2011 Fedora Release Engineering - 0.3.6-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Sat Jan 15 2011 Jens Petersen - 0.3.6-7 +- update to cabal2spec-0.22.4 + +* Thu Nov 25 2010 Jens Petersen - 0.3.6-6 +- drop -o obsoletes +- build with hscolour + +* Sat Sep 4 2010 Jens Petersen - 0.3.6-5 +- update to latest macros, hscolour and drop doc pkg (cabal2spec-0.22.2) + +* Wed Jun 23 2010 Jens Petersen - 0.3.6-4 +- use ghc_strip_dynlinked (ghc-rpm-macros-0.6.0) + +* Tue Apr 27 2010 Jens Petersen - 0.3.6-3 +- ghc-6.12.2 doesn't provide utf8-string again +- condition ghc_lib_package + +* Mon Jan 11 2010 Jens Petersen - 0.3.6-2 +- update to ghc-rpm-macros-0.5.1 and cabal2spec-0.21.1: +- drop doc and prof bcond +- use common summary and common_description +- use ghc_lib_package + +* Wed Dec 23 2009 Jens Petersen - 0.3.6-1 +- update to 0.3.6 +- update packaging for ghc-6.12.1 +- added shared library support: needs ghc-rpm-macros 0.3.1 + +* Fri Jul 24 2009 Fedora Release Engineering - 0.3.5-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Fri Jun 12 2009 Zachary Oglesby - 0.3.5-2 +- Added patch from Jens Petersen for better descriptions + +* Fri Jun 12 2009 Zachary Oglesby - 0.3.5-1 +- Updated to version 0.3.5 + +* Fri Jun 5 2009 Zachary Oglesby - 0.3.4-2 +- Updated to new cabal2spec + +* Fri May 29 2009 Zachary Oglesby - 0.3.4-1 +- initial packaging for Fedora created by cabal2spec + diff --git a/sources b/sources new file mode 100644 index 0000000..3b743ab --- /dev/null +++ b/sources @@ -0,0 +1 @@ +fe24e26bd4b09731af66ef27b18b5177 utf8-string-1.0.1.1.tar.gz diff --git a/utf8-string-1.0.1.1.cabal b/utf8-string-1.0.1.1.cabal new file mode 100644 index 0000000..8dbad05 --- /dev/null +++ b/utf8-string-1.0.1.1.cabal @@ -0,0 +1,30 @@ +Name: utf8-string +Version: 1.0.1.1 +x-revision: 3 +Author: Eric Mertens +Maintainer: emertens@galois.com +License: BSD3 +License-file: LICENSE +Homepage: http://github.com/glguy/utf8-string/ +Synopsis: Support for reading and writing UTF8 Strings +Description: A UTF8 layer for Strings. The utf8-string + package provides operations for encoding UTF8 + strings to Word8 lists and back, and for reading and + writing UTF8 without truncation. +Category: Codec +Build-type: Simple +cabal-version: >= 1.2 +Extra-Source-Files: CHANGELOG.markdown +Tested-With: GHC==7.0.4, GHC==7.4.2, GHC==7.6.3, GHC==7.8.4, GHC==7.10.2 + +library + Ghc-options: -W -O2 + + build-depends: base >= 4.3 && < 5, bytestring >= 0.9 + + Extensions: CPP + Exposed-modules: Codec.Binary.UTF8.String + Codec.Binary.UTF8.Generic + Data.String.UTF8 + Data.ByteString.UTF8 + Data.ByteString.Lazy.UTF8