spice-protocol-vl.spec 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. Name: spice-protocol
  2. Version: 0.12.7
  3. Release: 1%{?_dist_release}
  4. Summary: Spice protocol header files
  5. Summary(ja): Spice プロトコルのヘッダファイル
  6. Group: Development/Libraries
  7. # Main headers are BSD, controller / foreign menu are LGPL
  8. License: BSD and LGPLv2+
  9. URL: http://www.spice-space.org/
  10. Source0: http://www.spice-space.org/download/releases/%{name}-%{version}.tar.bz2
  11. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  12. BuildArch: noarch
  13. %description
  14. Header files describing the spice protocol
  15. and the para-virtual graphics card QXL.
  16. %prep
  17. %setup -q
  18. %build
  19. %configure
  20. make %{?_smp_mflags}
  21. %install
  22. make DESTDIR=%{buildroot} install
  23. %files
  24. %doc COPYING NEWS
  25. %{_includedir}/spice-1
  26. %{_datadir}/pkgconfig/spice-protocol.pc
  27. %changelog
  28. * Thu Jan 22 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.12.7-1
  29. - updated to 0.12.7
  30. * Sun Nov 11 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.12.2-1
  31. - initial build for Vine Linux
  32. * Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.1-2
  33. - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
  34. * Mon Jan 16 2012 Hans de Goede <hdegoede@redhat.com> - 0.10.1-1
  35. - Update to 0.10.1
  36. * Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.0-2
  37. - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
  38. * Sun Nov 13 2011 Alon Levy <alevy@redhat.com> - 0.10.0-1
  39. - Update to 0.10.0
  40. * Sun Oct 23 2011 Alon Levy <alevy@redhat.com> - 0.9.1-1
  41. - Update to 0.9.1
  42. * Thu Aug 25 2011 Hans de Goede <hdegoede@redhat.com> - 0.9.0-1
  43. - Update to 0.9.0
  44. * Mon Jul 25 2011 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.8.1-2
  45. - Added spice-protocol-0.8.1-define-INLINE.patch
  46. * Tue Jul 19 2011 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.8.1-1
  47. - Update to 0.8.1
  48. * Tue Mar 1 2011 Hans de Goede <hdegoede@redhat.com> - 0.8.0-1
  49. - Update to 0.8.0
  50. * Fri Feb 11 2011 Hans de Goede <hdegoede@redhat.com> - 0.7.1-1
  51. - Update to 0.7.1
  52. * Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.0-3
  53. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  54. * Wed Jan 12 2011 Hans de Goede <hdegoede@redhat.com> - 0.7.0-2
  55. - Update License tag (controller and foreign menu headers are LGPL)
  56. * Fri Dec 17 2010 Hans de Goede <hdegoede@redhat.com> - 0.7.0-1
  57. - Update to 0.7.0
  58. * Mon Oct 18 2010 Hans de Goede <hdegoede@redhat.com> - 0.6.3-1
  59. - Update to 0.6.3
  60. * Thu Sep 30 2010 Gerd Hoffmann <kraxel@redhat.com> - 0.6.1-1
  61. - Update to 0.6.1.
  62. * Tue Aug 31 2010 Alexander Larsson <alexl@redhat.com> - 0.6.0-1
  63. - Update to 0.6.0 (stable release)
  64. * Tue Jul 20 2010 Alexander Larsson <alexl@redhat.com> - 0.5.3-1
  65. - Update to 0.5.3
  66. * Mon Jul 12 2010 Gerd Hoffmann <kraxel@redhat.com> - 0.5.2-2
  67. - Fix license: It is BSD, not GPL.
  68. - Cleanup specfile, drop bits not needed any more with
  69. recent rpm versions (F13+).
  70. * Fri Jul 9 2010 Gerd Hoffmann <kraxel@redhat.com> - 0.5.2-1
  71. - initial package.