Update to 1.0.3. Switch to meson.
This commit is contained in:
parent
ee6ee2dde1
commit
f0de2f3457
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/gsound-1.0.0.tar.xz
|
||||
/gsound-1.0.1.tar.xz
|
||||
/gsound-1.0.2.tar.xz
|
||||
/gsound-1.0.3.tar.xz
|
||||
|
20
gsound.spec
20
gsound.spec
@ -1,6 +1,6 @@
|
||||
Name: gsound
|
||||
Version: 1.0.2
|
||||
Release: 14%{?dist}
|
||||
Version: 1.0.3
|
||||
Release: 1%{?dist}
|
||||
Summary: Small gobject library for playing system sounds
|
||||
|
||||
License: LGPLv2
|
||||
@ -10,7 +10,8 @@ Source0: http://download.gnome.org/sources/gsound/1.0/gsound-%{version}.t
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||
BuildRequires: pkgconfig(libcanberra)
|
||||
BuildRequires: vala
|
||||
BuildRequires: make
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: meson
|
||||
|
||||
|
||||
%description
|
||||
@ -33,13 +34,12 @@ developing applications that use %{name}.
|
||||
|
||||
|
||||
%build
|
||||
%configure --disable-static --enable-vala
|
||||
make %{?_smp_mflags}
|
||||
%meson -Dgtk_doc=true
|
||||
%meson_build
|
||||
|
||||
|
||||
%install
|
||||
%make_install
|
||||
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||
%meson_install
|
||||
|
||||
|
||||
%ldconfig_scriptlets
|
||||
@ -60,14 +60,18 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||
%{_datadir}/gir-1.0/GSound-1.0.gir
|
||||
%dir %{_datadir}/gtk-doc
|
||||
%dir %{_datadir}/gtk-doc/html
|
||||
%{_datadir}/gtk-doc/html/gsound
|
||||
%{_datadir}/gtk-doc/html/gsound-%{version}
|
||||
%dir %{_datadir}/vala
|
||||
%dir %{_datadir}/vala/vapi
|
||||
%{_datadir}/vala/vapi/gsound.*
|
||||
%{_mandir}/man1/gsound-play.*
|
||||
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Aug 18 2021 Yanko Kaneti <yaneti@declera.com> - 1.0.3-1
|
||||
- Update to 1.0.3. Switch to meson.
|
||||
|
||||
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-14
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user