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

Revision 9569, 8.0 KB checked in by Takemikaduchi, 9 years ago (diff)

cogl: add patch
others: new upstream release

Line 
1Summary:        VNC client for the GNOME desktop
2Summary(ja):    GNOME デスクトップ用 VNC クライアント
3
4Name:           vinagre
5Version:        3.16.1
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.16/%{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
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
84glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
85
86%posttrans
87glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
88
89
90%files -f vinagre.lang
91%defattr(-,root,root,-)
92%doc README NEWS COPYING AUTHORS
93%{_bindir}/vinagre
94%{_datadir}/GConf/gsettings/org.gnome.Vinagre.convert
95%{_datadir}/appdata/vinagre.appdata.xml
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 May 16 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.1-1
106- new upstream release
107
108* Sun Mar 29 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.0-1
109- new upstream release
110
111* Mon Dec 22 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.14.3-1
112- new upstream release
113
114* Wed Nov 19 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.14.2-1
115- new upstream release
116
117* Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.14.1-1
118- new upstream release
119
120* Sat May 17 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.2-1
121- new upstream release
122
123* Sun Apr 20 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.1-1
124- new upstream release
125
126* Sun Mar 30 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.0-1
127- new upstream release
128
129* Sat Nov 30 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.2-1
130- new upstream release
131
132* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.1-1
133- new upstream release
134
135* Sun Aug 11 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.3-1
136- new upstream release
137- remove BuildRequires: gnome-panel-devel
138- add BuildRequires: gnome-icon-theme
139
140* Wed Nov 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.2-1
141- new upstream release
142
143* Wed Oct 17 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.1-1
144- new upstream release
145
146* Sun Sep 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-1
147- new upstream release
148- add BuildRequires: libsecret-devel
149- remove BuildRequires: libgnome-keyring-devel
150- change BuildRequires: yelp-tools instead of gome-doc-utils
151
152* Sun May 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.2-1
153- new upstream release
154
155* Sun Apr 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.1-1
156- new upstream release
157- remove BuildRequires: GConf2-devel
158- add BuildRequires: itstool
159
160* Mon Nov 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.2-1
161- new upstream release
162
163* Sat Oct 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.1-1
164- new upstream release
165
166* Fri Sep 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0-1
167- new upstream release
168
169* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.92-1
170- new upstream release
171
172* Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.90-1
173- new upstream release
174
175* Sun Aug 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.5-1
176- new upstream release
177
178* Tue Aug 16 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.4-1
179- new upstream release
180- add BuildRequires: libpeas-devel, gtk-vnc-devel
181- delete -devel sub package
182
183* Thu Dec 09 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.3-2
184- create -devel sub package
185
186* Tue Oct 05 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.3-1
187- new upstream release
188- change BuildRequires: gnome-panel-devel instead of gnome-panel
189
190* Tue Sep 28 2010 Shu KONNO <owa@bg.wakwak.com> 2.30.2-2
191- rebuilt with rpm-4.8.1 for pkg-config
192
193* Tue Jun 29 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.2-1
194- new upstream release
195
196* Sun Apr 11 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1
197- new upstream release
198- change BuildRequires: gnome-keyring-devel -> libgnome-keyring-devel
199
200* Sun Nov  8 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.28.1-1
201- new upstream release
202
203* Thu May 28 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.2-1
204- new upstream release
205
206* Sat Apr 25 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.1-1
207- new upstream release
208
209* Mon Mar 23 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-1
210- new upstream release
211
212* Mon Jan 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.2-1
213- new upstream release
214- build with gnutls-2.6.3
215
216* Tue Oct 28 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.1-1
217- new upstream release
218
219* Sat Sep 27 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0-1
220- new upstream release
221
222* Sat Sep 20 2008 Daisuke SUZUKI <daisuke@linux.or.jp>  2.23.92-1
223- initial build for Vine Linux
224
225* Mon Sep  8 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.92-1
226- Update to 2.23.92
227
228* Tue Sep  2 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.91-1
229- Update to 2.23.91
230
231* Fri Aug 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.90-1
232- Update to 2.23.90
233
234* Wed Jun 25 2008 - Bastien Nocera <bnocera@redhat.com> - 2.23.4-2
235- Rebuild
236
237* Tue Jun 17 2008 - Bastien Nocera <bnocera@redhat.com> - 2.23.4-1
238- Update to 2.23.4
239- Fix URL (#451746)
240
241* Wed Jun  4 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.3.1-1
242- Update to 2.23.3.1
243
244* Fri Apr 25 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.1-1
245- Update to 2.23.1
246
247* Mon Apr  7 2008 Matthias Clasen <mclasen@redhat.com> - 0.5.1-1
248- Update to 0.5.1
249
250* Mon Mar 10 2008 Matthias Clasen <mclasen@redhat.com> - 0.5.0-1
251- Update to 0.5.0
252
253* Mon Feb 25 2008 Matthias Clasen <mclasen@redhat.com> - 0.4.92-1
254- Update to 0.4.92
255
256* Mon Feb 18 2008 Matthias Clasen <mclasen@redhat.com> - 0.4.91-2
257- Spec file fixes
258
259* Tue Feb 12 2008 Matthias Clasen <mclasen@redhat.com> - 0.4.91-1
260- Update to 0.4.91
261
262* Tue Jan 29 2008 Matthias Clasen <mclasen@redhat.com> - 0.4.90-1
263- Update to 0.4.90
264
265* Thu Dec 13 2007 - Bastien Nocera <bnocera@redhat.com> - 0.4-1
266- Update to 0.4 and drop obsolete patches
267
268* Fri Nov 23 2007 - Bastien Nocera <bnocera@redhat.com> - 0.3-3
269- Fix crasher when passing broken options on the command-line (#394671)
270
271* Thu Oct 25 2007 - Bastien Nocera <bnocera@redhat.com> - 0.3-2
272- Fix crasher when setting a favourite with no password (#352371)
273
274* Mon Sep 24 2007 - Bastien Nocera <bnocera@redhat.com> - 0.3-1
275- Update to 0.3
276
277* Wed Aug 22 2007 - Bastien Nocera <bnocera@redhat.com> - 0.2-1
278- First version
279- Fix plenty of comments from Ray Strode as per review
280- Have work-around for BZ #253734
281
Note: See TracBrowser for help on using the repository browser.