source: projects/specs/trunk/s/spice-protocol/spice-protocol-vl.spec @ 7115

Revision 7115, 2.8 KB checked in by Takemikaduchi, 11 years ago (diff)

QEMU-1.2.0

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