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

Revision 8011, 7.3 KB checked in by Takemikaduchi, 11 years ago (diff)

new upstream release

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