]> git.pld-linux.org Git - packages/vinagre.git/blob - vinagre.spec
- release 2 (by relup.sh)
[packages/vinagre.git] / vinagre.spec
1 Summary:        VNC client for the GNOME desktop
2 Summary(pl.UTF-8):      Klient VNC dla środowiska GNOME
3 Name:           vinagre
4 Version:        3.4.2
5 Release:        2
6 License:        GPL v2+
7 Group:          X11/Applications
8 Source0:        http://ftp.gnome.org/pub/GNOME/sources/vinagre/3.4/%{name}-%{version}.tar.xz
9 # Source0-md5:  17d2a25b2d6fea8c54a2910a62cf962e
10 URL:            http://www.gnome.org/projects/vinagre/
11 BuildRequires:  autoconf >= 2.64
12 BuildRequires:  automake >= 1:1.11.1
13 BuildRequires:  avahi-gobject-devel >= 0.6.26
14 BuildRequires:  avahi-ui-gtk3-devel >= 0.6.26
15 BuildRequires:  dbus-glib-devel
16 BuildRequires:  docbook-dtd43-xml
17 BuildRequires:  gettext-devel >= 0.17
18 BuildRequires:  glib2-devel >= 1:2.28.0
19 BuildRequires:  gnome-common >= 2.24.0
20 BuildRequires:  gnome-doc-utils >= 0.14.0
21 BuildRequires:  gtk+3-devel >= 3.0.3
22 BuildRequires:  gtk3-vnc-devel >= 0.4.3
23 BuildRequires:  intltool >= 0.40.0
24 BuildRequires:  itstool
25 BuildRequires:  libgnome-keyring-devel >= 2.24.0
26 BuildRequires:  libtool >= 2:2.2.6
27 BuildRequires:  libxml2-devel >= 1:2.6.31
28 BuildRequires:  perl-XML-Parser
29 BuildRequires:  pkgconfig >= 1:0.24
30 BuildRequires:  rpmbuild(find_lang) >= 1.23
31 BuildRequires:  rpmbuild(macros) >= 1.311
32 BuildRequires:  spice-gtk-devel >= 0.5
33 BuildRequires:  tar >= 1:1.22
34 BuildRequires:  telepathy-glib-devel >= 0.12.0
35 BuildRequires:  vte-devel >= 0.28.0
36 BuildRequires:  xz
37 BuildRequires:  yelp-tools
38 Requires(post,postun):  desktop-file-utils
39 Requires(post,postun):  glib2 >= 1:2.26.0
40 Requires(post,postun):  gtk-update-icon-cache
41 Requires(post,postun):  shared-mime-info
42 Requires:       hicolor-icon-theme
43 Suggests:       gnome-icon-theme
44 Obsoletes:      gnome-applet-vinagre
45 Obsoletes:      vinagre-devel
46 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
47
48 %description
49 Vinagre is a VNC client for the GNOME desktop environment.
50
51 %description -l pl.UTF-8
52 Vinagre to klient VNC dla środowiska graficznego GNOME.
53
54 %prep
55 %setup -q
56
57 %build
58 %{__intltoolize}
59 %{__libtoolize}
60 %{__aclocal}
61 %{__autoconf}
62 %{__autoheader}
63 %{__automake}
64 %configure \
65         SSH_PROGRAM=%{_bindir}/ssh \
66         RDESKTOP_PROGRAM=%{_bindir}/rdesktop \
67         --with-avahi \
68         --with-telepathy \
69         --enable-spice \
70         --disable-silent-rules \
71         --disable-schemas-compile
72 %{__make}
73
74 %install
75 rm -rf $RPM_BUILD_ROOT
76
77 %{__make} install \
78         DESTDIR=$RPM_BUILD_ROOT
79
80 %find_lang vinagre --with-gnome
81
82 %clean
83 rm -rf $RPM_BUILD_ROOT
84
85 %post
86 %glib_compile_schemas
87 %update_desktop_database_post
88 %update_mime_database
89 %update_icon_cache hicolor
90
91 %postun
92 %glib_compile_schemas
93 %update_desktop_database_postun
94 %update_mime_database
95 %update_icon_cache hicolor
96
97 %files -f vinagre.lang
98 %defattr(644,root,root,755)
99 %doc README NEWS COPYING AUTHORS
100 %attr(755,root,root) %{_bindir}/vinagre
101 %{_iconsdir}/hicolor/*/*/*.png
102 %{_iconsdir}/hicolor/*/*/*.svg
103 %{_desktopdir}/vinagre-file.desktop
104 %{_desktopdir}/vinagre.desktop
105 %{_datadir}/GConf/gsettings/org.gnome.Vinagre.convert
106 %{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.Vinagre.service
107 %{_datadir}/glib-2.0/schemas/org.gnome.Vinagre.gschema.xml
108 %{_datadir}/mime/packages/*.xml
109 %{_datadir}/telepathy/clients/Vinagre.client
110 %{_datadir}/vinagre
111 %{_mandir}/man1/*.1*
This page took 0.036497 seconds and 3 git commands to generate.