Compare commits

...

12 Commits

Author SHA1 Message Date
8600d2699e automatic version update by autodist [release 0.14.5-1mamba;Fri May 02 2025] 2025-05-04 09:40:28 +02:00
4c465d2235 automatic version update by autodist [release 0.14.4-1mamba;Sat Feb 12 2022] 2024-01-05 18:03:54 +01:00
7d2ce19e29 automatic version update by autodist [release 0.14.3-1mamba;Sat Jan 23 2021] 2024-01-05 18:03:54 +01:00
09c244c31b update to 0.14.2 [release 0.14.2-1mamba;Sun Sep 06 2020] 2024-01-05 18:03:54 +01:00
bd174923dd automatic version update by autodist [release 0.14.1-1mamba;Sun Mar 15 2020] 2024-01-05 18:03:54 +01:00
f7dbb05639 automatic version update by autodist [release 0.14.0-1mamba;Thu Aug 01 2019] 2024-01-05 18:03:54 +01:00
6e918e8920 automatic version update by autodist [release 0.12.15-1mamba;Sat Mar 09 2019] 2024-01-05 18:03:54 +01:00
c5b217c2db automatic version update by autodist [release 0.12.14-1mamba;Sun Aug 19 2018] 2024-01-05 18:03:54 +01:00
a717875a0c automatic version update by autodist [release 0.12.13-1mamba;Sun Oct 08 2017] 2024-01-05 18:03:54 +01:00
acc1e9990f automatic version update by autodist [release 0.12.12-1mamba;Fri Sep 23 2016] 2024-01-05 18:03:54 +01:00
17a83ab521 automatic version update by autodist [release 0.12.11-1mamba;Sat Apr 23 2016] 2024-01-05 18:03:54 +01:00
4f8e26706f automatic version update by autodist [release 0.12.10-1mamba;Sat Nov 14 2015] 2024-01-05 18:03:54 +01:00

View File

@ -1,18 +1,17 @@
Name: spice-protocol
Version: 0.12.9
Version: 0.14.5
Release: 1mamba
Summary: Headers defining protocols of the Spice project
Group: Development/Libraries
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
URL: https://www.spice-space.org/
Source: http://www.spice-space.org/download/releases/spice-protocol-%{version}.tar.xz
License: GPL, LGPL, BSD
BuildArch: noarch
## AUTOBUILDREQ-BEGIN
## note: run 'autospec -u -a6 spice-protocol' to get the list of build requirements.
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
The Spice project aims to provide a complete open source solution for interaction with virtualized desktop devices.The Spice project deals with both the virtualized devices and the front-end. Interaction between front-end and back-end is done using VD-Interfaces. The VD-Interfaces (VDI) enable both ends of the solution to be easily utilized by a third-party component.
@ -21,23 +20,21 @@ This package provides the headers defining protocols.
%package devel
Group: Development/Libraries
Summary: Headers defining protocols of the Spice project
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,9 +45,44 @@ This package contains libraries and header files for developing applications tha
%dir %{_includedir}/spice-1/spice
%{_includedir}/spice-1/spice/*.h
%{_datadir}/pkgconfig/spice-protocol.pc
%doc NEWS
%changelog
* Fri May 02 2025 Automatic Build System <autodist@openmamba.org> 0.14.5-1mamba
- automatic version update by autodist
* Sat Feb 12 2022 Automatic Build System <autodist@mambasoft.it> 0.14.4-1mamba
- automatic version update by autodist
* Sat Jan 23 2021 Automatic Build System <autodist@mambasoft.it> 0.14.3-1mamba
- automatic version update by autodist
* 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
* Thu Aug 01 2019 Automatic Build System <autodist@mambasoft.it> 0.14.0-1mamba
- automatic version update by autodist
* Sat Mar 09 2019 Automatic Build System <autodist@mambasoft.it> 0.12.15-1mamba
- automatic version update by autodist
* Sun Aug 19 2018 Automatic Build System <autodist@mambasoft.it> 0.12.14-1mamba
- automatic version update by autodist
* Sun Oct 08 2017 Automatic Build System <autodist@mambasoft.it> 0.12.13-1mamba
- automatic version update by autodist
* Fri Sep 23 2016 Automatic Build System <autodist@mambasoft.it> 0.12.12-1mamba
- automatic version update by autodist
* Sat Apr 23 2016 Automatic Build System <autodist@mambasoft.it> 0.12.11-1mamba
- automatic version update by autodist
* Sat Nov 14 2015 Automatic Build System <autodist@mambasoft.it> 0.12.10-1mamba
- automatic version update by autodist
* Thu Aug 27 2015 Automatic Build System <autodist@mambasoft.it> 0.12.9-1mamba
- automatic version update by autodist