123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106 |
- Name: spice-protocol
- Version: 0.12.7
- Release: 1%{?_dist_release}
- Summary: Spice protocol header files
- Summary(ja): Spice プロトコルのヘッダファイル
- Group: Development/Libraries
- # Main headers are BSD, controller / foreign menu are LGPL
- License: BSD and LGPLv2+
- URL: http://www.spice-space.org/
- Source0: http://www.spice-space.org/download/releases/%{name}-%{version}.tar.bz2
- BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
- 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
- %doc COPYING NEWS
- %{_includedir}/spice-1
- %{_datadir}/pkgconfig/spice-protocol.pc
- %changelog
- * Thu Jan 22 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.12.7-1
- - updated to 0.12.7
- * Sun Nov 11 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.12.2-1
- - initial build for Vine Linux
- * Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.1-2
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
- * 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
- * Sun Nov 13 2011 Alon Levy <alevy@redhat.com> - 0.10.0-1
- - Update to 0.10.0
- * Sun Oct 23 2011 Alon Levy <alevy@redhat.com> - 0.9.1-1
- - Update to 0.9.1
- * Thu Aug 25 2011 Hans de Goede <hdegoede@redhat.com> - 0.9.0-1
- - Update to 0.9.0
- * Mon Jul 25 2011 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.8.1-2
- - Added spice-protocol-0.8.1-define-INLINE.patch
- * Tue Jul 19 2011 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.8.1-1
- - Update to 0.8.1
- * Tue Mar 1 2011 Hans de Goede <hdegoede@redhat.com> - 0.8.0-1
- - Update to 0.8.0
- * Fri Feb 11 2011 Hans de Goede <hdegoede@redhat.com> - 0.7.1-1
- - Update to 0.7.1
- * Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.0-3
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
- * Wed Jan 12 2011 Hans de Goede <hdegoede@redhat.com> - 0.7.0-2
- - Update License tag (controller and foreign menu headers are LGPL)
- * Fri Dec 17 2010 Hans de Goede <hdegoede@redhat.com> - 0.7.0-1
- - Update to 0.7.0
- * Mon Oct 18 2010 Hans de Goede <hdegoede@redhat.com> - 0.6.3-1
- - Update to 0.6.3
- * Thu Sep 30 2010 Gerd Hoffmann <kraxel@redhat.com> - 0.6.1-1
- - Update to 0.6.1.
- * Tue Aug 31 2010 Alexander Larsson <alexl@redhat.com> - 0.6.0-1
- - Update to 0.6.0 (stable release)
- * Tue Jul 20 2010 Alexander Larsson <alexl@redhat.com> - 0.5.3-1
- - Update to 0.5.3
- * 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.
|