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

Revision 4616, 6.0 KB checked in by Takemikaduchi, 13 years ago (diff)

X.Org, compiz, GNOME3, etc...

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