From 01cc9224015ac55310db48944f454d6f246d02a4c41271df634670115e29a2ee Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 30 Mar 2023 08:26:27 +0000 Subject: [PATCH 1/3] osc copypac from project:devel:languages:haskell:ghc-9.4.x package:ghc-mountpoints revision:5, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-mountpoints?expand=0&rev=9 --- ghc-mountpoints.spec | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/ghc-mountpoints.spec b/ghc-mountpoints.spec index cc875a8..6176be2 100644 --- a/ghc-mountpoints.spec +++ b/ghc-mountpoints.spec @@ -17,6 +17,7 @@ %global pkg_name mountpoints +%global pkgver %{pkg_name}-%{version} Name: ghc-%{pkg_name} Version: 1.0.2 Release: 0 @@ -25,6 +26,8 @@ License: LGPL-2.1-or-later AND BSD-3-Clause 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-base-devel +BuildRequires: ghc-base-prof BuildRequires: ghc-rpm-macros ExcludeArch: %{ix86} @@ -43,6 +46,22 @@ Requires(postun): ghc-compiler = %{ghc_version} %description devel This package provides the Haskell %{pkg_name} library development files. +%package -n ghc-%{pkg_name}-doc +Summary: Haskell %{pkg_name} library documentation +Requires: ghc-filesystem +BuildArch: noarch + +%description -n ghc-%{pkg_name}-doc +This package provides the Haskell %{pkg_name} library documentation. + +%package -n ghc-%{pkg_name}-prof +Summary: Haskell %{pkg_name} profiling library +Requires: ghc-%{pkg_name}-devel = %{version}-%{release} +Supplements: (ghc-%{pkg_name}-devel and ghc-prof) + +%description -n ghc-%{pkg_name}-prof +This package provides the Haskell %{pkg_name} profiling library. + %prep %autosetup -n %{pkg_name}-%{version} @@ -64,4 +83,9 @@ This package provides the Haskell %{pkg_name} library development files. %files devel -f %{name}-devel.files %doc CHANGELOG +%files -n ghc-%{pkg_name}-doc -f ghc-%{pkg_name}-doc.files +%license LICENSE + +%files -n ghc-%{pkg_name}-prof -f ghc-%{pkg_name}-prof.files + %changelog From 84b64c7f7c1b84c82480b40cec2ea43db1d73220600848322dc968d189e51426 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 30 Mar 2023 17:38:45 +0000 Subject: [PATCH 2/3] osc copypac from project:devel:languages:haskell:ghc-9.4.x package:ghc-mountpoints revision:6, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-mountpoints?expand=0&rev=10 --- ghc-mountpoints.changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ghc-mountpoints.changes b/ghc-mountpoints.changes index 9a47c19..c2dc450 100644 --- a/ghc-mountpoints.changes +++ b/ghc-mountpoints.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 30 17:07:38 UTC 2023 - Peter Simons + +- Updated spec file to conform with ghc-rpm-macros-2.5.2. + ------------------------------------------------------------------- Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup From 15a4f4e147e7f567f0e5f9597a29bddb4acd7cefddfba2139e10ff53a5af6fef Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 30 Mar 2023 17:51:44 +0000 Subject: [PATCH 3/3] osc copypac from project:devel:languages:haskell:ghc-9.4.x package:ghc-mountpoints revision:7, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-mountpoints?expand=0&rev=11 --- ghc-mountpoints.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc-mountpoints.spec b/ghc-mountpoints.spec index 6176be2..8543f3c 100644 --- a/ghc-mountpoints.spec +++ b/ghc-mountpoints.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-mountpoints # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed