source: projects/specs/trunk/v/vino/vino-vl.spec @ 9073

Revision 9073, 7.7 KB checked in by Takemikaduchi, 10 years ago (diff)

GNOME 3.14.1

Line 
1%define gtk3_version 3.14.0
2%define libgcrypt_version 1.4.6
3%define avahi_version 0.6.31
4
5Summary: A remote desktop system for GNOME
6Summary(ja): GNOME 用リモートデスクトップシステム
7Name: vino
8Version: 3.14.0
9Release: 1%{?_dist_release}
10URL: http://www.gnome.org
11License: GPL
12Group: User Interface/Desktops
13
14Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/3.14/%{name}-%{version}.tar.xz
15
16BuildRoot: %{_tmppath}/%{name}-%{version}-root
17
18Requires: gtk3 >= %{gtk3_version}
19Requires: libgcrypt >= %{libgcrypt_version}
20Requires: avahi >= %{avahi_version}
21Requires: avahi-glib >= %{avahi_version}
22Requires: NetworkManager >= 0.8
23
24BuildRequires: gtk3-devel >= %{gtk3_version}
25BuildRequires: dbus-devel >= 1.4.0
26BuildRequires: libsoup-devel >= 2.32.0
27BuildRequires: libnotify-devel >= 0.4.5
28BuildRequires: libgcrypt-devel >= %{libgcrypt_version}
29BuildRequires: avahi-devel >= %{avahi_version}
30BuildRequires: avahi-glib-devel >= %{avahi_version}
31BuildRequires: libgnome-keyring-devel >= 2.32
32BuildRequires: NetworkManager-glib-devel >= 0.8
33BuildRequires: unique3-devel >= 3.0.0
34BuildRequires: libSM-devel
35BuildRequires: libXtst-devel
36BuildRequires: libjpeg-turbo-devel
37BuildRequires: desktop-file-utils
38
39Vendor: Project Vine
40Distribution: Vine Linux
41
42%description
43Vino is a VNC server for GNOME. It allows remote users to
44connect to a running GNOME session using VNC.
45
46%description -l ja
47Vine は GNOME 用の VNC サーバです。Vino によりリモートユーザが
48VNC を利用して稼働中のGNOME セッション接続することができるよう
49になります。
50
51%prep
52%setup -q
53
54%build
55%configure \
56        --disable-schemas-install \
57        --enable-avahi \
58        --disable-gnutls \
59        --disable-session-support \
60        --disable-telepathy \
61        --enable-libnotify \
62        --enable-network-manager \
63        --enable-gnome-keyring \
64        --disable-http-server \
65        --enable-libunique=yes
66%__make %{?_smp_mflags}
67
68%install
69rm -rf $RPM_BUILD_ROOT
70
71make install DESTDIR=$RPM_BUILD_ROOT
72
73# stuff we don't want
74rm -rf $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/icon-theme.cache
75
76%find_lang %{name}
77
78%clean
79rm -rf $RPM_BUILD_ROOT
80
81%post
82touch --no-create %{_datadir}/icons/hicolor
83
84%postun
85touch --no-create %{_datadir}/icons/hicolor
86if [ -x /usr/bin/gtk-update-icon-cache ]; then
87  /usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor ||:
88fi
89glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
90
91%posttrans
92gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
93glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
94
95
96
97%files -f %{name}.lang
98%defattr(-,root,root)
99%doc AUTHORS ChangeLog COPYING NEWS README docs/TODO docs/remote-desktop.txt
100%{_libexecdir}/*
101%{_datadir}/GConf/gsettings/org.gnome.Vino.convert
102%{_datadir}/applications/vino-server.desktop
103%{_datadir}/dbus-1/services/*
104%{_datadir}/glib-2.0/schemas/*.xml
105
106%changelog
107* Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.14.0-1
108- new upstream release
109
110* Sat Mar 29 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.0-1
111- new upstream release
112
113* Thu Feb 20 2014 NAKAMURA Kenta <kenta@vinelinux.org> 3.10.1-3
114- rebuilt with gnutls-3.2 and libgcrypt-1.6
115
116* Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.1-2
117- rebuild with VineSeed environment
118
119* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.1-1
120- new upstream release
121
122* Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.1-1
123- new upstream release
124- add BuildRequires: libjpeg-turbo-devel
125
126* Wed Oct 17 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.1-1
127- new upstream release
128
129* Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-1
130- new upstream release
131- remove BuildRequires: GConf2-devel
132
133* Sun May 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.2-1
134- new upstream release
135
136* Sun Apr 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.1-1
137- new upstream release
138
139* Sun Nov 20 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.2-1
140- new upstream release
141
142* Fri Oct 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.1-1
143- new upstream release
144
145* Thu Sep 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0-1
146- new upstream release
147
148* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.92-1
149- new upstream release
150
151* Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.90-1
152- new upstream release
153- add BuildRequires: libXtst-devel
154
155* Sun Aug 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.5-1
156- new upstream release
157
158* Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.4-1
159- new upstream release
160- change BuildRequires: unique3-devel instead of unique-devel
161
162* Thu May 05 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.2-1
163- new upstream release
164- change BuildRequires: NetworkManager-glib-devel instead of NetworkManager-devel
165
166* Sun Dec 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.1-1
167- new upstream release
168
169* Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.0-1
170- new upstream release
171
172* Sun Apr 11 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.2-1
173- new upstream release
174- add BuildRequires: libSM-devel, desktop-file-utils
175- change BuildRequires: gnome-keyring-devel -> libgnome-keyring-devel
176
177* Sun Nov  8 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.28.1-1
178- new upstream release
179
180* Thu May 28 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.2-1
181- new upstream release
182
183* Sat Apr 25 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.1-1
184- new upstream release
185
186* Mon Mar 23 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-1
187- new upstream release
188
189* Tue Oct 28 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.1-1
190- new upstream release
191
192* Sat Sep 27 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0-1
193- new upstream release
194
195* Sun Aug 24 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.22.2-1
196- new upstream release
197
198* Sat Aug 16 2008 Shu KONNO <owa@bg.wakwak.com> 2.18.1-1vl5
199- applied new versioning policy, spec in utf-8
200
201* Sat Apr 28 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.1-0vl1
202- new upstream release
203
204* Sat Apr 01 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.13.5-0vl3
205- run gtk-update-icon-cache in %%post script.
206
207* Mon Mar 13 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.13.5-0vl2
208- enable avahi, add BuildRequires: avahi-devel
209
210* Wed Mar 08 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.13.5-0vl1
211- new upstream release
212
213* Mon Sep 19 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.0-0vl1
214- new upstream release
215
216* Tue Mar 22 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.0-0vl1
217- new upstream version
218
219* Tue Nov 30 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.1-0vl1
220- initial build for Vine Linux
221- add japanese summary and description.
222
223* Tue Oct 12 2004 Mark McLoughlin <markmc@redhat.com> 2.8.1-1
224- Update to 2.8.1
225- Remove backported fixes
226
227* Thu Oct  7 2004 Mark McLoughlin <markmc@redhat.com> 2.8.0.1-1.1
228- Don't hang with metacity's "reduced resources" mode (#134240)
229- Improve the key repeat rate situation a good deal (#134451)
230
231* Wed Sep 29 2004 Mark McLoughlin <markmc@redhat.com> 2.8.0.1-1
232- Update to 2.8.0.1
233
234* Tue Sep 21 2004 Mark McLoughlin <markmc@redhat.com> 2.8.0-1
235- Update to 2.8.0
236- Remove upstreamed work-without-gnutls patch
237
238* Tue Sep  7 2004 Matthias Clasen <mclasen@redhat.com> 2.7.92-3
239- Disable help button until there is help (#131632)
240 
241* Wed Sep  1 2004 Mark McLoughlin <markmc@redhat.com> 2.7.92-2
242- Add patch to fix hang without GNU TLS (bug #131354)
243
244* Mon Aug 30 2004 Mark McLoughlin <markmc@redhat.com> 2.7.92-1
245- Update to 2.7.92
246
247* Tue Aug 17 2004 Mark McLoughlin <markmc@redhat.com> 2.7.91-1
248- Update to 2.7.91
249
250* Mon Aug 16 2004 Mark McLoughlin <markmc@redhat.com> 2.7.90-2
251- Define libgcrypt_version
252
253* Thu Aug 12 2004 Mark McLoughlin <markmc@redhat.com> 2.7.90-1
254- Update to 2.7.90
255
256* Wed Aug  4 2004 Mark McLoughlin <markmc@redhat.com> 2.7.4-1
257- Update to 2.7.4
258
259* Tue Jul 13 2004 Mark McLoughlin <markmc@redhat.com> 2.7.3.1-1
260- Initial build.
Note: See TracBrowser for help on using the repository browser.