From 516d35671a6226fceac917833daed3004a9a6f47 Mon Sep 17 00:00:00 2001 From: Alexey Lyubimov Date: Fri, 18 Aug 2023 21:00:49 +0300 Subject: [PATCH] import ghc-xml-1.3.14-22.el9 --- .ghc-xml.metadata | 1 + .gitignore | 1 + SOURCES/xml-1.3.14.cabal | 32 +++++ SPECS/ghc-xml.spec | 252 +++++++++++++++++++++++++++++++++++++++ 4 files changed, 286 insertions(+) create mode 100644 .ghc-xml.metadata create mode 100644 .gitignore create mode 100644 SOURCES/xml-1.3.14.cabal create mode 100644 SPECS/ghc-xml.spec diff --git a/.ghc-xml.metadata b/.ghc-xml.metadata new file mode 100644 index 0000000..aa21426 --- /dev/null +++ b/.ghc-xml.metadata @@ -0,0 +1 @@ +067bc290e6de1b7301539da28ef349c1d8ebe17b SOURCES/xml-1.3.14.tar.gz diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e0ecaec --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/xml-1.3.14.tar.gz diff --git a/SOURCES/xml-1.3.14.cabal b/SOURCES/xml-1.3.14.cabal new file mode 100644 index 0000000..aad11f7 --- /dev/null +++ b/SOURCES/xml-1.3.14.cabal @@ -0,0 +1,32 @@ +Name: xml +Version: 1.3.14 +x-revision: 2 +Homepage: https://github.com/GaloisInc/xml +Synopsis: A simple XML library. +Description: A simple XML library. +Category: Text, XML +License: BSD3 +License-File: LICENSE +Author: Galois Inc. +Maintainer: diatchki@galois.com +Copyright: (c) 2007-2008 Galois Inc. +Build-type: Simple +Cabal-version: >= 1.6 + + +library + Build-depends: base >= 3 && < 5, bytestring, text + Ghc-options: -Wall -O2 + Exposed-modules: Text.XML.Light, + Text.XML.Light.Types, + Text.XML.Light.Output, + Text.XML.Light.Input, + Text.XML.Light.Lexer, + Text.XML.Light.Proc + Text.XML.Light.Cursor + Extensions: FlexibleInstances + +source-repository head + type: git + location: git://github.com/GaloisInc/xml.git + diff --git a/SPECS/ghc-xml.spec b/SPECS/ghc-xml.spec new file mode 100644 index 0000000..e398c56 --- /dev/null +++ b/SPECS/ghc-xml.spec @@ -0,0 +1,252 @@ +# generated by cabal-rpm-2.0.9 +# https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/ + +%global pkg_name xml +%global pkgver %{pkg_name}-%{version} + +Name: ghc-%{pkg_name} +Version: 1.3.14 +Release: 22%{?dist} +Summary: A simple XML 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 +BuildRequires: ghc-bytestring-prof +BuildRequires: ghc-text-prof +# End cabal-rpm deps + +%description +A simple XML library. + + +%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 +Requires: ghc-filesystem + +%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 + + +%if %{with haddock} +%files doc -f %{name}-doc.files +%license LICENSE +%endif + + +%if %{with ghc_prof} +%files prof -f %{name}-prof.files +%endif + + +%changelog +* Fri Aug 18 2023 Alexey Lyubimov - 1.3.14-22 +- Rebuilt for MSVSphere 9.2 + +* Thu Jan 20 2022 Fedora Release Engineering - 1.3.14-22 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Fri Aug 06 2021 Jens Petersen - 1.3.14-21 +- rebuild + +* Thu Jul 22 2021 Fedora Release Engineering - 1.3.14-20 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Tue Jan 26 2021 Fedora Release Engineering - 1.3.14-19 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Sat Aug 01 2020 Fedora Release Engineering - 1.3.14-18 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Mon Jul 27 2020 Fedora Release Engineering - 1.3.14-17 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Fri Jul 17 2020 Jens Petersen - 1.3.14-16 +- refresh to cabal-rpm-2.0.6 + +* Tue Jan 28 2020 Fedora Release Engineering - 1.3.14-15 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Fri Aug 02 2019 Jens Petersen - 1.3.14-14 +- add doc and prof subpackages (cabal-rpm-1.0.0) + +* Thu Jul 25 2019 Fedora Release Engineering - 1.3.14-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Sun Feb 17 2019 Jens Petersen - 1.3.14-12 +- refresh to cabal-rpm-0.13 + +* Thu Jan 31 2019 Fedora Release Engineering - 1.3.14-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Sat Jul 28 2018 Jens Petersen - 1.3.14-10 +- rebuild + +* Fri Jul 13 2018 Fedora Release Engineering - 1.3.14-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Wed Feb 07 2018 Fedora Release Engineering - 1.3.14-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Fri Jan 26 2018 Jens Petersen - 1.3.14-7 +- rebuild + +* Wed Aug 02 2017 Fedora Release Engineering - 1.3.14-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + +* Wed Jul 26 2017 Fedora Release Engineering - 1.3.14-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Fri Feb 24 2017 Jens Petersen - 1.3.14-4 +- refresh to cabal-rpm-0.11.1 + +* Fri Feb 10 2017 Fedora Release Engineering - 1.3.14-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Wed Feb 03 2016 Fedora Release Engineering - 1.3.14-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Fri Aug 07 2015 Ben Boeckel - 1.3.14-1 +- update to 1.3.14 + +* Wed Jun 17 2015 Fedora Release Engineering - 1.3.13-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Tue Jan 27 2015 Jens Petersen - 1.3.13-5 +- cblrpm refresh + +* Sat Aug 16 2014 Fedora Release Engineering - 1.3.13-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + +* Sat Jun 07 2014 Fedora Release Engineering - 1.3.13-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Sat Aug 03 2013 Fedora Release Engineering - 1.3.13-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Mon Jun 03 2013 Jens Petersen - 1.3.13-1 +- update to 1.3.13 +- update to new simplified Haskell Packaging Guidelines + +* Wed Feb 13 2013 Fedora Release Engineering - 1.3.12-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Sat Nov 17 2012 Jens Petersen - 1.3.12-6 +- update with cabal-rpm + +* Thu Jul 19 2012 Fedora Release Engineering - 1.3.12-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Mon Jul 16 2012 Jens Petersen - 1.3.12-4 +- change prof BRs to devel + +* Fri Jun 15 2012 Jens Petersen - 1.3.12-3 +- rebuild + +* Fri Mar 23 2012 Jens Petersen - 1.3.12-2 +- add license to ghc_files + +* Tue Feb 7 2012 Jens Petersen - 1.3.12-1 +- update to 1.3.12 + +* Wed Jan 4 2012 Jens Petersen - 1.3.10-1 +- update to 1.3.10 and cabal2spec-0.25.2 +- new dependency on text library + +* Mon Oct 24 2011 Marcela Mašláňová - 1.3.9-1.3 +- rebuild with new gmp without compat lib + +* Fri Oct 21 2011 Marcela Mašláňová - 1.3.9-1.2 +- rebuild with new gmp without compat lib + +* Tue Oct 11 2011 Peter Schiffer - 1.3.9-1.1 +- rebuild with new gmp + +* Mon Jul 25 2011 Ben Boeckel - 1.3.9-1 +- Update to 1.3.9 + +* Sat Jul 09 2011 Ben Boeckel - 1.3.8-3 +- Update to cabal2spec-0.24 + +* Wed Jun 22 2011 Jens Petersen - 1.3.8-2 +- use ghc_arches (cabal2spec-0.23.2) + +* Sat May 28 2011 Jens Petersen - 1.3.8-1 +- update to 1.3.8 +- update to cabal2spec-0.23: add ppc64 + +* Thu Mar 10 2011 Fabio M. Di Nitto - 1.3.7-3 +- Enable build on sparcv9 + +* Tue Feb 08 2011 Fedora Release Engineering - 1.3.7-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Sun Sep 05 2010 Ben Boeckel - 1.3.7-1 +- Initial package + +* Sun Sep 5 2010 Fedora Haskell SIG - 1.3.7-0 +- initial packaging for Fedora automatically generated by cabal2spec-0.22.2