spice-protocol/spice-protocol.spec

86 lines
3.0 KiB
RPMSpec

Name: spice-protocol
Version: 0.12.14
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
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
%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.
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
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files devel
%defattr(-,root,root)
%dir %{_includedir}/spice-1
%dir %{_includedir}/spice-1/spice
%{_includedir}/spice-1/spice/*.h
#%dir %{_libdir}/spice-protocol
#%dir %{_libdir}/spice-protocol/python_modules
#%{_libdir}/spice-protocol/python_modules/*
#%{_libdir}/spice-protocol/spice.proto
#%{_libdir}/spice-protocol/spice1.proto
#%{_libdir}/spice-protocol/spice_codegen.py
%{_datadir}/pkgconfig/spice-protocol.pc
%doc NEWS
%changelog
* 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
* Thu Jul 09 2015 Automatic Build System <autodist@mambasoft.it> 0.12.8-1mamba
- automatic version update by autodist
* Thu Jul 31 2014 Automatic Build System <autodist@mambasoft.it> 0.12.7-1mamba
- automatic version update by autodist
* Sun May 11 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.12.6-1mamba
- package created using the webbuild interface