diff --git a/gsound.spec b/gsound.spec index 001de29..2b72acf 100644 --- a/gsound.spec +++ b/gsound.spec @@ -1,25 +1,20 @@ Name: gsound -Version: 1.0.2 +Version: 1.0.3 Release: 1mamba Summary: A small library for playing system sounds Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: https://live.gnome.org +URL: https://wiki.gnome.org/ Source: http://ftp.acc.umu.se/pub/GNOME/sources/gsound/1.0/gsound-%{version}.tar.xz License: LGPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libcanberra-devel BuildRequires: libglib-devel -BuildRequires: libltdl-devel -BuildRequires: libogg-devel -BuildRequires: libtdb-devel -BuildRequires: libvorbis-devel ## AUTOBUILDREQ-END Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description GSound is a small library for playing system sounds. @@ -55,12 +50,14 @@ This package includes the %{name} API documentation. %setup -q %build -%configure --enable-gtk-doc -%make +%meson \ + -Dgtk_doc=true + +%meson_build %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%makeinstall +%meson_install %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -71,6 +68,7 @@ This package includes the %{name} API documentation. %files %defattr(-,root,root) %{_bindir}/gsound-play +%{_mandir}/man1/gsound-play.1* %files -n lib%{name} %defattr(-,root,root) @@ -83,8 +81,6 @@ This package includes the %{name} API documentation. %{_includedir}/gsound-attr.h %{_includedir}/gsound-context.h %{_includedir}/gsound.h -%{_libdir}/libgsound.a -%{_libdir}/libgsound.la %{_libdir}/libgsound.so %{_libdir}/pkgconfig/gsound.pc %{_datadir}/gir-1.0/GSound-1.0.gir @@ -94,10 +90,12 @@ This package includes the %{name} API documentation. %files apidocs %defattr(-,root,root) -%dir %{_datadir}/gtk-doc/html/gsound -%{_datadir}/gtk-doc/html/gsound/* -%{_datadir}/gtk-doc/html/gsound/up.png +%dir %{_datadir}/gtk-doc/html/gsound-%{version} +%{_datadir}/gtk-doc/html/gsound-%{version}/* %changelog +* Sun Aug 22 2021 Automatic Build System 1.0.3-1mamba +- automatic version update by autodist + * Thu Oct 31 2019 Silvan Calarco 1.0.2-1mamba - package created using the webbuild interface