diff --git a/spice-protocol.spec b/spice-protocol.spec index 2c5f156..0079bbf 100644 --- a/spice-protocol.spec +++ b/spice-protocol.spec @@ -1,5 +1,5 @@ Name: spice-protocol -Version: 0.14.1 +Version: 0.14.2 Release: 1mamba Summary: Headers defining protocols of the Spice project Group: Development/Libraries @@ -7,10 +7,9 @@ Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://www.spice-space.org/ -Source: http://www.spice-space.org/download/releases/spice-protocol-%{version}.tar.bz2 +Source: http://www.spice-space.org/download/releases/spice-protocol-%{version}.tar.xz License: GPL, LGPL, BSD ## AUTOBUILDREQ-BEGIN -## note: run 'autospec -u -a6 spice-protocol' to get the list of build requirements. ## AUTOBUILDREQ-END BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -26,16 +25,19 @@ Requires: pkg-config %description devel This package contains libraries and header files for developing applications that use %{name}. +#% debug_package + %prep %setup -q %build -%configure -%make +%meson + +%meson_build %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%makeinstall +%meson_install %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -48,6 +50,9 @@ This package contains libraries and header files for developing applications tha %{_datadir}/pkgconfig/spice-protocol.pc %changelog +* Sun Sep 06 2020 Silvan Calarco 0.14.2-1mamba +- update to 0.14.2 + * Sun Mar 15 2020 Automatic Build System 0.14.1-1mamba - automatic version update by autodist