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

Revision 6951, 7.4 KB checked in by Takemikaduchi, 12 years ago (diff)

GNOME-3.6.1

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