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