From 27f067307cf68ad358e9d5203537983acd5f6040 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 18 Jul 2013 12:02:25 +0000 Subject: [PATCH 01/38] Initial setup of the repo --- .gitignore | 0 sources | 0 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 .gitignore create mode 100644 sources diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/sources b/sources new file mode 100644 index 0000000..e69de29 From 99f83b25f22876c4d68178e738feb0c68aae7d5d Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 19 Jul 2013 14:51:46 +0900 Subject: [PATCH 02/38] import (#984796) --- .gitignore | 1 + ghc-cookie.spec | 69 +++++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 71 insertions(+) create mode 100644 ghc-cookie.spec diff --git a/.gitignore b/.gitignore index e69de29..7ac4d94 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/cookie-0.4.0.1.tar.gz diff --git a/ghc-cookie.spec b/ghc-cookie.spec new file mode 100644 index 0000000..dc05e37 --- /dev/null +++ b/ghc-cookie.spec @@ -0,0 +1,69 @@ +# https://fedoraproject.org/wiki/Packaging:Haskell + +%global pkg_name cookie + +Name: ghc-%{pkg_name} +Version: 0.4.0.1 +Release: 1%{?dist} +Summary: HTTP cookie parsing and rendering + +License: BSD +URL: http://hackage.haskell.org/package/%{pkg_name} +Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz + +BuildRequires: ghc-Cabal-devel +BuildRequires: ghc-rpm-macros +# Begin cabal-rpm deps: +BuildRequires: ghc-blaze-builder-devel +BuildRequires: ghc-bytestring-devel +BuildRequires: ghc-data-default-devel +BuildRequires: ghc-old-locale-devel +BuildRequires: ghc-text-devel +BuildRequires: ghc-time-devel +# End cabal-rpm deps + +%description +HTTP cookie parsing and rendering. + + +%package devel +Summary: Haskell %{pkg_name} library development files +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 %{pkg_name}-%{version} + + +%build +%ghc_lib_build + + +%install +%ghc_lib_install + + +%post devel +%ghc_pkg_recache + + +%postun devel +%ghc_pkg_recache + + +%files -f %{name}.files +%doc LICENSE + + +%files devel -f %{name}-devel.files + + +%changelog +* Tue Jul 16 2013 Fedora Haskell SIG - 0.4.0.1-1 +- spec file generated by cabal-rpm-0.8.3 diff --git a/sources b/sources index e69de29..fdedf1b 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +7fb7757198da9e7f13248b848dbfc12c cookie-0.4.0.1.tar.gz From ed7d43eecf9383a7907350790f0c6f2405809843 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 3 Aug 2013 08:31:24 -0500 Subject: [PATCH 03/38] - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild --- ghc-cookie.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-cookie.spec b/ghc-cookie.spec index dc05e37..287d32a 100644 --- a/ghc-cookie.spec +++ b/ghc-cookie.spec @@ -4,7 +4,7 @@ Name: ghc-%{pkg_name} Version: 0.4.0.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: HTTP cookie parsing and rendering License: BSD @@ -65,5 +65,8 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Sat Aug 03 2013 Fedora Release Engineering - 0.4.0.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + * Tue Jul 16 2013 Fedora Haskell SIG - 0.4.0.1-1 - spec file generated by cabal-rpm-0.8.3 From 9f9a82bcb4e9f544f10fada9c7b8a696a5b6dfdc Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 7 Jun 2014 09:39:54 -0500 Subject: [PATCH 04/38] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild --- ghc-cookie.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-cookie.spec b/ghc-cookie.spec index 287d32a..cd4e558 100644 --- a/ghc-cookie.spec +++ b/ghc-cookie.spec @@ -4,7 +4,7 @@ Name: ghc-%{pkg_name} Version: 0.4.0.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: HTTP cookie parsing and rendering License: BSD @@ -65,6 +65,9 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Sat Jun 07 2014 Fedora Release Engineering - 0.4.0.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + * Sat Aug 03 2013 Fedora Release Engineering - 0.4.0.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild From c37e678d921287d2f6cc8651902ab5853a8748e0 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Sat, 16 Aug 2014 14:53:31 +0000 Subject: [PATCH 05/38] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild --- ghc-cookie.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-cookie.spec b/ghc-cookie.spec index cd4e558..6216aed 100644 --- a/ghc-cookie.spec +++ b/ghc-cookie.spec @@ -4,7 +4,7 @@ Name: ghc-%{pkg_name} Version: 0.4.0.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: HTTP cookie parsing and rendering License: BSD @@ -65,6 +65,9 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Sat Aug 16 2014 Fedora Release Engineering - 0.4.0.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + * Sat Jun 07 2014 Fedora Release Engineering - 0.4.0.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild From 15dad9a43f4e8eeb4c9f8bfb1007e318949b3ef8 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 29 Oct 2014 00:30:33 +0900 Subject: [PATCH 06/38] update to 0.4.1.4 --- .gitignore | 1 + ghc-cookie.spec | 28 ++++++++++++++++++++++++++-- sources | 2 +- 3 files changed, 28 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7ac4d94..988102a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /cookie-0.4.0.1.tar.gz +/cookie-0.4.1.4.tar.gz diff --git a/ghc-cookie.spec b/ghc-cookie.spec index 6216aed..8f1df3d 100644 --- a/ghc-cookie.spec +++ b/ghc-cookie.spec @@ -2,9 +2,14 @@ %global pkg_name cookie +%bcond_with tests + +# no useful debuginfo for Haskell packages without C sources +%global debug_package %{nil} + Name: ghc-%{pkg_name} -Version: 0.4.0.1 -Release: 4%{?dist} +Version: 0.4.1.4 +Release: 1%{?dist} Summary: HTTP cookie parsing and rendering License: BSD @@ -17,9 +22,17 @@ BuildRequires: ghc-rpm-macros BuildRequires: ghc-blaze-builder-devel BuildRequires: ghc-bytestring-devel BuildRequires: ghc-data-default-devel +BuildRequires: ghc-deepseq-devel BuildRequires: ghc-old-locale-devel BuildRequires: ghc-text-devel BuildRequires: ghc-time-devel +%if %{with tests} +BuildRequires: ghc-HUnit-devel +BuildRequires: ghc-QuickCheck-devel +BuildRequires: ghc-tasty-devel +BuildRequires: ghc-tasty-hunit-devel +BuildRequires: ghc-tasty-quickcheck-devel +%endif # End cabal-rpm deps %description @@ -28,6 +41,7 @@ HTTP cookie parsing and rendering. %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} @@ -49,6 +63,12 @@ This package provides the Haskell %{pkg_name} library development files. %ghc_lib_install +%check +%if %{with tests} +%cabal test +%endif + + %post devel %ghc_pkg_recache @@ -65,6 +85,10 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Tue Oct 28 2014 Jens Petersen - 0.4.1.4-1 +- update to 0.4.1.4 +- refresh to cblrpm-0.8.11 + * Sat Aug 16 2014 Fedora Release Engineering - 0.4.0.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild diff --git a/sources b/sources index fdedf1b..0847bdf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7fb7757198da9e7f13248b848dbfc12c cookie-0.4.0.1.tar.gz +488c3a187fb1e3c4d60557c45d97cbf2 cookie-0.4.1.4.tar.gz From d4bb3e06678b3270fab69af7805555684038cb92 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 17 Jun 2015 07:36:46 +0000 Subject: [PATCH 07/38] - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild --- ghc-cookie.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-cookie.spec b/ghc-cookie.spec index 8f1df3d..5b15e46 100644 --- a/ghc-cookie.spec +++ b/ghc-cookie.spec @@ -9,7 +9,7 @@ Name: ghc-%{pkg_name} Version: 0.4.1.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: HTTP cookie parsing and rendering License: BSD @@ -85,6 +85,9 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Wed Jun 17 2015 Fedora Release Engineering - 0.4.1.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + * Tue Oct 28 2014 Jens Petersen - 0.4.1.4-1 - update to 0.4.1.4 - refresh to cblrpm-0.8.11 From 29e88dc3d73a040d4c2f54f290b4a27e05904aef Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 3 Feb 2016 21:28:59 +0000 Subject: [PATCH 08/38] - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild --- ghc-cookie.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-cookie.spec b/ghc-cookie.spec index 5b15e46..f001d2a 100644 --- a/ghc-cookie.spec +++ b/ghc-cookie.spec @@ -9,7 +9,7 @@ Name: ghc-%{pkg_name} Version: 0.4.1.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: HTTP cookie parsing and rendering License: BSD @@ -85,6 +85,9 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Wed Feb 03 2016 Fedora Release Engineering - 0.4.1.4-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + * Wed Jun 17 2015 Fedora Release Engineering - 0.4.1.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild From 9b2d8af3a3c471fdc762da87d0a76604c3d0d236 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 23 Jun 2016 12:49:17 +0900 Subject: [PATCH 09/38] update to 0.4.2 --- .gitignore | 1 + ghc-cookie.spec | 24 ++++++++++++++---------- sources | 2 +- 3 files changed, 16 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index 988102a..9e9e535 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /cookie-0.4.0.1.tar.gz /cookie-0.4.1.4.tar.gz +/cookie-0.4.2.tar.gz diff --git a/ghc-cookie.spec b/ghc-cookie.spec index f001d2a..305e07a 100644 --- a/ghc-cookie.spec +++ b/ghc-cookie.spec @@ -4,24 +4,21 @@ %bcond_with tests -# no useful debuginfo for Haskell packages without C sources -%global debug_package %{nil} - Name: ghc-%{pkg_name} -Version: 0.4.1.4 -Release: 3%{?dist} +Version: 0.4.2 +Release: 1%{?dist} Summary: HTTP cookie parsing and rendering License: BSD -URL: http://hackage.haskell.org/package/%{pkg_name} -Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz +Url: https://hackage.haskell.org/package/%{pkg_name} +Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz BuildRequires: ghc-Cabal-devel BuildRequires: ghc-rpm-macros # Begin cabal-rpm deps: BuildRequires: ghc-blaze-builder-devel BuildRequires: ghc-bytestring-devel -BuildRequires: ghc-data-default-devel +BuildRequires: ghc-data-default-class-devel BuildRequires: ghc-deepseq-devel BuildRequires: ghc-old-locale-devel BuildRequires: ghc-text-devel @@ -36,7 +33,8 @@ BuildRequires: ghc-tasty-quickcheck-devel # End cabal-rpm deps %description -HTTP cookie parsing and rendering. +Hackage documentation generation is not reliable. For up to date documentation, +please see: . %package devel @@ -62,6 +60,8 @@ This package provides the Haskell %{pkg_name} library development files. %install %ghc_lib_install +rm %{buildroot}%{ghc_pkgdocdir}/LICENSE + %check %if %{with tests} @@ -78,13 +78,17 @@ This package provides the Haskell %{pkg_name} library development files. %files -f %{name}.files -%doc LICENSE +%license LICENSE %files devel -f %{name}-devel.files +%doc README.md %changelog +* Thu Jun 23 2016 Jens Petersen - 0.4.2-1 +- update to 0.4.2 + * Wed Feb 03 2016 Fedora Release Engineering - 0.4.1.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 0847bdf..f836603 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -488c3a187fb1e3c4d60557c45d97cbf2 cookie-0.4.1.4.tar.gz +69619df7cb86142ff1fd26e2d1eef3a1 cookie-0.4.2.tar.gz From 433368aec48ac137b3ba8ed845e5e26fc05c7291 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 27 Sep 2016 19:15:30 +0900 Subject: [PATCH 10/38] no longer remove license; use cabal_test --- ghc-cookie.spec | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/ghc-cookie.spec b/ghc-cookie.spec index 305e07a..d24bfc8 100644 --- a/ghc-cookie.spec +++ b/ghc-cookie.spec @@ -60,13 +60,9 @@ This package provides the Haskell %{pkg_name} library development files. %install %ghc_lib_install -rm %{buildroot}%{ghc_pkgdocdir}/LICENSE - %check -%if %{with tests} -%cabal test -%endif +%cabal_test %post devel From 878f33c9c1f7a2c08bcc7c115e7a828c851b0dd3 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 10 Feb 2017 10:36:21 +0000 Subject: [PATCH 11/38] - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild --- ghc-cookie.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-cookie.spec b/ghc-cookie.spec index d24bfc8..53cea87 100644 --- a/ghc-cookie.spec +++ b/ghc-cookie.spec @@ -6,7 +6,7 @@ Name: ghc-%{pkg_name} Version: 0.4.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: HTTP cookie parsing and rendering License: BSD @@ -82,6 +82,9 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Fri Feb 10 2017 Fedora Release Engineering - 0.4.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + * Thu Jun 23 2016 Jens Petersen - 0.4.2-1 - update to 0.4.2 From a2e59aaaed1c84c5e30ffafc7e0dabae85b5a357 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 23 Feb 2017 10:35:48 +0900 Subject: [PATCH 12/38] update to 0.4.2.1 --- .gitignore | 1 + ghc-cookie.spec | 17 +++++++++++------ sources | 2 +- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 9e9e535..dc55891 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /cookie-0.4.0.1.tar.gz /cookie-0.4.1.4.tar.gz /cookie-0.4.2.tar.gz +/cookie-0.4.2.1.tar.gz diff --git a/ghc-cookie.spec b/ghc-cookie.spec index 53cea87..db436cb 100644 --- a/ghc-cookie.spec +++ b/ghc-cookie.spec @@ -1,17 +1,19 @@ +# generated by cabal-rpm-0.11.1 # https://fedoraproject.org/wiki/Packaging:Haskell %global pkg_name cookie +%global pkgver %{pkg_name}-%{version} %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.4.2 -Release: 2%{?dist} +Version: 0.4.2.1 +Release: 1%{?dist} Summary: HTTP cookie parsing and rendering -License: BSD +License: MIT Url: https://hackage.haskell.org/package/%{pkg_name} -Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz +Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz BuildRequires: ghc-Cabal-devel BuildRequires: ghc-rpm-macros @@ -50,7 +52,7 @@ This package provides the Haskell %{pkg_name} library development files. %prep -%setup -q -n %{pkg_name}-%{version} +%setup -q -n %{pkgver} %build @@ -78,10 +80,13 @@ This package provides the Haskell %{pkg_name} library development files. %files devel -f %{name}-devel.files -%doc README.md +%doc ChangeLog.md README.md %changelog +* Thu Feb 23 2017 Jens Petersen - 0.4.2-1 +- update to 0.4.2.1 + * Fri Feb 10 2017 Fedora Release Engineering - 0.4.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild diff --git a/sources b/sources index f836603..243daa3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -69619df7cb86142ff1fd26e2d1eef3a1 cookie-0.4.2.tar.gz +SHA512 (cookie-0.4.2.1.tar.gz) = 32d712b121e2cf9a9bf913d546769fa8fd8dbd6c77b7bd15fb334b8fda22e498e793ceaef6dc142f2f69813f91d555261cd624d5af6b90f5cd8072967a2eddc2 From 3edd252f523417c29c7a3b644e5bc1dee7d29f50 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 26 Jul 2017 09:38:33 +0000 Subject: [PATCH 13/38] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild --- ghc-cookie.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-cookie.spec b/ghc-cookie.spec index db436cb..98a96fe 100644 --- a/ghc-cookie.spec +++ b/ghc-cookie.spec @@ -8,7 +8,7 @@ Name: ghc-%{pkg_name} Version: 0.4.2.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: HTTP cookie parsing and rendering License: MIT @@ -84,6 +84,9 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Wed Jul 26 2017 Fedora Release Engineering - 0.4.2.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + * Thu Feb 23 2017 Jens Petersen - 0.4.2-1 - update to 0.4.2.1 From cb6adc3083c200d1616ef084972eccc22bfdce4e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 2 Aug 2017 21:16:33 +0000 Subject: [PATCH 14/38] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild --- ghc-cookie.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-cookie.spec b/ghc-cookie.spec index 98a96fe..31b7cd2 100644 --- a/ghc-cookie.spec +++ b/ghc-cookie.spec @@ -8,7 +8,7 @@ Name: ghc-%{pkg_name} Version: 0.4.2.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: HTTP cookie parsing and rendering License: MIT @@ -84,6 +84,9 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Wed Aug 02 2017 Fedora Release Engineering - 0.4.2.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + * Wed Jul 26 2017 Fedora Release Engineering - 0.4.2.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild From 528ed518e0c4ba4834aab00e660b78a9f6413ee9 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 24 Jan 2018 14:10:51 +0100 Subject: [PATCH 15/38] refresh to cabal-rpm-0.12.1 --- ghc-cookie.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/ghc-cookie.spec b/ghc-cookie.spec index 31b7cd2..76688db 100644 --- a/ghc-cookie.spec +++ b/ghc-cookie.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 cookie @@ -42,9 +42,12 @@ please see: . %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 @@ -67,6 +70,12 @@ This package provides the Haskell %{pkg_name} library development files. %cabal_test +%post -p /sbin/ldconfig + + +%postun -p /sbin/ldconfig + + %post devel %ghc_pkg_recache From 573ac11fc0bd8eed8c588bd97edda87744ed8f6f Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 24 Jan 2018 15:25:54 +0100 Subject: [PATCH 16/38] update to 0.4.3 --- .gitignore | 1 + ghc-cookie.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index dc55891..599a167 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /cookie-0.4.1.4.tar.gz /cookie-0.4.2.tar.gz /cookie-0.4.2.1.tar.gz +/cookie-0.4.3.tar.gz diff --git a/ghc-cookie.spec b/ghc-cookie.spec index 76688db..94850f6 100644 --- a/ghc-cookie.spec +++ b/ghc-cookie.spec @@ -7,8 +7,8 @@ %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.4.2.1 -Release: 3%{?dist} +Version: 0.4.3 +Release: 1%{?dist} Summary: HTTP cookie parsing and rendering License: MIT @@ -93,6 +93,9 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Wed Jan 24 2018 Jens Petersen - 0.4.3-1 +- update to 0.4.3 + * Wed Aug 02 2017 Fedora Release Engineering - 0.4.2.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild diff --git a/sources b/sources index 243daa3..f77cd3c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (cookie-0.4.2.1.tar.gz) = 32d712b121e2cf9a9bf913d546769fa8fd8dbd6c77b7bd15fb334b8fda22e498e793ceaef6dc142f2f69813f91d555261cd624d5af6b90f5cd8072967a2eddc2 +SHA512 (cookie-0.4.3.tar.gz) = b04380e62d3a0a2e41aca77c0a2aac14bc03420cda59717d408028d97777bd6393a8ca55c27636215888837c1ca969b2cb00bf172aa23b611d4312f7f444b567 From 19ea665c4cd3d68a71cfdb03768baa10e789d834 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 4 Feb 2018 01:02:14 +0900 Subject: [PATCH 17/38] drop ldconfig scriptlets --- ghc-cookie.spec | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ghc-cookie.spec b/ghc-cookie.spec index 94850f6..3cc37a4 100644 --- a/ghc-cookie.spec +++ b/ghc-cookie.spec @@ -70,12 +70,6 @@ This package provides the Haskell %{pkg_name} library development files. %cabal_test -%post -p /sbin/ldconfig - - -%postun -p /sbin/ldconfig - - %post devel %ghc_pkg_recache From 2af6f83d7cd49f59a3f88d83e6ef608cc14e36c2 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 7 Feb 2018 11:28:31 +0000 Subject: [PATCH 18/38] - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ghc-cookie.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-cookie.spec b/ghc-cookie.spec index 3cc37a4..db499b6 100644 --- a/ghc-cookie.spec +++ b/ghc-cookie.spec @@ -8,7 +8,7 @@ Name: ghc-%{pkg_name} Version: 0.4.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: HTTP cookie parsing and rendering License: MIT @@ -87,6 +87,9 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Wed Feb 07 2018 Fedora Release Engineering - 0.4.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Wed Jan 24 2018 Jens Petersen - 0.4.3-1 - update to 0.4.3 From 2eada82a5662f2ba502443d6d6d52ce7a7a3c7d6 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 13 Jul 2018 01:40:28 +0000 Subject: [PATCH 19/38] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ghc-cookie.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-cookie.spec b/ghc-cookie.spec index db499b6..2303163 100644 --- a/ghc-cookie.spec +++ b/ghc-cookie.spec @@ -8,7 +8,7 @@ Name: ghc-%{pkg_name} Version: 0.4.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: HTTP cookie parsing and rendering License: MIT @@ -87,6 +87,9 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Fri Jul 13 2018 Fedora Release Engineering - 0.4.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Wed Feb 07 2018 Fedora Release Engineering - 0.4.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild From fc28a9fa94b562e563bcf4dce69999a9c7493839 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 22 Jul 2018 22:56:53 +0900 Subject: [PATCH 20/38] update to 0.4.4 --- .gitignore | 1 + ghc-cookie.spec | 11 ++++++----- sources | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 599a167..2dddae8 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /cookie-0.4.2.tar.gz /cookie-0.4.2.1.tar.gz /cookie-0.4.3.tar.gz +/cookie-0.4.4.tar.gz diff --git a/ghc-cookie.spec b/ghc-cookie.spec index 2303163..589eb50 100644 --- a/ghc-cookie.spec +++ b/ghc-cookie.spec @@ -1,4 +1,4 @@ -# generated by cabal-rpm-0.12.1 +# generated by cabal-rpm-0.12.5 # https://fedoraproject.org/wiki/Packaging:Haskell %global pkg_name cookie @@ -7,8 +7,8 @@ %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.4.3 -Release: 3%{?dist} +Version: 0.4.4 +Release: 1%{?dist} Summary: HTTP cookie parsing and rendering License: MIT @@ -18,11 +18,9 @@ Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz BuildRequires: ghc-Cabal-devel BuildRequires: ghc-rpm-macros # Begin cabal-rpm deps: -BuildRequires: ghc-blaze-builder-devel BuildRequires: ghc-bytestring-devel BuildRequires: ghc-data-default-class-devel BuildRequires: ghc-deepseq-devel -BuildRequires: ghc-old-locale-devel BuildRequires: ghc-text-devel BuildRequires: ghc-time-devel %if %{with tests} @@ -87,6 +85,9 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Sun Jul 22 2018 Jens Petersen - 0.4.4-1 +- update to 0.4.4 + * Fri Jul 13 2018 Fedora Release Engineering - 0.4.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild diff --git a/sources b/sources index f77cd3c..d0cd2f2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (cookie-0.4.3.tar.gz) = b04380e62d3a0a2e41aca77c0a2aac14bc03420cda59717d408028d97777bd6393a8ca55c27636215888837c1ca969b2cb00bf172aa23b611d4312f7f444b567 +SHA512 (cookie-0.4.4.tar.gz) = 3e17c7c3190602154a196c13b9e65eb139adfe5258441e48ebe5bd9e880af66a7c206f0eca441eeb9ab1700fa49c639adb9414d93f36147c11a1fe3f9fb4a775 From 1d0a5204fecf0ff57329723e22004a84a4a73da5 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 31 Jan 2019 21:20:31 +0000 Subject: [PATCH 21/38] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ghc-cookie.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-cookie.spec b/ghc-cookie.spec index 589eb50..0096603 100644 --- a/ghc-cookie.spec +++ b/ghc-cookie.spec @@ -8,7 +8,7 @@ Name: ghc-%{pkg_name} Version: 0.4.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: HTTP cookie parsing and rendering License: MIT @@ -85,6 +85,9 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Thu Jan 31 2019 Fedora Release Engineering - 0.4.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Sun Jul 22 2018 Jens Petersen - 0.4.4-1 - update to 0.4.4 From 6d3362f1a9396197fda4614a0e6a15bffff1e948 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 17 Feb 2019 22:44:05 +0800 Subject: [PATCH 22/38] refresh to cabal-rpm-0.13 --- ghc-cookie.spec | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/ghc-cookie.spec b/ghc-cookie.spec index 0096603..43e96d0 100644 --- a/ghc-cookie.spec +++ b/ghc-cookie.spec @@ -1,4 +1,4 @@ -# generated by cabal-rpm-0.12.5 +# generated by cabal-rpm-0.13 # https://fedoraproject.org/wiki/Packaging:Haskell %global pkg_name cookie @@ -8,16 +8,18 @@ Name: ghc-%{pkg_name} Version: 0.4.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: HTTP cookie parsing and rendering 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-bytestring-devel BuildRequires: ghc-data-default-class-devel BuildRequires: ghc-deepseq-devel @@ -53,15 +55,21 @@ This package provides the Haskell %{pkg_name} library development 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 @@ -77,7 +85,9 @@ This package provides the Haskell %{pkg_name} library development files. %files -f %{name}.files +# Begin cabal-rpm files: %license LICENSE +# End cabal-rpm files %files devel -f %{name}-devel.files @@ -85,6 +95,9 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Sun Feb 17 2019 Jens Petersen - 0.4.4-3 +- refresh to cabal-rpm-0.13 + * Thu Jan 31 2019 Fedora Release Engineering - 0.4.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild From ba567665de4b24755383f8798118b69a03a79770 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 25 Jul 2019 02:16:40 +0000 Subject: [PATCH 23/38] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ghc-cookie.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-cookie.spec b/ghc-cookie.spec index 43e96d0..31008e0 100644 --- a/ghc-cookie.spec +++ b/ghc-cookie.spec @@ -8,7 +8,7 @@ Name: ghc-%{pkg_name} Version: 0.4.4 -Release: 3%{?dist} +Release: 4%{?dist} Summary: HTTP cookie parsing and rendering License: MIT @@ -95,6 +95,9 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Thu Jul 25 2019 Fedora Release Engineering - 0.4.4-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Sun Feb 17 2019 Jens Petersen - 0.4.4-3 - refresh to cabal-rpm-0.13 From f5a1f0625daee5d8af6411290557810ab29b7324 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 25 Jul 2019 04:22:21 +0000 Subject: [PATCH 24/38] cabal-rpm-1.0.0: add doc and prof subpkgs --- ghc-cookie.spec | 53 +++++++++++++++++++++++++++++++++++++------------ 1 file changed, 40 insertions(+), 13 deletions(-) diff --git a/ghc-cookie.spec b/ghc-cookie.spec index 31008e0..d7419e5 100644 --- a/ghc-cookie.spec +++ b/ghc-cookie.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 cookie @@ -8,7 +8,7 @@ Name: ghc-%{pkg_name} Version: 0.4.4 -Release: 4%{?dist} +Release: 5%{?dist} Summary: HTTP cookie parsing and rendering 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-bytestring-devel BuildRequires: ghc-data-default-class-devel @@ -42,11 +48,8 @@ please see: . %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} @@ -54,6 +57,25 @@ Requires: %{name}%{?_isa} = %{version}-%{release} 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} @@ -76,14 +98,6 @@ This package provides the Haskell %{pkg_name} library development files. %cabal_test -%post devel -%ghc_pkg_recache - - -%postun devel -%ghc_pkg_recache - - %files -f %{name}.files # Begin cabal-rpm files: %license LICENSE @@ -94,7 +108,20 @@ This package provides the Haskell %{pkg_name} library development files. %doc ChangeLog.md README.md +%if %{with haddock} +%files doc -f %{name}-doc.files +%endif + + +%if %{with ghc_prof} +%files prof -f %{name}-prof.files +%endif + + %changelog +* Thu Aug 01 2019 Jens Petersen - 0.4.4-5 +- add doc and prof subpackages (cabal-rpm-1.0.0) + * Thu Jul 25 2019 Fedora Release Engineering - 0.4.4-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild From a092e06bd245b6dd23545a84487c36ad6be85e30 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 5 Aug 2019 18:28:18 +0800 Subject: [PATCH 25/38] BR prof for lib and static for executable --- ghc-cookie.spec | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/ghc-cookie.spec b/ghc-cookie.spec index d7419e5..c1c86fe 100644 --- a/ghc-cookie.spec +++ b/ghc-cookie.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 cookie @@ -19,18 +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-bytestring-devel -BuildRequires: ghc-data-default-class-devel -BuildRequires: ghc-deepseq-devel -BuildRequires: ghc-text-devel -BuildRequires: ghc-time-devel +BuildRequires: ghc-base-prof +BuildRequires: ghc-bytestring-prof +BuildRequires: ghc-data-default-class-prof +BuildRequires: ghc-deepseq-prof +BuildRequires: ghc-text-prof +BuildRequires: ghc-time-prof %if %{with tests} BuildRequires: ghc-HUnit-devel BuildRequires: ghc-QuickCheck-devel @@ -48,6 +43,7 @@ please see: . %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 1ca8373b9768340181ce2f6bbf5691cd7c1aca86 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 28 Jan 2020 20:28:55 +0000 Subject: [PATCH 26/38] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ghc-cookie.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-cookie.spec b/ghc-cookie.spec index c1c86fe..37e4d18 100644 --- a/ghc-cookie.spec +++ b/ghc-cookie.spec @@ -8,7 +8,7 @@ Name: ghc-%{pkg_name} Version: 0.4.4 -Release: 5%{?dist} +Release: 6%{?dist} Summary: HTTP cookie parsing and rendering License: MIT @@ -115,6 +115,9 @@ This package provides the Haskell %{pkg_name} profiling library. %changelog +* Tue Jan 28 2020 Fedora Release Engineering - 0.4.4-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Thu Aug 01 2019 Jens Petersen - 0.4.4-5 - add doc and prof subpackages (cabal-rpm-1.0.0) From cd7ac139a0111e8c63979578516c59be1eae7e84 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 8 Feb 2020 22:49:35 +0800 Subject: [PATCH 27/38] refresh to cabal-rpm-2.0.2 --- ghc-cookie.spec | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/ghc-cookie.spec b/ghc-cookie.spec index 37e4d18..dfdf41e 100644 --- a/ghc-cookie.spec +++ b/ghc-cookie.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 cookie @@ -56,6 +56,7 @@ 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. @@ -66,6 +67,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. @@ -94,6 +96,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 @@ -106,6 +118,7 @@ This package provides the Haskell %{pkg_name} profiling library. %if %{with haddock} %files doc -f %{name}-doc.files +%license LICENSE %endif From 59384de4cca40e807277689342012121f39722ed Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 14 Feb 2020 10:54:46 +0800 Subject: [PATCH 28/38] update to 0.4.5 --- .gitignore | 1 + ghc-cookie.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2dddae8..53ba2ef 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /cookie-0.4.2.1.tar.gz /cookie-0.4.3.tar.gz /cookie-0.4.4.tar.gz +/cookie-0.4.5.tar.gz diff --git a/ghc-cookie.spec b/ghc-cookie.spec index dfdf41e..94d4964 100644 --- a/ghc-cookie.spec +++ b/ghc-cookie.spec @@ -7,8 +7,8 @@ %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.4.4 -Release: 6%{?dist} +Version: 0.4.5 +Release: 1%{?dist} Summary: HTTP cookie parsing and rendering License: MIT @@ -128,6 +128,9 @@ This package provides the Haskell %{pkg_name} profiling library. %changelog +* Fri Feb 14 2020 Jens Petersen - 0.4.5-1 +- update to 0.4.5 + * Tue Jan 28 2020 Fedora Release Engineering - 0.4.4-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild diff --git a/sources b/sources index d0cd2f2..e19e2f2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (cookie-0.4.4.tar.gz) = 3e17c7c3190602154a196c13b9e65eb139adfe5258441e48ebe5bd9e880af66a7c206f0eca441eeb9ab1700fa49c639adb9414d93f36147c11a1fe3f9fb4a775 +SHA512 (cookie-0.4.5.tar.gz) = b3d4c12b4683f4f02e4d59b47ec3867554dee2fcb106fe59a073b8ead63a220458b91e8b5a2321e46a91666ba61e88798361448a7bc86e496a47d6731b8c0b93 From 1e6e7d5d9cd6beca82c3f7510bf9ffaab741c4c6 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 4 Jun 2020 19:25:47 +0800 Subject: [PATCH 29/38] refresh to cabal-rpm-2.0.5 --- ghc-cookie.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc-cookie.spec b/ghc-cookie.spec index 94d4964..d3d22ad 100644 --- a/ghc-cookie.spec +++ b/ghc-cookie.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 cookie %global pkgver %{pkg_name}-%{version} From aade3ada80e5d52417ed8ee0ea3eff47037d388d Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 19 Jun 2020 16:54:24 +0800 Subject: [PATCH 30/38] refresh to cabal-rpm-2.0.6 --- ghc-cookie.spec | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/ghc-cookie.spec b/ghc-cookie.spec index d3d22ad..784aae2 100644 --- a/ghc-cookie.spec +++ b/ghc-cookie.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 cookie @@ -96,16 +96,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 faebd604c4de86898dc6c9a5005a918d2fb7d36d Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 17 Jul 2020 18:00:38 +0800 Subject: [PATCH 31/38] bump release --- ghc-cookie.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-cookie.spec b/ghc-cookie.spec index 784aae2..0e4393c 100644 --- a/ghc-cookie.spec +++ b/ghc-cookie.spec @@ -8,7 +8,7 @@ Name: ghc-%{pkg_name} Version: 0.4.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: HTTP cookie parsing and rendering License: MIT @@ -118,6 +118,9 @@ This package provides the Haskell %{pkg_name} profiling library. %changelog +* Fri Jul 17 2020 Jens Petersen - 0.4.5-2 +- refresh to cabal-rpm-2.0.6 + * Fri Feb 14 2020 Jens Petersen - 0.4.5-1 - update to 0.4.5 From 01395e984d8b4b83f4682acd90514b363e162f16 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Mon, 27 Jul 2020 18:57:46 +0000 Subject: [PATCH 32/38] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ghc-cookie.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-cookie.spec b/ghc-cookie.spec index 0e4393c..48c0ec2 100644 --- a/ghc-cookie.spec +++ b/ghc-cookie.spec @@ -8,7 +8,7 @@ Name: ghc-%{pkg_name} Version: 0.4.5 -Release: 2%{?dist} +Release: 3%{?dist} Summary: HTTP cookie parsing and rendering License: MIT @@ -118,6 +118,9 @@ This package provides the Haskell %{pkg_name} profiling library. %changelog +* Mon Jul 27 2020 Fedora Release Engineering - 0.4.5-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Fri Jul 17 2020 Jens Petersen - 0.4.5-2 - refresh to cabal-rpm-2.0.6 From 3bba398c6e3ec30fa4b27a7c5607a1ad0b5dbf8e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 26 Jan 2021 07:01:41 +0000 Subject: [PATCH 33/38] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ghc-cookie.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-cookie.spec b/ghc-cookie.spec index 48c0ec2..f48b385 100644 --- a/ghc-cookie.spec +++ b/ghc-cookie.spec @@ -8,7 +8,7 @@ Name: ghc-%{pkg_name} Version: 0.4.5 -Release: 3%{?dist} +Release: 4%{?dist} Summary: HTTP cookie parsing and rendering License: MIT @@ -118,6 +118,9 @@ This package provides the Haskell %{pkg_name} profiling library. %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 0.4.5-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Mon Jul 27 2020 Fedora Release Engineering - 0.4.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From 7ce177ab7487dc3d2f0f89aa2095c9bd9ea4a4bc Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 22 Jul 2021 00:28:55 +0000 Subject: [PATCH 34/38] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ghc-cookie.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-cookie.spec b/ghc-cookie.spec index f48b385..c873094 100644 --- a/ghc-cookie.spec +++ b/ghc-cookie.spec @@ -8,7 +8,7 @@ Name: ghc-%{pkg_name} Version: 0.4.5 -Release: 4%{?dist} +Release: 5%{?dist} Summary: HTTP cookie parsing and rendering License: MIT @@ -118,6 +118,9 @@ This package provides the Haskell %{pkg_name} profiling library. %changelog +* Thu Jul 22 2021 Fedora Release Engineering - 0.4.5-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Tue Jan 26 2021 Fedora Release Engineering - 0.4.5-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From c69bbcca9f1d2638be5c18c40bca0c74b8c0684d Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 8 Jul 2021 00:30:10 +0800 Subject: [PATCH 35/38] refresh to cabal-rpm-2.0.9 --- ghc-cookie.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-cookie.spec b/ghc-cookie.spec index c873094..e40f0fa 100644 --- a/ghc-cookie.spec +++ b/ghc-cookie.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 cookie @@ -57,6 +57,7 @@ This package provides the Haskell %{pkg_name} library development 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. @@ -93,7 +94,9 @@ This package provides the Haskell %{pkg_name} profiling library. %check +%if %{with tests} %cabal_test +%endif %files -f %{name}.files From bb2c6ed59cd75298913a103a2c9ebdc50b9c580d Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 6 Aug 2021 10:41:54 +0800 Subject: [PATCH 36/38] bump release --- ghc-cookie.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-cookie.spec b/ghc-cookie.spec index e40f0fa..7c60ad9 100644 --- a/ghc-cookie.spec +++ b/ghc-cookie.spec @@ -8,7 +8,7 @@ Name: ghc-%{pkg_name} Version: 0.4.5 -Release: 5%{?dist} +Release: 6%{?dist} Summary: HTTP cookie parsing and rendering License: MIT @@ -121,6 +121,9 @@ This package provides the Haskell %{pkg_name} profiling library. %changelog +* Fri Aug 06 2021 Jens Petersen - 0.4.5-6 +- rebuild + * Thu Jul 22 2021 Fedora Release Engineering - 0.4.5-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From cba28498cfecb6536f1a511e41a49de69d94036f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 20 Jan 2022 04:41:38 +0000 Subject: [PATCH 37/38] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ghc-cookie.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-cookie.spec b/ghc-cookie.spec index 7c60ad9..716c766 100644 --- a/ghc-cookie.spec +++ b/ghc-cookie.spec @@ -8,7 +8,7 @@ Name: ghc-%{pkg_name} Version: 0.4.5 -Release: 6%{?dist} +Release: 7%{?dist} Summary: HTTP cookie parsing and rendering License: MIT @@ -121,6 +121,9 @@ This package provides the Haskell %{pkg_name} profiling library. %changelog +* Thu Jan 20 2022 Fedora Release Engineering - 0.4.5-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Fri Aug 06 2021 Jens Petersen - 0.4.5-6 - rebuild From 738d7aa959ae3a8dd7479bd3000254daaec4f0a7 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Mon, 30 Oct 2023 21:31:50 +0300 Subject: [PATCH 38/38] 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 e19e2f2..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (cookie-0.4.5.tar.gz) = b3d4c12b4683f4f02e4d59b47ec3867554dee2fcb106fe59a073b8ead63a220458b91e8b5a2321e46a91666ba61e88798361448a7bc86e496a47d6731b8c0b93