update to 0.14.2 [release 0.14.2-1mamba;Sun Sep 06 2020]
This commit is contained in:
parent
bd174923dd
commit
09c244c31b
@ -1,5 +1,5 @@
|
|||||||
Name: spice-protocol
|
Name: spice-protocol
|
||||||
Version: 0.14.1
|
Version: 0.14.2
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Headers defining protocols of the Spice project
|
Summary: Headers defining protocols of the Spice project
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -7,10 +7,9 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.spice-space.org/
|
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
|
License: GPL, LGPL, BSD
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
## note: run 'autospec -u -a6 spice-protocol' to get the list of build requirements.
|
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
@ -26,16 +25,19 @@ Requires: pkg-config
|
|||||||
%description devel
|
%description devel
|
||||||
This package contains libraries and header files for developing applications that use %{name}.
|
This package contains libraries and header files for developing applications that use %{name}.
|
||||||
|
|
||||||
|
#% debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%meson
|
||||||
%make
|
|
||||||
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%meson_install
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -48,6 +50,9 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%{_datadir}/pkgconfig/spice-protocol.pc
|
%{_datadir}/pkgconfig/spice-protocol.pc
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sun Mar 15 2020 Automatic Build System <autodist@mambasoft.it> 0.14.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user