source: projects/specs/trunk/v/vinagre/vinagre-vl.spec @ 7119

Revision 7119, 7.0 KB checked in by Takemikaduchi, 12 years ago (diff)

GNOME-3.6.2

Line 
1Summary:        VNC client for the GNOME desktop
2Summary(ja):    GNOME デスクトップ用 VNC クライアント
3
4Name:           vinagre
5Version:        3.6.2
6Release:        1%{?_dist_release}
7
8Group:          Applications/System
9License:        GPLv2+
10URL:            http://www.gnome.org/projects/vinagre/
11Source0:        http://download.gnome.org/sources/%{name}/3.6/%{name}-%{version}.tar.xz
12
13BuildRoot:      %{_tmppath}/%{name}-%{version}-root
14
15BuildRequires:  gtk-vnc-devel >= 0.3.10
16BuildRequires:  glib2-devel >= 2.26.0
17BuildRequires:  gtk3-devel >= 3.0.0
18BuildRequires:  avahi-ui-devel >= 0.6.22
19BuildRequires:  avahi-gobject-devel >= 0.6.22
20BuildRequires:  perl(XML::Parser) gettext intltool
21BuildRequires:  desktop-file-utils
22BuildRequires:  libsecret-devel
23BuildRequires:  gnome-panel-devel
24BuildRequires:  libxml2-devel >= 2.6.31
25BuildRequires:  vte-devel >= 0.26
26BuildRequires:  libpeas-devel >= 0.7.2
27BuildRequires:  gtk-vnc-devel >= 0.4.3
28BuildRequires:  yelp-tools
29
30Obsoletes:      %{name}-devel < 3.1.0
31
32Vendor: Project Vine
33Distribution: Vine Linux
34Packager: Takemikaduchi
35
36%description
37Vinagre is a VNC client for the GNOME desktop environment.
38
39
40%prep
41%setup -q
42
43%build
44%configure \
45    --disable-scrollkeeper
46
47make %{?_smp_mflags}
48
49
50%install
51rm -rf $RPM_BUILD_ROOT
52export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
53make install DESTDIR=$RPM_BUILD_ROOT
54
55# Remove text files installed by vinagre, we install them in a versioned
56# directory in the files section
57rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/vinagre/
58
59desktop-file-install                                            \
60        --remove-category=Application                           \
61        --add-category=GTK                                      \
62        --delete-original                                       \
63        --dir=$RPM_BUILD_ROOT%{_datadir}/applications           \
64        $RPM_BUILD_ROOT%{_datadir}/applications/vinagre.desktop
65
66%find_lang vinagre --with-gnome
67
68%clean
69rm -rf $RPM_BUILD_ROOT
70
71%post
72update-desktop-database -q
73touch %{_datadir}/icons/hicolor
74if [ -x /usr/bin/gtk-update-icon-cache ]; then
75  /usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
76fi
77
78
79%postun
80update-desktop-database -q
81update-mime-database %{_datadir}/mime >/dev/null
82touch %{_datadir}/icons/hicolor
83if [ -x /usr/bin/gtk-update-icon-cache ]; then
84  /usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
85fi
86glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
87
88%posttrans
89glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
90
91
92%files -f vinagre.lang
93%defattr(-,root,root,-)
94%doc README NEWS COPYING AUTHORS
95%{_bindir}/vinagre
96%{_datadir}/GConf/gsettings/org.gnome.Vinagre.convert
97%{_datadir}/applications/*.desktop
98%{_datadir}/glib-2.0/schemas/org.gnome.Vinagre.gschema.xml
99%{_datadir}/icons/hicolor/*/*/*
100%{_datadir}/mime/packages/vinagre-mime.xml
101%{_datadir}/%{name}/
102%{_mandir}/man1/vinagre.1.gz
103
104
105%changelog
106* Wed Nov 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.2-1
107- new upstream release
108
109* Wed Oct 17 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.1-1
110- new upstream release
111
112* Sun Sep 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-1
113- new upstream release
114- add BuildRequires: libsecret-devel
115- remove BuildRequires: libgnome-keyring-devel
116- change BuildRequires: yelp-tools instead of gome-doc-utils
117
118* Sun May 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.2-1
119- new upstream release
120
121* Sun Apr 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.1-1
122- new upstream release
123- remove BuildRequires: GConf2-devel
124- add BuildRequires: itstool
125
126* Mon Nov 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.2-1
127- new upstream release
128
129* Sat Oct 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.1-1
130- new upstream release
131
132* Fri Sep 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0-1
133- new upstream release
134
135* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.92-1
136- new upstream release
137
138* Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.90-1
139- new upstream release
140
141* Sun Aug 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.5-1
142- new upstream release
143
144* Tue Aug 16 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.4-1
145- new upstream release
146- add BuildRequires: libpeas-devel, gtk-vnc-devel
147- delete -devel sub package
148
149* Thu Dec 09 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.3-2
150- create -devel sub package
151
152* Tue Oct 05 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.3-1
153- new upstream release
154- change BuildRequires: gnome-panel-devel instead of gnome-panel
155
156* Tue Sep 28 2010 Shu KONNO <owa@bg.wakwak.com> 2.30.2-2
157- rebuilt with rpm-4.8.1 for pkg-config
158
159* Tue Jun 29 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.2-1
160- new upstream release
161
162* Sun Apr 11 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1
163- new upstream release
164- change BuildRequires: gnome-keyring-devel -> libgnome-keyring-devel
165
166* Sun Nov  8 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.28.1-1
167- new upstream release
168
169* Thu May 28 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.2-1
170- new upstream release
171
172* Sat Apr 25 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.1-1
173- new upstream release
174
175* Mon Mar 23 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-1
176- new upstream release
177
178* Mon Jan 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.2-1
179- new upstream release
180- build with gnutls-2.6.3
181
182* Wed Oct 28 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.1-1
183- new upstream release
184
185* Sat Sep 27 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0-1
186- new upstream release
187
188* Sat Sep 20 2008 Daisuke SUZUKI <daisuke@linux.or.jp>  2.23.92-1
189- initial build for Vine Linux
190
191* Mon Sep  8 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.92-1
192- Update to 2.23.92
193
194* Tue Sep  2 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.91-1
195- Update to 2.23.91
196
197* Fri Aug 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.90-1
198- Update to 2.23.90
199
200* Wed Jun 25 2008 - Bastien Nocera <bnocera@redhat.com> - 2.23.4-2
201- Rebuild
202
203* Tue Jun 17 2008 - Bastien Nocera <bnocera@redhat.com> - 2.23.4-1
204- Update to 2.23.4
205- Fix URL (#451746)
206
207* Wed Jun  4 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.3.1-1
208- Update to 2.23.3.1
209
210* Fri Apr 25 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.1-1
211- Update to 2.23.1
212
213* Mon Apr  7 2008 Matthias Clasen <mclasen@redhat.com> - 0.5.1-1
214- Update to 0.5.1
215
216* Mon Mar 10 2008 Matthias Clasen <mclasen@redhat.com> - 0.5.0-1
217- Update to 0.5.0
218
219* Mon Feb 25 2008 Matthias Clasen <mclasen@redhat.com> - 0.4.92-1
220- Update to 0.4.92
221
222* Mon Feb 18 2008 Matthias Clasen <mclasen@redhat.com> - 0.4.91-2
223- Spec file fixes
224
225* Tue Feb 12 2008 Matthias Clasen <mclasen@redhat.com> - 0.4.91-1
226- Update to 0.4.91
227
228* Tue Jan 29 2008 Matthias Clasen <mclasen@redhat.com> - 0.4.90-1
229- Update to 0.4.90
230
231* Thu Dec 13 2007 - Bastien Nocera <bnocera@redhat.com> - 0.4-1
232- Update to 0.4 and drop obsolete patches
233
234* Fri Nov 23 2007 - Bastien Nocera <bnocera@redhat.com> - 0.3-3
235- Fix crasher when passing broken options on the command-line (#394671)
236
237* Thu Oct 25 2007 - Bastien Nocera <bnocera@redhat.com> - 0.3-2
238- Fix crasher when setting a favourite with no password (#352371)
239
240* Mon Sep 24 2007 - Bastien Nocera <bnocera@redhat.com> - 0.3-1
241- Update to 0.3
242
243* Wed Aug 22 2007 - Bastien Nocera <bnocera@redhat.com> - 0.2-1
244- First version
245- Fix plenty of comments from Ray Strode as per review
246- Have work-around for BZ #253734
247
Note: See TracBrowser for help on using the repository browser.