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

Revision 5168, 7.2 KB checked in by Takemikaduchi, 12 years ago (diff)

new upstream release

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