spice-protocol/spice-protocol.spec

56 lines
1.4 KiB
RPMSpec
Raw Normal View History

2010-07-13 07:46:22 +00:00
Name: spice-protocol
2010-12-17 11:27:06 +00:00
Version: 0.7.0
2010-07-20 19:22:28 +00:00
Release: 1%{?dist}
2010-07-13 07:46:22 +00:00
Summary: Spice protocol header files
Group: Development/Libraries
License: BSD
URL: http://www.spice-space.org/
2010-07-20 19:22:28 +00:00
Source0: http://www.spice-space.org/download/releases/%{name}-%{version}.tar.bz2
2010-07-13 07:46:22 +00:00
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
2010-12-17 11:27:06 +00:00
* Fri Dec 17 2010 Hans de Goede <hdegoede@redhat.com> - 0.7.0-1
- Update to 0.7.0
2010-10-18 17:08:13 +00:00
* Mon Oct 18 2010 Hans de Goede <hdegoede@redhat.com> - 0.6.3-1
- Update to 0.6.3
2010-09-30 06:44:28 +00:00
* Thu Sep 30 2010 Gerd Hoffmann <kraxel@redhat.com> - 0.6.1-1
- Update to 0.6.1.
2010-08-31 14:05:25 +00:00
* Tue Aug 31 2010 Alexander Larsson <alexl@redhat.com> - 0.6.0-1
- Update to 0.6.0 (stable release)
2010-07-20 19:22:28 +00:00
* Tue Jul 20 2010 Alexander Larsson <alexl@redhat.com> - 0.5.3-1
- Update to 0.5.3
2010-07-13 07:46:22 +00:00
* Mon Jul 12 2010 Gerd Hoffmann <kraxel@redhat.com> - 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 <kraxel@redhat.com> - 0.5.2-1
- initial package.