diff --git a/gsound-1.0.2.tar.xz b/gsound-1.0.2.tar.xz deleted file mode 100644 index 6e03348ede5d7989d4e7aae2099dd67b2ec63469..0000000000000000000000000000000000000000 Binary files a/gsound-1.0.2.tar.xz and /dev/null differ diff --git a/gsound-1.0.3.tar.xz b/gsound-1.0.3.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..4509ae74943b14af949931842e3714fc93d1fcdd Binary files /dev/null and b/gsound-1.0.3.tar.xz differ diff --git a/gsound.spec b/gsound.spec index 439435a1bf99cbf3de4a992af3c2d4dd8384c136..e80532cbc57af91bdefb882c2b651a12b06810bd 100644 --- a/gsound.spec +++ b/gsound.spec @@ -1,12 +1,12 @@ Name: gsound -Version: 1.0.2 -Release: 8 +Version: 1.0.3 +Release: 1 Summary: A small library for playing system sounds License: LGPLv2 URL: https://wiki.gnome.org/Projects/GSound Source0: http://download.gnome.org/sources/gsound/1.0/gsound-%{version}.tar.xz -BuildRequires: pkgconfig(gobject-introspection-1.0) pkgconfig(libcanberra) vala-tools +BuildRequires: pkgconfig(gobject-introspection-1.0) pkgconfig(libcanberra) vala meson gtk-doc %description GSound is a small library for playing system sounds. @@ -19,15 +19,17 @@ Requires: %{name} = %{version}-%{release} %description devel Libraries and header files for developing applications that use gsound. +%package_help + %prep %autosetup -n gsound-%{version} -p1 %build -%configure --disable-static --enable-vala -%make_build +%meson -Dgtk_doc=true +%meson_build %install -%make_install +%meson_install %delete_la %post @@ -39,19 +41,24 @@ Libraries and header files for developing applications that use gsound. %files %doc COPYING README %{_bindir}/gsound-play -%{_libdir}/{*.so.*,girepository-1.0} -%dir %{_libdir}/girepository-1.0 +%{_libdir}/*.so.* +%{_libdir}/girepository-1.0/GSound-1.0.typelib %files devel %{_includedir}/* -%{_libdir}/{*.so,pkgconfig} +%{_libdir}/*.so +%{_libdir}/pkgconfig/gsound.pc %dir %{_datadir}/gir-1.0 -%dir %{_datadir}/gtk-doc -%dir %{_datadir}/gtk-doc/html -%dir %{_datadir}/vala -%dir %{_datadir}/vala/vapi -%{_datadir}/{gir-1.0,gtk-doc,vala} +%{_datadir}/gir-1.0/GSound-1.0.gir +%{_datadir}/vala/vapi/gsound.* + +%files help +%{_mandir}/man1/gsound-play.* +%{_datadir}/gtk-doc/html/gsound-%{version} %changelog +* Mon Mar 28 2022 lin zhang - 1.0.3-1 +- Update to 1.0.3 + * Fri Dec 21 2019 chenli - 1.0.2-8 - Package init