From 992602d0d7464d12cc187a0395491cc2f41add8625461dd668e2073c6cba4df4 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 6 Oct 2016 19:06:13 +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-xml?expand=0&rev=12 --- ghc-xml.spec | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/ghc-xml.spec b/ghc-xml.spec index 9772c05..e66d373 100644 --- a/ghc-xml.spec +++ b/ghc-xml.spec @@ -22,16 +22,14 @@ Version: 1.3.14 Release: 0 Summary: A simple XML library 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 BuildRequires: ghc-text-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build -# End cabal-rpm deps %description A simple XML library. @@ -50,15 +48,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 515468d45fedc4ce5e6dd3b5dc47b4bfaa2ecf7cd9d1358e15757c8c074f283f Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 22 Feb 2017 19:26:32 +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-xml?expand=0&rev=13 --- ghc-xml.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc-xml.spec b/ghc-xml.spec index e66d373..d40fa4d 100644 --- a/ghc-xml.spec +++ b/ghc-xml.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-xml # -# 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 d106786fc2269b631fc21deb3726c7f078c78fb957677ee76763dbd3c7728659 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 5 Aug 2017 02:18:44 +0000 Subject: [PATCH 3/6] osc copypac from project:devel:languages:haskell:lts:9 package:ghc-xml revision:3, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-xml?expand=0&rev=14 --- ghc-xml.changes | 5 +++++ ghc-xml.spec | 3 --- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ghc-xml.changes b/ghc-xml.changes index eb68bbe..b2f8a6c 100644 --- a/ghc-xml.changes +++ b/ghc-xml.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 16:56:11 UTC 2016 - psimons@suse.com diff --git a/ghc-xml.spec b/ghc-xml.spec index d40fa4d..cbd7e5a 100644 --- a/ghc-xml.spec +++ b/ghc-xml.spec @@ -29,7 +29,6 @@ BuildRequires: ghc-Cabal-devel BuildRequires: ghc-bytestring-devel BuildRequires: ghc-rpm-macros BuildRequires: ghc-text-devel -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description A simple XML library. @@ -61,10 +60,8 @@ 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,-) %changelog From b63dd7a70ec732a3de0d31867e5ceedd862d58a8a01e9d08f2646f4a820e97e4 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 11 Aug 2017 09:10:03 +0000 Subject: [PATCH 4/6] osc copypac from project:devel:languages:haskell:lts:9 package:ghc-xml revision:4, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-xml?expand=0&rev=15 --- ghc-xml.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc-xml.spec b/ghc-xml.spec index cbd7e5a..12b7f97 100644 --- a/ghc-xml.spec +++ b/ghc-xml.spec @@ -22,7 +22,7 @@ Version: 1.3.14 Release: 0 Summary: A simple XML library 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 @@ -35,7 +35,7 @@ A simple XML library. %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 a7366bd5408cc827cfd271faafc3ba112a97dadf82e9865c867efb76f69089c2 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 15 Aug 2017 14:08:58 +0000 Subject: [PATCH 5/6] osc copypac from project:devel:languages:haskell:lts:9 package:ghc-xml revision:5, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-xml?expand=0&rev=16 --- ghc-xml.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc-xml.spec b/ghc-xml.spec index 12b7f97..69ceacf 100644 --- a/ghc-xml.spec +++ b/ghc-xml.spec @@ -23,7 +23,7 @@ Release: 0 Summary: A simple XML library 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 4c83b6d10ce5c86b61c0d6b7353842965028554bd7397cdf6462de4789d6ec31 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 17 Aug 2017 14:19:03 +0000 Subject: [PATCH 6/6] osc copypac from project:devel:languages:haskell:lts:9 package:ghc-xml revision:6, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-xml?expand=0&rev=17 --- ghc-xml.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc-xml.spec b/ghc-xml.spec index 69ceacf..ceed2de 100644 --- a/ghc-xml.spec +++ b/ghc-xml.spec @@ -22,7 +22,7 @@ Version: 1.3.14 Release: 0 Summary: A simple XML library 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