From eb89d1755a6090b46e9556563a3ca026c6bf1535437e66641ea3856983facafa Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 6 Oct 2016 17:57:16 +0000 Subject: [PATCH 1/6] Synchronize builds with devel:languages:haskell:lts:7. OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-cookie?expand=0&rev=15 --- ghc-cookie.spec | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/ghc-cookie.spec b/ghc-cookie.spec index 182cd23..0fb5065 100644 --- a/ghc-cookie.spec +++ b/ghc-cookie.spec @@ -23,11 +23,10 @@ Version: 0.4.2.1 Release: 0 Summary: HTTP cookie parsing and rendering License: MIT -Group: System/Libraries +Group: Development/Languages/Other 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 -# Begin cabal-rpm deps: BuildRequires: ghc-blaze-builder-devel BuildRequires: ghc-bytestring-devel BuildRequires: ghc-data-default-class-devel @@ -44,7 +43,6 @@ BuildRequires: ghc-tasty-devel BuildRequires: ghc-tasty-hunit-devel BuildRequires: ghc-tasty-quickcheck-devel %endif -# End cabal-rpm deps %description Hackage documentation generation is not reliable. For up to date documentation, @@ -64,20 +62,14 @@ 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 - %check -%if %{with tests} -%{cabal} test -%endif - +%cabal_test %post devel %ghc_pkg_recache From 02b867b76f657fd91b41c83a352c015cd8ce550fe291e2a874062cd1fc5c0b42 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 22 Feb 2017 17:39:31 +0000 Subject: [PATCH 2/6] synchronize with lts-8 package sett from configuration 0cb270c8d22a0823ab5130d95cc499e186cf864e OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-cookie?expand=0&rev=16 --- ghc-cookie.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc-cookie.spec b/ghc-cookie.spec index 0fb5065..dd35334 100644 --- a/ghc-cookie.spec +++ b/ghc-cookie.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-cookie # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed From 52597db4e1978c8c81c1c6765da8b733c2d14cb8862aab3c4ea51961bbdc60ff Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 5 Aug 2017 02:05:50 +0000 Subject: [PATCH 3/6] osc copypac from project:devel:languages:haskell:lts:9 package:ghc-cookie revision:3, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-cookie?expand=0&rev=17 --- ghc-cookie.changes | 5 +++++ ghc-cookie.spec | 3 --- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ghc-cookie.changes b/ghc-cookie.changes index f0bcca7..0e78c1a 100644 --- a/ghc-cookie.changes +++ b/ghc-cookie.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com + +- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf. + ------------------------------------------------------------------- Sun Jul 10 15:39:57 UTC 2016 - mimi.vx@gmail.com diff --git a/ghc-cookie.spec b/ghc-cookie.spec index dd35334..cd489f6 100644 --- a/ghc-cookie.spec +++ b/ghc-cookie.spec @@ -35,7 +35,6 @@ BuildRequires: ghc-old-locale-devel BuildRequires: ghc-rpm-macros BuildRequires: ghc-text-devel BuildRequires: ghc-time-devel -BuildRoot: %{_tmppath}/%{name}-%{version}-build %if %{with tests} BuildRequires: ghc-HUnit-devel BuildRequires: ghc-QuickCheck-devel @@ -78,11 +77,9 @@ This package provides the Haskell %{pkg_name} library development files. %ghc_pkg_recache %files -f %{name}.files -%defattr(-,root,root,-) %doc LICENSE %files devel -f %{name}-devel.files -%defattr(-,root,root,-) %doc ChangeLog.md README.md %changelog From baee2854047639b61877aa5e492427056c18c81114786dbc674602b104303a35 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 11 Aug 2017 08:52:56 +0000 Subject: [PATCH 4/6] osc copypac from project:devel:languages:haskell:lts:9 package:ghc-cookie revision:4, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-cookie?expand=0&rev=18 --- ghc-cookie.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc-cookie.spec b/ghc-cookie.spec index cd489f6..822aecc 100644 --- a/ghc-cookie.spec +++ b/ghc-cookie.spec @@ -23,7 +23,7 @@ Version: 0.4.2.1 Release: 0 Summary: HTTP cookie parsing and rendering License: MIT -Group: Development/Languages/Other +Group: Development/Languages/Haskell 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 @@ -49,7 +49,7 @@ please see: . %package devel Summary: Haskell %{pkg_name} library development files -Group: Development/Libraries/Other +Group: Development/Libraries/Haskell Requires: %{name} = %{version}-%{release} Requires: ghc-compiler = %{ghc_version} Requires(post): ghc-compiler = %{ghc_version} From b5eb81b4c4a361fb661accafac5de2dcca5a7791271729ddc6bea05929166e88 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 15 Aug 2017 13:54:59 +0000 Subject: [PATCH 5/6] osc copypac from project:devel:languages:haskell:lts:9 package:ghc-cookie revision:5, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-cookie?expand=0&rev=19 --- ghc-cookie.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc-cookie.spec b/ghc-cookie.spec index 822aecc..b5d5b0f 100644 --- a/ghc-cookie.spec +++ b/ghc-cookie.spec @@ -24,7 +24,7 @@ Release: 0 Summary: HTTP cookie parsing and rendering License: MIT Group: Development/Languages/Haskell -Url: https://hackage.haskell.org/package/%{pkg_name} +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-blaze-builder-devel From aff98ec4f99655ff586c014bca4830432fa53fd240e0db8efc395058985d69ba Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 17 Aug 2017 13:29:13 +0000 Subject: [PATCH 6/6] osc copypac from project:devel:languages:haskell:lts:9 package:ghc-cookie revision:6, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-cookie?expand=0&rev=20 --- ghc-cookie.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc-cookie.spec b/ghc-cookie.spec index b5d5b0f..25409ec 100644 --- a/ghc-cookie.spec +++ b/ghc-cookie.spec @@ -23,7 +23,7 @@ Version: 0.4.2.1 Release: 0 Summary: HTTP cookie parsing and rendering License: MIT -Group: Development/Languages/Haskell +Group: Development/Libraries/Haskell 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