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

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

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

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