From 645e727dbc5eef8d601c63bd2814277574ce9183 Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla Date: Fri, 10 Nov 2017 19:48:06 +0000 Subject: [PATCH 01/24] Added the README --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..724bcdf --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# ghc-hspec-expectations + +The ghc-hspec-expectations package \ No newline at end of file From 2d91930c52820bb29b14a34909b91a0b9e8c88de Mon Sep 17 00:00:00 2001 From: David Shea Date: Fri, 10 Nov 2017 15:27:53 -0500 Subject: [PATCH 02/24] New package ghc-hspec-expectations --- .gitignore | 1 + README.md | 3 -- ghc-hspec-expectations.spec | 83 +++++++++++++++++++++++++++++++++++++ sources | 1 + 4 files changed, 85 insertions(+), 3 deletions(-) create mode 100644 .gitignore delete mode 100644 README.md create mode 100644 ghc-hspec-expectations.spec create mode 100644 sources diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ed7fbec --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/hspec-expectations-0.8.2.tar.gz diff --git a/README.md b/README.md deleted file mode 100644 index 724bcdf..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# ghc-hspec-expectations - -The ghc-hspec-expectations package \ No newline at end of file diff --git a/ghc-hspec-expectations.spec b/ghc-hspec-expectations.spec new file mode 100644 index 0000000..1f0c3c6 --- /dev/null +++ b/ghc-hspec-expectations.spec @@ -0,0 +1,83 @@ +# generated by cabal-rpm-0.11.1 +# https://fedoraproject.org/wiki/Packaging:Haskell + +%global pkg_name hspec-expectations +%global pkgver %{pkg_name}-%{version} + +%bcond_with tests + +Name: ghc-%{pkg_name} +Version: 0.8.2 +Release: 1%{?dist} +Summary: Catchy combinators for HUnit + +License: MIT +Url: https://hackage.haskell.org/package/%{pkg_name} +Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz + +BuildRequires: ghc-Cabal-devel +BuildRequires: ghc-rpm-macros +# Begin cabal-rpm deps: +BuildRequires: ghc-HUnit-devel +BuildRequires: ghc-call-stack-devel +%if %{with tests} +BuildRequires: ghc-nanospec-devel +%endif +# End cabal-rpm deps + +%description +Catchy combinators for HUnit. + +The three main primitives are shouldBe, shouldSatisfy and shouldThrow. They can +be used with HUnit, or any framework that integrates with HUnit, like +test-framework or Hspec. + + +%package devel +Summary: Haskell %{pkg_name} library development files +Provides: %{name}-static = %{version}-%{release} +Requires: ghc-compiler = %{ghc_version} +Requires(post): ghc-compiler = %{ghc_version} +Requires(postun): ghc-compiler = %{ghc_version} +Requires: %{name}%{?_isa} = %{version}-%{release} + +%description devel +This package provides the Haskell %{pkg_name} library development +files. + + +%prep +%setup -q -n %{pkgver} + + +%build +%ghc_lib_build + + +%install +%ghc_lib_install + + +%check +%cabal_test + + +%post devel +%ghc_pkg_recache + + +%postun devel +%ghc_pkg_recache + + +%files -f %{name}.files +%license LICENSE + + +%files devel -f %{name}-devel.files + + +%changelog +* Fri Nov 10 2017 David Shea - 0.8.2-2 +- spec file generated by cabal-rpm-0.11.1 +- Copy a better %%description out of the README diff --git a/sources b/sources new file mode 100644 index 0000000..1989d2a --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (hspec-expectations-0.8.2.tar.gz) = 482799adad2a70f891a61227bcf28e6712e65fa7dceba13da15a101a6814bc0d44aafaeda360a06dcdbcdbb96e5539f15135753eabd63efdd6bf56b8994a44c9 From f218af296f793b9aa50d9a3f87ca5263b8b07e3b Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 24 Jan 2018 14:11:21 +0100 Subject: [PATCH 03/24] refresh to cabal-rpm-0.12.1 --- ghc-hspec-expectations.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/ghc-hspec-expectations.spec b/ghc-hspec-expectations.spec index 1f0c3c6..3b37bcf 100644 --- a/ghc-hspec-expectations.spec +++ b/ghc-hspec-expectations.spec @@ -1,4 +1,4 @@ -# generated by cabal-rpm-0.11.1 +# generated by cabal-rpm-0.12.1 # https://fedoraproject.org/wiki/Packaging:Haskell %global pkg_name hspec-expectations @@ -36,9 +36,12 @@ test-framework or Hspec. %package devel Summary: Haskell %{pkg_name} library development files Provides: %{name}-static = %{version}-%{release} +Provides: %{name}-doc = %{version}-%{release} +%if %{defined ghc_version} Requires: ghc-compiler = %{ghc_version} Requires(post): ghc-compiler = %{ghc_version} Requires(postun): ghc-compiler = %{ghc_version} +%endif Requires: %{name}%{?_isa} = %{version}-%{release} %description devel @@ -62,6 +65,12 @@ files. %cabal_test +%post -p /sbin/ldconfig + + +%postun -p /sbin/ldconfig + + %post devel %ghc_pkg_recache From 72e88d3125f210495adf935d9acda087e9acb732 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 26 Jan 2018 11:39:16 +0100 Subject: [PATCH 04/24] bump release --- ghc-hspec-expectations.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-hspec-expectations.spec b/ghc-hspec-expectations.spec index 3b37bcf..b8c6c0a 100644 --- a/ghc-hspec-expectations.spec +++ b/ghc-hspec-expectations.spec @@ -8,7 +8,7 @@ Name: ghc-%{pkg_name} Version: 0.8.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Catchy combinators for HUnit License: MIT @@ -87,6 +87,9 @@ files. %changelog +* Fri Jan 26 2018 Jens Petersen - 0.8.2-2 +- rebuild + * Fri Nov 10 2017 David Shea - 0.8.2-2 - spec file generated by cabal-rpm-0.11.1 - Copy a better %%description out of the README From c84b75434de1722db9a7af0eeafa23da67fdcc73 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 4 Feb 2018 01:02:45 +0900 Subject: [PATCH 05/24] drop ldconfig scriptlets --- ghc-hspec-expectations.spec | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ghc-hspec-expectations.spec b/ghc-hspec-expectations.spec index b8c6c0a..7c5b50a 100644 --- a/ghc-hspec-expectations.spec +++ b/ghc-hspec-expectations.spec @@ -65,12 +65,6 @@ files. %cabal_test -%post -p /sbin/ldconfig - - -%postun -p /sbin/ldconfig - - %post devel %ghc_pkg_recache From 65f98b028d3d2acb1e8a9552556b3beeb7920ab2 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 7 Feb 2018 11:45:45 +0000 Subject: [PATCH 06/24] - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ghc-hspec-expectations.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-hspec-expectations.spec b/ghc-hspec-expectations.spec index 7c5b50a..4679eb6 100644 --- a/ghc-hspec-expectations.spec +++ b/ghc-hspec-expectations.spec @@ -8,7 +8,7 @@ Name: ghc-%{pkg_name} Version: 0.8.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Catchy combinators for HUnit License: MIT @@ -81,6 +81,9 @@ files. %changelog +* Wed Feb 07 2018 Fedora Release Engineering - 0.8.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Fri Jan 26 2018 Jens Petersen - 0.8.2-2 - rebuild From f36afbaf4fd2a49d41731cfa0d9057bbd00b7fe4 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 13 Jul 2018 01:52:55 +0000 Subject: [PATCH 07/24] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ghc-hspec-expectations.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-hspec-expectations.spec b/ghc-hspec-expectations.spec index 4679eb6..90d08f3 100644 --- a/ghc-hspec-expectations.spec +++ b/ghc-hspec-expectations.spec @@ -8,7 +8,7 @@ Name: ghc-%{pkg_name} Version: 0.8.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Catchy combinators for HUnit License: MIT @@ -81,6 +81,9 @@ files. %changelog +* Fri Jul 13 2018 Fedora Release Engineering - 0.8.2-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Wed Feb 07 2018 Fedora Release Engineering - 0.8.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild From 0ae58eb64e8e24ae7a10467c725f9d1fccfcd875 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 31 Jan 2019 21:38:55 +0000 Subject: [PATCH 08/24] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ghc-hspec-expectations.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-hspec-expectations.spec b/ghc-hspec-expectations.spec index 90d08f3..8ead44a 100644 --- a/ghc-hspec-expectations.spec +++ b/ghc-hspec-expectations.spec @@ -8,7 +8,7 @@ Name: ghc-%{pkg_name} Version: 0.8.2 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Catchy combinators for HUnit License: MIT @@ -81,6 +81,9 @@ files. %changelog +* Thu Jan 31 2019 Fedora Release Engineering - 0.8.2-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Fri Jul 13 2018 Fedora Release Engineering - 0.8.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild From 9b964f2f418ce1fd0e40208334f969e4e0cb6751 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 17 Feb 2019 22:45:11 +0800 Subject: [PATCH 09/24] refresh to cabal-rpm-0.13 --- ghc-hspec-expectations.spec | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/ghc-hspec-expectations.spec b/ghc-hspec-expectations.spec index 8ead44a..5580d50 100644 --- a/ghc-hspec-expectations.spec +++ b/ghc-hspec-expectations.spec @@ -1,4 +1,4 @@ -# generated by cabal-rpm-0.12.1 +# generated by cabal-rpm-0.13 # https://fedoraproject.org/wiki/Packaging:Haskell %global pkg_name hspec-expectations @@ -8,21 +8,21 @@ Name: ghc-%{pkg_name} Version: 0.8.2 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Catchy combinators for HUnit License: MIT 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 -# Begin cabal-rpm deps: BuildRequires: ghc-HUnit-devel BuildRequires: ghc-call-stack-devel -%if %{with tests} BuildRequires: ghc-nanospec-devel -%endif # End cabal-rpm deps %description @@ -50,15 +50,21 @@ files. %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 %check @@ -74,13 +80,18 @@ files. %files -f %{name}.files +# Begin cabal-rpm files: %license LICENSE +# End cabal-rpm files %files devel -f %{name}-devel.files %changelog +* Sun Feb 17 2019 Jens Petersen - 0.8.2-6 +- refresh to cabal-rpm-0.13 + * Thu Jan 31 2019 Fedora Release Engineering - 0.8.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild From b743ec8794752b55126ae02be8c15204bb6cbe5b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 25 Jul 2019 02:36:13 +0000 Subject: [PATCH 10/24] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ghc-hspec-expectations.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-hspec-expectations.spec b/ghc-hspec-expectations.spec index 5580d50..d1ff3bd 100644 --- a/ghc-hspec-expectations.spec +++ b/ghc-hspec-expectations.spec @@ -8,7 +8,7 @@ Name: ghc-%{pkg_name} Version: 0.8.2 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Catchy combinators for HUnit License: MIT @@ -89,6 +89,9 @@ files. %changelog +* Thu Jul 25 2019 Fedora Release Engineering - 0.8.2-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Sun Feb 17 2019 Jens Petersen - 0.8.2-6 - refresh to cabal-rpm-0.13 From 4b9615dcdf4d3b8f4e4f3e97812075c64622d7a2 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 25 Jul 2019 04:23:57 +0000 Subject: [PATCH 11/24] cabal-rpm-1.0.0: add doc and prof subpkgs --- ghc-hspec-expectations.spec | 53 ++++++++++++++++++++++++++++--------- 1 file changed, 40 insertions(+), 13 deletions(-) diff --git a/ghc-hspec-expectations.spec b/ghc-hspec-expectations.spec index d1ff3bd..d2a6b40 100644 --- a/ghc-hspec-expectations.spec +++ b/ghc-hspec-expectations.spec @@ -1,4 +1,4 @@ -# generated by cabal-rpm-0.13 +# generated by cabal-rpm-1.0.0 # https://fedoraproject.org/wiki/Packaging:Haskell %global pkg_name hspec-expectations @@ -8,7 +8,7 @@ Name: ghc-%{pkg_name} Version: 0.8.2 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Catchy combinators for HUnit License: MIT @@ -19,6 +19,12 @@ Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz # Begin cabal-rpm deps: BuildRequires: ghc-Cabal-devel +%if %{with haddock} +BuildRequires: ghc-doc +%endif +%if %{with ghc_prof} +BuildRequires: ghc-prof +%endif BuildRequires: ghc-rpm-macros BuildRequires: ghc-HUnit-devel BuildRequires: ghc-call-stack-devel @@ -36,11 +42,8 @@ test-framework or Hspec. %package devel Summary: Haskell %{pkg_name} library development files Provides: %{name}-static = %{version}-%{release} -Provides: %{name}-doc = %{version}-%{release} %if %{defined ghc_version} Requires: ghc-compiler = %{ghc_version} -Requires(post): ghc-compiler = %{ghc_version} -Requires(postun): ghc-compiler = %{ghc_version} %endif Requires: %{name}%{?_isa} = %{version}-%{release} @@ -49,6 +52,25 @@ This package provides the Haskell %{pkg_name} library development files. +%if %{with haddock} +%package doc +Summary: Haskell %{pkg_name} library documentation + +%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} + +%description prof +This package provides the Haskell %{pkg_name} profiling library. +%endif + + %prep # Begin cabal-rpm setup: %setup -q -n %{pkgver} @@ -71,14 +93,6 @@ files. %cabal_test -%post devel -%ghc_pkg_recache - - -%postun devel -%ghc_pkg_recache - - %files -f %{name}.files # Begin cabal-rpm files: %license LICENSE @@ -88,7 +102,20 @@ files. %files devel -f %{name}-devel.files +%if %{with haddock} +%files doc -f %{name}-doc.files +%endif + + +%if %{with ghc_prof} +%files prof -f %{name}-prof.files +%endif + + %changelog +* Fri Aug 02 2019 Jens Petersen - 0.8.2-8 +- add doc and prof subpackages (cabal-rpm-1.0.0) + * Thu Jul 25 2019 Fedora Release Engineering - 0.8.2-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild From 4fd9f100779e25efebab2d41300e2319c097ceb9 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 5 Aug 2019 18:29:52 +0800 Subject: [PATCH 12/24] BR prof for lib and static for executable --- ghc-hspec-expectations.spec | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/ghc-hspec-expectations.spec b/ghc-hspec-expectations.spec index d2a6b40..0404577 100644 --- a/ghc-hspec-expectations.spec +++ b/ghc-hspec-expectations.spec @@ -1,4 +1,4 @@ -# generated by cabal-rpm-1.0.0 +# generated by cabal-rpm-1.0.1 # https://fedoraproject.org/wiki/Packaging:Haskell %global pkg_name hspec-expectations @@ -19,16 +19,13 @@ Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz # Begin cabal-rpm deps: BuildRequires: ghc-Cabal-devel -%if %{with haddock} -BuildRequires: ghc-doc -%endif -%if %{with ghc_prof} -BuildRequires: ghc-prof -%endif BuildRequires: ghc-rpm-macros -BuildRequires: ghc-HUnit-devel -BuildRequires: ghc-call-stack-devel +BuildRequires: ghc-HUnit-prof +BuildRequires: ghc-base-prof +BuildRequires: ghc-call-stack-prof +%if %{with tests} BuildRequires: ghc-nanospec-devel +%endif # End cabal-rpm deps %description @@ -42,6 +39,7 @@ test-framework or Hspec. %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 From d962d9fe24f5f808b166785fe731d096948197f6 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 28 Jan 2020 20:52:53 +0000 Subject: [PATCH 13/24] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ghc-hspec-expectations.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-hspec-expectations.spec b/ghc-hspec-expectations.spec index 0404577..b0f659e 100644 --- a/ghc-hspec-expectations.spec +++ b/ghc-hspec-expectations.spec @@ -8,7 +8,7 @@ Name: ghc-%{pkg_name} Version: 0.8.2 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Catchy combinators for HUnit License: MIT @@ -111,6 +111,9 @@ This package provides the Haskell %{pkg_name} profiling library. %changelog +* Tue Jan 28 2020 Fedora Release Engineering - 0.8.2-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Fri Aug 02 2019 Jens Petersen - 0.8.2-8 - add doc and prof subpackages (cabal-rpm-1.0.0) From 0d098e54e175e7c299ed984526cba7761b1b7c6c Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 8 Feb 2020 22:50:35 +0800 Subject: [PATCH 14/24] refresh to cabal-rpm-2.0.2 --- ghc-hspec-expectations.spec | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/ghc-hspec-expectations.spec b/ghc-hspec-expectations.spec index b0f659e..b045d27 100644 --- a/ghc-hspec-expectations.spec +++ b/ghc-hspec-expectations.spec @@ -1,4 +1,4 @@ -# generated by cabal-rpm-1.0.1 +# generated by cabal-rpm-2.0.2 # https://fedoraproject.org/wiki/Packaging:Haskell %global pkg_name hspec-expectations @@ -53,6 +53,7 @@ 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. @@ -63,6 +64,7 @@ This package provides the Haskell %{pkg_name} library documentation. %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. @@ -91,6 +93,16 @@ This package provides the Haskell %{pkg_name} profiling library. %cabal_test +%if 0%{?fedora} < 31 || 0%{?rhel} < 8 +%post devel +%ghc_pkg_recache + + +%postun devel +%ghc_pkg_recache +%endif + + %files -f %{name}.files # Begin cabal-rpm files: %license LICENSE @@ -102,6 +114,7 @@ This package provides the Haskell %{pkg_name} profiling library. %if %{with haddock} %files doc -f %{name}-doc.files +%license LICENSE %endif From fe394b79e6aa29ced17ad7270ee0f1247c93bda9 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 4 Jun 2020 19:26:52 +0800 Subject: [PATCH 15/24] refresh to cabal-rpm-2.0.5 --- ghc-hspec-expectations.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc-hspec-expectations.spec b/ghc-hspec-expectations.spec index b045d27..ecb7c2c 100644 --- a/ghc-hspec-expectations.spec +++ b/ghc-hspec-expectations.spec @@ -1,5 +1,5 @@ -# generated by cabal-rpm-2.0.2 -# https://fedoraproject.org/wiki/Packaging:Haskell +# generated by cabal-rpm-2.0.5 +# https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/ %global pkg_name hspec-expectations %global pkgver %{pkg_name}-%{version} From 45378cc32c62484fba9dcc3da83bd4b840b765b7 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 19 Jun 2020 16:55:29 +0800 Subject: [PATCH 16/24] refresh to cabal-rpm-2.0.6 --- ghc-hspec-expectations.spec | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/ghc-hspec-expectations.spec b/ghc-hspec-expectations.spec index ecb7c2c..b25c33e 100644 --- a/ghc-hspec-expectations.spec +++ b/ghc-hspec-expectations.spec @@ -1,4 +1,4 @@ -# generated by cabal-rpm-2.0.5 +# generated by cabal-rpm-2.0.6 # https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/ %global pkg_name hspec-expectations @@ -93,16 +93,6 @@ This package provides the Haskell %{pkg_name} profiling library. %cabal_test -%if 0%{?fedora} < 31 || 0%{?rhel} < 8 -%post devel -%ghc_pkg_recache - - -%postun devel -%ghc_pkg_recache -%endif - - %files -f %{name}.files # Begin cabal-rpm files: %license LICENSE From 1fe5b1731e1e38e9c7307bf64457e63e51d427fb Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 17 Jul 2020 18:16:41 +0800 Subject: [PATCH 17/24] bump release --- ghc-hspec-expectations.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-hspec-expectations.spec b/ghc-hspec-expectations.spec index b25c33e..ea2e3bf 100644 --- a/ghc-hspec-expectations.spec +++ b/ghc-hspec-expectations.spec @@ -8,7 +8,7 @@ Name: ghc-%{pkg_name} Version: 0.8.2 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Catchy combinators for HUnit License: MIT @@ -114,6 +114,9 @@ This package provides the Haskell %{pkg_name} profiling library. %changelog +* Fri Jul 17 2020 Jens Petersen - 0.8.2-10 +- refresh to cabal-rpm-2.0.6 + * Tue Jan 28 2020 Fedora Release Engineering - 0.8.2-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild From 410be532db15b5846f3dd57930b115b4f57da2f9 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Mon, 27 Jul 2020 19:15:58 +0000 Subject: [PATCH 18/24] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ghc-hspec-expectations.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-hspec-expectations.spec b/ghc-hspec-expectations.spec index ea2e3bf..eec62a8 100644 --- a/ghc-hspec-expectations.spec +++ b/ghc-hspec-expectations.spec @@ -8,7 +8,7 @@ Name: ghc-%{pkg_name} Version: 0.8.2 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Catchy combinators for HUnit License: MIT @@ -114,6 +114,9 @@ This package provides the Haskell %{pkg_name} profiling library. %changelog +* Mon Jul 27 2020 Fedora Release Engineering - 0.8.2-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Fri Jul 17 2020 Jens Petersen - 0.8.2-10 - refresh to cabal-rpm-2.0.6 From c8a35f9144083c1b07604428f43ed8b959c1ce4b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 26 Jan 2021 07:19:39 +0000 Subject: [PATCH 19/24] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ghc-hspec-expectations.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-hspec-expectations.spec b/ghc-hspec-expectations.spec index eec62a8..f43224c 100644 --- a/ghc-hspec-expectations.spec +++ b/ghc-hspec-expectations.spec @@ -8,7 +8,7 @@ Name: ghc-%{pkg_name} Version: 0.8.2 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Catchy combinators for HUnit License: MIT @@ -114,6 +114,9 @@ This package provides the Haskell %{pkg_name} profiling library. %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 0.8.2-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Mon Jul 27 2020 Fedora Release Engineering - 0.8.2-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From 2820685a936d0645adbe2c00b965e46cac52ee48 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 22 Jul 2021 00:48:17 +0000 Subject: [PATCH 20/24] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ghc-hspec-expectations.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-hspec-expectations.spec b/ghc-hspec-expectations.spec index f43224c..e9985f2 100644 --- a/ghc-hspec-expectations.spec +++ b/ghc-hspec-expectations.spec @@ -8,7 +8,7 @@ Name: ghc-%{pkg_name} Version: 0.8.2 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Catchy combinators for HUnit License: MIT @@ -114,6 +114,9 @@ This package provides the Haskell %{pkg_name} profiling library. %changelog +* Thu Jul 22 2021 Fedora Release Engineering - 0.8.2-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Tue Jan 26 2021 Fedora Release Engineering - 0.8.2-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From 5fbc7f40f546262bbba23ae2b2fea05834b01a34 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 8 Jul 2021 00:30:11 +0800 Subject: [PATCH 21/24] refresh to cabal-rpm-2.0.9 --- ghc-hspec-expectations.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-hspec-expectations.spec b/ghc-hspec-expectations.spec index e9985f2..d933cc6 100644 --- a/ghc-hspec-expectations.spec +++ b/ghc-hspec-expectations.spec @@ -1,4 +1,4 @@ -# generated by cabal-rpm-2.0.6 +# generated by cabal-rpm-2.0.9 # https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/ %global pkg_name hspec-expectations @@ -54,6 +54,7 @@ files. %package doc Summary: Haskell %{pkg_name} library documentation BuildArch: noarch +Requires: ghc-filesystem %description doc This package provides the Haskell %{pkg_name} library documentation. @@ -90,7 +91,9 @@ This package provides the Haskell %{pkg_name} profiling library. %check +%if %{with tests} %cabal_test +%endif %files -f %{name}.files From 054d3132fb7c02232daf4a734305b81a5a97b495 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 6 Aug 2021 11:26:32 +0800 Subject: [PATCH 22/24] bump release --- ghc-hspec-expectations.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-hspec-expectations.spec b/ghc-hspec-expectations.spec index d933cc6..2ccce85 100644 --- a/ghc-hspec-expectations.spec +++ b/ghc-hspec-expectations.spec @@ -8,7 +8,7 @@ Name: ghc-%{pkg_name} Version: 0.8.2 -Release: 13%{?dist} +Release: 14%{?dist} Summary: Catchy combinators for HUnit License: MIT @@ -117,6 +117,9 @@ This package provides the Haskell %{pkg_name} profiling library. %changelog +* Fri Aug 06 2021 Jens Petersen - 0.8.2-14 +- rebuild + * Thu Jul 22 2021 Fedora Release Engineering - 0.8.2-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From 250f0b88a2dd4da19660a67fa4b8ad638b15007d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 20 Jan 2022 05:02:10 +0000 Subject: [PATCH 23/24] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ghc-hspec-expectations.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-hspec-expectations.spec b/ghc-hspec-expectations.spec index 2ccce85..8972714 100644 --- a/ghc-hspec-expectations.spec +++ b/ghc-hspec-expectations.spec @@ -8,7 +8,7 @@ Name: ghc-%{pkg_name} Version: 0.8.2 -Release: 14%{?dist} +Release: 15%{?dist} Summary: Catchy combinators for HUnit License: MIT @@ -117,6 +117,9 @@ This package provides the Haskell %{pkg_name} profiling library. %changelog +* Thu Jan 20 2022 Fedora Release Engineering - 0.8.2-15 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Fri Aug 06 2021 Jens Petersen - 0.8.2-14 - rebuild From dff3db0a7d633cc078953c854a7438d1a0c1a7d4 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Mon, 30 Oct 2023 21:44:03 +0300 Subject: [PATCH 24/24] Remove unnecessary files --- sources | 1 - 1 file changed, 1 deletion(-) delete mode 100644 sources diff --git a/sources b/sources deleted file mode 100644 index 1989d2a..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (hspec-expectations-0.8.2.tar.gz) = 482799adad2a70f891a61227bcf28e6712e65fa7dceba13da15a101a6814bc0d44aafaeda360a06dcdbcdbb96e5539f15135753eabd63efdd6bf56b8994a44c9