From e19f5286639b7510f7040bf43d0f64b2580a0a962845a14d6ec5006ee8346354 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 6 Oct 2016 17:51:53 +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-byteable?expand=0&rev=8 --- ghc-byteable.spec | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/ghc-byteable.spec b/ghc-byteable.spec index cb251dd..c8edfae 100644 --- a/ghc-byteable.spec +++ b/ghc-byteable.spec @@ -22,15 +22,13 @@ Version: 0.1.1 Release: 0 Summary: Type class for sequence of bytes License: BSD-3-Clause -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-bytestring-devel BuildRequires: ghc-rpm-macros BuildRoot: %{_tmppath}/%{name}-%{version}-build -# End cabal-rpm deps %description Abstract class to manipulate sequence of bytes @@ -55,15 +53,12 @@ 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 From 73c8c26cbab065dc5aab19a5aa5363db40a74f138427328d88a0e84ecfbbb20d Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 22 Feb 2017 17:35:16 +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-byteable?expand=0&rev=9 --- ghc-byteable.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc-byteable.spec b/ghc-byteable.spec index c8edfae..b836576 100644 --- a/ghc-byteable.spec +++ b/ghc-byteable.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-byteable # -# 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 03bf837cbae069a2ac07c8a188e3e75a111fa0f9ba48282e00833f09a016d965 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 5 Aug 2017 02:04:50 +0000 Subject: [PATCH 3/6] osc copypac from project:devel:languages:haskell:lts:9 package:ghc-byteable revision:3, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-byteable?expand=0&rev=10 --- ghc-byteable.changes | 5 +++++ ghc-byteable.spec | 3 --- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ghc-byteable.changes b/ghc-byteable.changes index fedcfed..45d60e1 100644 --- a/ghc-byteable.changes +++ b/ghc-byteable.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 17:01:55 UTC 2016 - psimons@suse.com diff --git a/ghc-byteable.spec b/ghc-byteable.spec index b836576..b4e93eb 100644 --- a/ghc-byteable.spec +++ b/ghc-byteable.spec @@ -28,7 +28,6 @@ Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg BuildRequires: ghc-Cabal-devel BuildRequires: ghc-bytestring-devel BuildRequires: ghc-rpm-macros -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Abstract class to manipulate sequence of bytes @@ -66,12 +65,10 @@ This package provides the Haskell %{pkg_name} library development files. %ghc_pkg_recache %files -f %{name}.files -%defattr(-,root,root,-) %doc LICENSE %dir %{_datadir}/%{pkg_name}-%{version} %{_datadir}/%{pkg_name}-%{version}/README.md %files devel -f %{name}-devel.files -%defattr(-,root,root,-) %changelog From 1a4d5b8b7f6ee2a5c4d67d8c6a2834085a523ef3ca69cc9b57ba70441572faea Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 11 Aug 2017 08:52:00 +0000 Subject: [PATCH 4/6] osc copypac from project:devel:languages:haskell:lts:9 package:ghc-byteable revision:4, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-byteable?expand=0&rev=11 --- ghc-byteable.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc-byteable.spec b/ghc-byteable.spec index b4e93eb..88a683f 100644 --- a/ghc-byteable.spec +++ b/ghc-byteable.spec @@ -22,7 +22,7 @@ Version: 0.1.1 Release: 0 Summary: Type class for sequence of bytes License: BSD-3-Clause -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 @@ -40,7 +40,7 @@ ByteString. %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 b3108efdf98843154621eee3bc1dff7dd7667ad64820d74c6bd79954b462c28c Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 15 Aug 2017 13:54:03 +0000 Subject: [PATCH 5/6] osc copypac from project:devel:languages:haskell:lts:9 package:ghc-byteable revision:5, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-byteable?expand=0&rev=12 --- ghc-byteable.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc-byteable.spec b/ghc-byteable.spec index 88a683f..e5bb414 100644 --- a/ghc-byteable.spec +++ b/ghc-byteable.spec @@ -23,7 +23,7 @@ Release: 0 Summary: Type class for sequence of bytes License: BSD-3-Clause 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-bytestring-devel From 4096e2c1d734f421d2272bb914151525d8ffd0643160446d14a703fbf9d6a6cf Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 17 Aug 2017 13:25:42 +0000 Subject: [PATCH 6/6] osc copypac from project:devel:languages:haskell:lts:9 package:ghc-byteable revision:6, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-byteable?expand=0&rev=13 --- ghc-byteable.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc-byteable.spec b/ghc-byteable.spec index e5bb414..67c2451 100644 --- a/ghc-byteable.spec +++ b/ghc-byteable.spec @@ -22,7 +22,7 @@ Version: 0.1.1 Release: 0 Summary: Type class for sequence of bytes License: BSD-3-Clause -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