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.0.tar.xz
|
||||||
/gsound-1.0.1.tar.xz
|
/gsound-1.0.1.tar.xz
|
||||||
/gsound-1.0.2.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
|
Name: gsound
|
||||||
Version: 1.0.2
|
Version: 1.0.3
|
||||||
Release: 14%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Small gobject library for playing system sounds
|
Summary: Small gobject library for playing system sounds
|
||||||
|
|
||||||
License: LGPLv2
|
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(gobject-introspection-1.0)
|
||||||
BuildRequires: pkgconfig(libcanberra)
|
BuildRequires: pkgconfig(libcanberra)
|
||||||
BuildRequires: vala
|
BuildRequires: vala
|
||||||
BuildRequires: make
|
BuildRequires: gtk-doc
|
||||||
|
BuildRequires: meson
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -33,13 +34,12 @@ developing applications that use %{name}.
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static --enable-vala
|
%meson -Dgtk_doc=true
|
||||||
make %{?_smp_mflags}
|
%meson_build
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%meson_install
|
||||||
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
|
||||||
|
|
||||||
|
|
||||||
%ldconfig_scriptlets
|
%ldconfig_scriptlets
|
||||||
@ -60,14 +60,18 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
|||||||
%{_datadir}/gir-1.0/GSound-1.0.gir
|
%{_datadir}/gir-1.0/GSound-1.0.gir
|
||||||
%dir %{_datadir}/gtk-doc
|
%dir %{_datadir}/gtk-doc
|
||||||
%dir %{_datadir}/gtk-doc/html
|
%dir %{_datadir}/gtk-doc/html
|
||||||
%{_datadir}/gtk-doc/html/gsound
|
%{_datadir}/gtk-doc/html/gsound-%{version}
|
||||||
%dir %{_datadir}/vala
|
%dir %{_datadir}/vala
|
||||||
%dir %{_datadir}/vala/vapi
|
%dir %{_datadir}/vala/vapi
|
||||||
%{_datadir}/vala/vapi/gsound.*
|
%{_datadir}/vala/vapi/gsound.*
|
||||||
|
%{_mandir}/man1/gsound-play.*
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-14
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user