File spice-protocol.spec of Package spice-protocol
#
# spec file for package spice-protocol
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: spice-protocol
Version: 0.12.11
Release: 0
Url: http://www.spice-space.org/
Summary: SPICE-protocol definitions
License: BSD-3-Clause
Group: Development/Languages/C and C++
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: pkgconfig
Requires: python-pyparsing
Requires: python-six
Source: http://spice-space.org/download/releases/%{name}-%{version}.tar.bz2
%description
Headers defining the SPICE-protocol
%package devel
Summary: SPICE-protocol definitions
Group: Development/Languages/C and C++
%description devel
Headers defining the SPICE-protocol
%prep
%setup -q
%build
mkdir -vp m4
autoreconf -fi
%configure
%__make %{?_smp_mflags}
%install
make DESTDIR=%{buildroot} install
%files devel
%defattr(-,root,root)
%doc COPYING NEWS
%{_datadir}/pkgconfig/spice-protocol.pc
%{_includedir}/spice-1/
%changelog