From a9b0a600e1187cc190103955dfab3ca3725729e0 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Tue, 13 Jul 2010 07:46:22 +0000 Subject: [PATCH] Initial import (#612943) --- .cvsignore | 1 + import.log | 1 + sources | 1 + spice-protocol.spec | 40 ++++++++++++++++++++++++++++++++++++++++ 4 files changed, 43 insertions(+) create mode 100644 import.log create mode 100644 spice-protocol.spec diff --git a/.cvsignore b/.cvsignore index e69de29..c314e59 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +spice-protocol-0.5.2.tar.gz diff --git a/import.log b/import.log new file mode 100644 index 0000000..81dfed7 --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +spice-protocol-0_5_2-2_fc14:HEAD:spice-protocol-0.5.2-2.fc14.src.rpm:1279007101 diff --git a/sources b/sources index e69de29..452d7be 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +c4bcfaa8f227b71f0cc16355bdcff77f spice-protocol-0.5.2.tar.gz diff --git a/spice-protocol.spec b/spice-protocol.spec new file mode 100644 index 0000000..9a81065 --- /dev/null +++ b/spice-protocol.spec @@ -0,0 +1,40 @@ +Name: spice-protocol +Version: 0.5.2 +Release: 2%{?dist} +Summary: Spice protocol header files +Group: Development/Libraries +License: BSD +URL: http://www.spice-space.org/ +Source0: http://www.spice-space.org/download/releases/%{name}-%{version}.tar.gz +BuildRequires: autoconf automake +BuildArch: noarch + +%description +Header files describing the spice protocol +and the para-virtual graphics card QXL. + +%prep +%setup -q + +%build +%configure +make %{?_smp_mflags} + +%install +make DESTDIR=%{buildroot} install + +%files +%defattr(-, root, root) +%doc COPYING NEWS +%{_includedir}/spice-1 +%{_datadir}/pkgconfig/spice-protocol.pc + +%changelog +* Mon Jul 12 2010 Gerd Hoffmann - 0.5.2-2 +- Fix license: It is BSD, not GPL. +- Cleanup specfile, drop bits not needed any more with + recent rpm versions (F13+). + +* Fri Jul 9 2010 Gerd Hoffmann - 0.5.2-1 +- initial package. +