update to 0.14.2 [release 0.14.2-1mamba;Sun Sep 06 2020]

This commit is contained in:
Silvan Calarco 2024-01-05 18:03:54 +01:00
parent bd174923dd
commit 09c244c31b

View File

@ -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 <silvan.calarco@mambasoft.it>
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 <silvan.calarco@mambasoft.it> 0.14.2-1mamba
- update to 0.14.2
* Sun Mar 15 2020 Automatic Build System <autodist@mambasoft.it> 0.14.1-1mamba
- automatic version update by autodist