35 lines
823 B
RPMSpec
35 lines
823 B
RPMSpec
Name: spice-protocol
|
|
Version: 0.12.14
|
|
Release: 3
|
|
Summary: Spice protocol header files
|
|
License: BSD and LGPLv2+
|
|
URL: http://www.spice-space.org/
|
|
Source0: http://www.spice-space.org/download/releases/%{name}-%{version}.tar.bz2
|
|
|
|
BuildArch: noarch
|
|
Patch1: 0001-qxl_dev-Align-QXLRam-to-4-bytes.patch
|
|
|
|
%description
|
|
This package provides header files describing the spice protocol and
|
|
the para-virtual graphics card QXL.
|
|
|
|
%prep
|
|
%autosetup -n %{name}-%{version} -p1
|
|
|
|
%build
|
|
%configure
|
|
make %{?_smp_mflags}
|
|
|
|
%install
|
|
%make_install
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%doc COPYING NEWS
|
|
%{_includedir}/spice-1/spice/*.h
|
|
%{_datadir}/pkgconfig/spice-protocol.pc
|
|
|
|
%changelog
|
|
* Mon Dec 9 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.12.14-3
|
|
- Package init
|