diff --git a/ghc-recv.changes b/ghc-recv.changes index dd1d5f7..06280f6 100644 --- a/ghc-recv.changes +++ b/ghc-recv.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Feb 8 04:35:56 UTC 2023 - Peter Simons + +- Update recv to version 0.1.0. + Upstream does not provide a change log file. + ------------------------------------------------------------------- Mon Aug 22 00:08:51 UTC 2022 - Peter Simons diff --git a/ghc-recv.spec b/ghc-recv.spec index e110940..44dc3ae 100644 --- a/ghc-recv.spec +++ b/ghc-recv.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-recv # -# Copyright (c) 2022 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 @@ -17,21 +17,27 @@ %global pkg_name recv +%global pkgver %{pkg_name}-%{version} %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.0.0 +Version: 0.1.0 Release: 0 -Summary: Efficient netowrk recv +Summary: Efficient network recv License: 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-bytestring-devel +BuildRequires: ghc-bytestring-prof BuildRequires: ghc-network-devel +BuildRequires: ghc-network-prof BuildRequires: ghc-rpm-macros ExcludeArch: %{ix86} %if %{with tests} BuildRequires: ghc-hspec-devel +BuildRequires: ghc-hspec-prof %endif %description @@ -47,6 +53,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} @@ -70,4 +92,9 @@ This package provides the Haskell %{pkg_name} library development files. %files devel -f %{name}-devel.files +%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 diff --git a/recv-0.0.0.tar.gz b/recv-0.0.0.tar.gz deleted file mode 100644 index 0756fe7..0000000 --- a/recv-0.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5c6872652e1025a701a73d9e97b02796f9433c42e2eec6d7e2acfb544b5ae9fb -size 5499 diff --git a/recv-0.1.0.tar.gz b/recv-0.1.0.tar.gz new file mode 100644 index 0000000..55b38a3 --- /dev/null +++ b/recv-0.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f664905cffb44b7f9cba604cd75bd69011a666ba06bccbcb7f3fae0cd4f14d5b +size 5158