]> git.pld-linux.org Git - packages/vinagre.git/blob - vinagre.spec
a082552597f534baeb799a8d78331fdc2d55488d
[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.8.2
5 Release:        1
6 License:        GPL v2+
7 Group:          X11/Applications
8 Source0:        http://ftp.gnome.org/pub/GNOME/sources/vinagre/3.8/%{name}-%{version}.tar.xz
9 # Source0-md5:  661a8497beccfc87e43ee81bfb4db7e8
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.50.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 Suggests:       openssh-clients
45 Suggests:       rdesktop
46 Obsoletes:      gnome-applet-vinagre
47 Obsoletes:      vinagre-devel
48 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
49
50 %description
51 Vinagre is a VNC client for the GNOME desktop environment.
52
53 %description -l pl.UTF-8
54 Vinagre to klient VNC dla środowiska graficznego GNOME.
55
56 %prep
57 %setup -q
58
59 %build
60 %{__intltoolize}
61 %{__libtoolize}
62 %{__aclocal}
63 %{__autoconf}
64 %{__autoheader}
65 %{__automake}
66 %configure \
67         SSH_PROGRAM=%{_bindir}/ssh \
68         RDESKTOP_PROGRAM=%{_bindir}/rdesktop \
69         --with-avahi \
70         --with-telepathy \
71         --enable-spice \
72         --disable-silent-rules \
73         --disable-schemas-compile
74 %{__make}
75
76 %install
77 rm -rf $RPM_BUILD_ROOT
78
79 %{__make} install \
80         DESTDIR=$RPM_BUILD_ROOT
81
82 %find_lang vinagre --with-gnome
83
84 %clean
85 rm -rf $RPM_BUILD_ROOT
86
87 %post
88 %glib_compile_schemas
89 %update_desktop_database_post
90 %update_mime_database
91 %update_icon_cache hicolor
92
93 %postun
94 %glib_compile_schemas
95 %update_desktop_database_postun
96 %update_mime_database
97 %update_icon_cache hicolor
98
99 %files -f vinagre.lang
100 %defattr(644,root,root,755)
101 %doc README NEWS COPYING AUTHORS
102 %attr(755,root,root) %{_bindir}/vinagre
103 %{_iconsdir}/hicolor/*/*/*.png
104 %{_iconsdir}/hicolor/*/*/*.svg
105 %{_desktopdir}/vinagre-file.desktop
106 %{_desktopdir}/vinagre.desktop
107 %{_datadir}/GConf/gsettings/org.gnome.Vinagre.convert
108 %{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.Vinagre.service
109 %{_datadir}/glib-2.0/schemas/org.gnome.Vinagre.gschema.xml
110 %{_datadir}/mime/packages/*.xml
111 %{_datadir}/telepathy/clients/Vinagre.client
112 %{_datadir}/vinagre
113 %{_mandir}/man1/*.1*
This page took 0.058432 seconds and 2 git commands to generate.