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

Revision 8447, 7.5 KB checked in by Takemikaduchi, 10 years ago (diff)

GNOME-3.12.2

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