Update to 1.0.3

This commit is contained in:
zhang__3125 2022-04-13 12:58:35 +08:00
parent a874d083ef
commit 27eb5c58e7
3 changed files with 21 additions and 14 deletions

Binary file not shown.

BIN
gsound-1.0.3.tar.xz Normal file

Binary file not shown.

View File

@ -1,12 +1,12 @@
Name: gsound Name: gsound
Version: 1.0.2 Version: 1.0.3
Release: 8 Release: 1
Summary: A small library for playing system sounds Summary: A small library for playing system sounds
License: LGPLv2 License: LGPLv2
URL: https://wiki.gnome.org/Projects/GSound URL: https://wiki.gnome.org/Projects/GSound
Source0: http://download.gnome.org/sources/gsound/1.0/gsound-%{version}.tar.xz 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 %description
GSound is a small library for playing system sounds. GSound is a small library for playing system sounds.
@ -19,15 +19,17 @@ Requires: %{name} = %{version}-%{release}
%description devel %description devel
Libraries and header files for developing applications that use gsound. Libraries and header files for developing applications that use gsound.
%package_help
%prep %prep
%autosetup -n gsound-%{version} -p1 %autosetup -n gsound-%{version} -p1
%build %build
%configure --disable-static --enable-vala %meson -Dgtk_doc=true
%make_build %meson_build
%install %install
%make_install %meson_install
%delete_la %delete_la
%post %post
@ -39,19 +41,24 @@ Libraries and header files for developing applications that use gsound.
%files %files
%doc COPYING README %doc COPYING README
%{_bindir}/gsound-play %{_bindir}/gsound-play
%{_libdir}/{*.so.*,girepository-1.0} %{_libdir}/*.so.*
%dir %{_libdir}/girepository-1.0 %{_libdir}/girepository-1.0/GSound-1.0.typelib
%files devel %files devel
%{_includedir}/* %{_includedir}/*
%{_libdir}/{*.so,pkgconfig} %{_libdir}/*.so
%{_libdir}/pkgconfig/gsound.pc
%dir %{_datadir}/gir-1.0 %dir %{_datadir}/gir-1.0
%dir %{_datadir}/gtk-doc %{_datadir}/gir-1.0/GSound-1.0.gir
%dir %{_datadir}/gtk-doc/html %{_datadir}/vala/vapi/gsound.*
%dir %{_datadir}/vala
%dir %{_datadir}/vala/vapi %files help
%{_datadir}/{gir-1.0,gtk-doc,vala} %{_mandir}/man1/gsound-play.*
%{_datadir}/gtk-doc/html/gsound-%{version}
%changelog %changelog
* Mon Mar 28 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 1.0.3-1
- Update to 1.0.3
* Fri Dec 21 2019 chenli <chenli147@huawei.com> - 1.0.2-8 * Fri Dec 21 2019 chenli <chenli147@huawei.com> - 1.0.2-8
- Package init - Package init