diff --git a/gsound.spec b/gsound.spec index 988d67bf4de674283da8a036f6938b2ab8ed7cd5..7c0fb0f429d6f0405c4c7dd95900491082c69eb2 100644 --- a/gsound.spec +++ b/gsound.spec @@ -1,6 +1,7 @@ +%define anolis_release .0.1 Name: gsound Version: 1.0.2 -Release: 6%{?dist} +Release: 6%{anolis_release}%{?dist} Summary: Small gobject library for playing system sounds License: LGPLv2 @@ -11,12 +12,22 @@ BuildRequires: pkgconfig(gobject-introspection-1.0) BuildRequires: pkgconfig(libcanberra) BuildRequires: vala-tools +Requires: glibc +Provides: /usr/bin/gsound-play %description GSound is a small library for playing system sounds. It's designed to be used via GObject Introspection, and is a thin wrapper around the libcanberra C library +%package doc +Summary: Documents for %{name} +BuildArch: noarch +Requires: %{name} = %{version}-%{release} + + +%description doc +Doc pages for %{name}. %package devel Summary: Development files for %{name} @@ -47,12 +58,14 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %files -%doc COPYING README %{_bindir}/gsound-play %{_libdir}/*.so.* %dir %{_libdir}/girepository-1.0 %{_libdir}/girepository-1.0/GSound-1.0.typelib +%files doc +%doc COPYING README + %files devel %{_includedir}/* %{_libdir}/*.so @@ -69,6 +82,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %changelog +* Sat Jul 16 2022 mgb01105731 - 1.0.2-6.0.1 +- Add doc sub package + * Wed Feb 07 2018 Fedora Release Engineering - 1.0.2-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild