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

Revision 9287, 3.0 KB checked in by inagaki, 9 years ago (diff)

2015-01-22 Ryoichi INAGAKI <ryo1@…>

  • libesmtp, spice, spice-protcol, telepathy-salut: updated
  • ptlib: rebuilt


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