From 71683790c0ae5f8295830d19851f81710f5b1607 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Thu, 15 Oct 2020 01:23:43 +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-socks#70b50c089f4bcbef78c2029760cf8399d09bb481 --- .gitignore | 3 + ghc-socks.spec | 170 +++++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 174 insertions(+) create mode 100644 ghc-socks.spec create mode 100644 sources diff --git a/.gitignore b/.gitignore index e69de29..4a2142e 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1,3 @@ +/socks-0.5.5.tar.gz +/socks-0.5.6.tar.gz +/socks-0.6.1.tar.gz diff --git a/ghc-socks.spec b/ghc-socks.spec new file mode 100644 index 0000000..7a6d682 --- /dev/null +++ b/ghc-socks.spec @@ -0,0 +1,170 @@ +# generated by cabal-rpm-2.0.6 +# https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/ + +%global pkg_name socks +%global pkgver %{pkg_name}-%{version} + +Name: ghc-%{pkg_name} +Version: 0.6.1 +Release: 4%{?dist} +Summary: Socks proxy (ver 5) + +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-basement-prof +BuildRequires: ghc-bytestring-prof +BuildRequires: ghc-cereal-prof +BuildRequires: ghc-network-prof +# End cabal-rpm deps + +%description +Socks proxy (version 5) implementation. + + +%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 Example.hs README.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 - 0.6.1-4 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Mon Jul 27 2020 Fedora Release Engineering - 0.6.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Fri Jul 17 2020 Jens Petersen - 0.6.1-2 +- refresh to cabal-rpm-2.0.6 + +* Fri Feb 14 2020 Jens Petersen - 0.6.1-1 +- update to 0.6.1 + +* Tue Jan 28 2020 Fedora Release Engineering - 0.5.6-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Fri Aug 02 2019 Jens Petersen - 0.5.6-8 +- add doc and prof subpackages (cabal-rpm-1.0.0) + +* Thu Jul 25 2019 Fedora Release Engineering - 0.5.6-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Sun Feb 17 2019 Jens Petersen - 0.5.6-6 +- refresh to cabal-rpm-0.13 + +* Thu Jan 31 2019 Fedora Release Engineering - 0.5.6-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Sat Jul 28 2018 Jens Petersen - 0.5.6-4 +- rebuild + +* Fri Jul 13 2018 Fedora Release Engineering - 0.5.6-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Wed Feb 07 2018 Fedora Release Engineering - 0.5.6-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Wed Jan 24 2018 Jens Petersen - 0.5.6-1 +- update to 0.5.6 + +* Sat Jul 22 2017 Elliott Sales de Andrade 0.5.5-1 +- Update to latest version. +- Remove extra files from build. + +* Mon Jul 17 2017 Elliott Sales de Andrade 0.5.4-6 +- Re-add dist tag to release numbers. + +* Mon Jul 17 2017 Elliott Sales de Andrade 0.5.4-5 +- Bump for Fedora 26. + +* Thu Dec 15 2016 Elliott Sales de Andrade - 0.5.4-4 +- spec file generated by cabal-rpm-0.10.0 +- Update release to be newer than previous builds + +* Sun May 01 2016 Elliott Sales de Andrade - 0.5.4-3 +- Bump to rebuild against new dependencies + +* Fri Apr 29 2016 Elliott Sales de Andrade - 0.5.4-2 +- Bump release to rebuild against dependencies + +* Sun Aug 23 2015 Ben Boeckel - 0.5.4-1 +- initial package + +* Sun Aug 23 2015 Fedora Haskell SIG - 0.5.4-1 +- spec file generated by cabal-rpm-0.9.6 diff --git a/sources b/sources new file mode 100644 index 0000000..78c26a2 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (socks-0.6.1.tar.gz) = ff56c1b356491e36888f9c1b4187fbd0d00485692960a27ec2f03dbd3c3fb961869d99da1f7a301578ab07df30739d8a0d4ae3c7559c83d0e2493d5de158175b