Update to 0.10.1

This commit is contained in:
Hans de Goede 2012-01-16 19:37:38 +01:00
parent 52ea5cc48f
commit 76668d9546
3 changed files with 12 additions and 4 deletions

1
.gitignore vendored
View File

@ -10,3 +10,4 @@ spice-protocol-0.5.3.tar.bz2
/spice-protocol-0.9.0.tar.bz2
/spice-protocol-0.9.1.tar.bz2
/spice-protocol-0.10.0.tar.bz2
/spice-protocol-0.10.1.tar.bz2

View File

@ -1 +1 @@
888d8a50d36a09a1c479cadddce244ae spice-protocol-0.10.0.tar.bz2
7147ef0d9295dbe44510870f8d047e9c spice-protocol-0.10.1.tar.bz2

View File

@ -1,6 +1,6 @@
Name: spice-protocol
Version: 0.10.0
Release: 2%{?dist}
Version: 0.10.1
Release: 1%{?dist}
Summary: Spice protocol header files
Group: Development/Libraries
# Main headers are BSD, controller / foreign menu are LGPL
@ -13,23 +13,30 @@ BuildArch: noarch
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 Jan 16 2012 Hans de Goede <hdegoede@redhat.com> - 0.10.1-1
- Update to 0.10.1
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild