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

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

gnome-themes: fix Vine theme
metacity: fix theme
others: new upstream release

RevLine 
[6078]1%define gtk3_version 3.4.1
[2041]2%define gconf2_version 2.32.0
3%define libgcrypt_version 1.4.6
[6078]4%define avahi_version 0.6.31
[521]5
6Summary: A remote desktop system for GNOME
7Summary(ja): GNOME 用リモートデスクトップシステム
8Name: vino
[6201]9Version: 3.4.2
[521]10Release: 1%{?_dist_release}
11URL: http://www.gnome.org
12License: GPL
13Group: User Interface/Desktops
14
[6011]15Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/3.4/%{name}-%{version}.tar.xz
[521]16
17BuildRoot: %{_tmppath}/%{name}-%{version}-root
18
[805]19Requires: GConf2 >= %{gconf2_version}
[521]20
[4616]21Requires: gtk3 >= %{gtk3_version}
[521]22Requires: GConf2 >= %{gconf2_version}
23Requires: libgcrypt >= %{libgcrypt_version}
24Requires: avahi >= %{avahi_version}
25Requires: avahi-glib >= %{avahi_version}
[2041]26Requires: NetworkManager >= 0.8
[521]27
[4616]28BuildRequires: gtk3-devel >= %{gtk3_version}
[521]29BuildRequires: GConf2-devel >= %{gconf2_version}
[2041]30BuildRequires: dbus-devel >= 1.4.0
31BuildRequires: libsoup-devel >= 2.32.0
32BuildRequires: libnotify-devel >= 0.4.5
[521]33BuildRequires: libgcrypt-devel >= %{libgcrypt_version}
34BuildRequires: avahi-devel >= %{avahi_version}
35BuildRequires: avahi-glib-devel >= %{avahi_version}
[2041]36BuildRequires: libgnome-keyring-devel >= 2.32
[3801]37BuildRequires: NetworkManager-glib-devel >= 0.8
[4616]38BuildRequires: unique3-devel >= 3.0.0
[805]39BuildRequires: libSM-devel
[4704]40BuildRequires: libXtst-devel
[805]41BuildRequires: desktop-file-utils
[521]42
[4616]43Vendor: Project Vine
44Distribution: Vine Linux
45
[521]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
[4616]76make install DESTDIR=$RPM_BUILD_ROOT
[521]77unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
78
[4616]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
[521]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
[4616]100glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
[521]101
[4616]102%posttrans
103gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
104glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
[521]105
[4616]106
107
[521]108%files -f %{name}.lang
109%defattr(-,root,root)
110%doc AUTHORS ChangeLog COPYING NEWS README docs/TODO docs/remote-desktop.txt
[4616]111%{_sysconfdir}/xdg/autostart/vino-server.desktop
[521]112%{_bindir}/*
113%{_libexecdir}/*
[4616]114%{_datadir}/GConf/gsettings/org.gnome.Vino.convert
[521]115%{_datadir}/applications/*.desktop
116%{_datadir}/dbus-1/services/*
[4616]117%{_datadir}/glib-2.0/schemas/*.xml
[521]118%{_datadir}/vino
119
120%changelog
[6201]121* Sun May 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.2-1
122- new upstream release
123
[6078]124* Sun Apr 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.1-1
[6011]125- new upstream release
126
[5168]127* Sun Nov 20 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.2-1
128- new upstream release
129
[5038]130* Fri Oct 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.1-1
131- new upstream release
132
[4850]133* Thu Sep 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0-1
134- new upstream release
135
[4812]136* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.92-1
137- new upstream release
138
[4704]139* Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.90-1
140- new upstream release
141- add BuildRequires: libXtst-devel
142
[4650]143* Sun Aug 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.5-1
144- new upstream release
145
[4616]146* Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.4-1
147- new upstream release
148- change BuildRequires: unique3-devel instead of unique-devel
149
[3801]150* Thu May 05 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.2-1
151- new upstream release
152- change BuildRequires: NetworkManager-glib-devel instead of NetworkManager-devel
153
[2399]154* Sun Dec 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.1-1
155- new upstream release
156
[2041]157* Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.0-1
158- new upstream release
159
[805]160* Sun Apr 11 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.2-1
161- new upstream release
162- add BuildRequires: libSM-devel, desktop-file-utils
163- change BuildRequires: gnome-keyring-devel -> libgnome-keyring-devel
164
[521]165* Sun Nov  8 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.28.1-1
166- new upstream release
167
168* Thu May 28 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.2-1
169- new upstream release
170
171* Sat Apr 25 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.1-1
172- new upstream release
173
174* Mon Mar 23 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-1
175- new upstream release
176
177* Wed Oct 28 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.1-1
178- new upstream release
179
180* Sat Sep 27 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0-1
181- new upstream release
182
183* Sun Aug 24 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.22.2-1
184- new upstream release
185
186* Sat Aug 16 2008 Shu KONNO <owa@bg.wakwak.com> 2.18.1-1vl5
187- applied new versioning policy, spec in utf-8
188
189* Sat Apr 28 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.1-0vl1
190- new upstream release
191
192* Sat Apr 01 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.13.5-0vl3
193- run gtk-update-icon-cache in %%post script.
194
195* Mon Mar 13 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.13.5-0vl2
196- enable avahi, add BuildRequires: avahi-devel
197
198* Wed Mar 08 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.13.5-0vl1
199- new upstream release
200
201* Mon Sep 19 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.0-0vl1
202- new upstream release
203
204* Tue Mar 22 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.0-0vl1
205- new upstream version
206
207* Tue Nov 30 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.1-0vl1
208- initial build for Vine Linux
209- add japanese summary and description.
210
211* Tue Oct 12 2004 Mark McLoughlin <markmc@redhat.com> 2.8.1-1
212- Update to 2.8.1
213- Remove backported fixes
214
215* Thu Oct  7 2004 Mark McLoughlin <markmc@redhat.com> 2.8.0.1-1.1
216- Don't hang with metacity's "reduced resources" mode (#134240)
217- Improve the key repeat rate situation a good deal (#134451)
218
219* Wed Sep 29 2004 Mark McLoughlin <markmc@redhat.com> 2.8.0.1-1
220- Update to 2.8.0.1
221
222* Tue Sep 21 2004 Mark McLoughlin <markmc@redhat.com> 2.8.0-1
223- Update to 2.8.0
224- Remove upstreamed work-without-gnutls patch
225
226* Tue Sep  7 2004 Matthias Clasen <mclasen@redhat.com> 2.7.92-3
227- Disable help button until there is help (#131632)
228 
229* Wed Sep  1 2004 Mark McLoughlin <markmc@redhat.com> 2.7.92-2
230- Add patch to fix hang without GNU TLS (bug #131354)
231
232* Mon Aug 30 2004 Mark McLoughlin <markmc@redhat.com> 2.7.92-1
233- Update to 2.7.92
234
235* Tue Aug 17 2004 Mark McLoughlin <markmc@redhat.com> 2.7.91-1
236- Update to 2.7.91
237
238* Mon Aug 16 2004 Mark McLoughlin <markmc@redhat.com> 2.7.90-2
239- Define libgcrypt_version
240
241* Thu Aug 12 2004 Mark McLoughlin <markmc@redhat.com> 2.7.90-1
242- Update to 2.7.90
243
244* Wed Aug  4 2004 Mark McLoughlin <markmc@redhat.com> 2.7.4-1
245- Update to 2.7.4
246
247* Tue Jul 13 2004 Mark McLoughlin <markmc@redhat.com> 2.7.3.1-1
248- Initial build.
Note: See TracBrowser for help on using the repository browser.