]> git.pld-linux.org Git - packages/vinagre.git/blob - vinagre.spec
- updated to 2.24.2
[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:        2.24.2
5 Release:        1
6 License:        GPL v2+
7 Group:          X11/Applications
8 Source0:        http://ftp.gnome.org/pub/GNOME/sources/vinagre/2.24/%{name}-%{version}.tar.bz2
9 # Source0-md5:  330a65e0277a2c8fe746e2091c3198ce
10 URL:            http://www.gnome.org/projects/vinagre/
11 BuildRequires:  GConf2-devel >= 2.24.0
12 BuildRequires:  autoconf >= 2.59
13 BuildRequires:  automake
14 BuildRequires:  avahi-devel >= 0.6.22
15 BuildRequires:  avahi-glib-devel >= 0.6.22
16 BuildRequires:  avahi-gobject-devel >= 0.6.22
17 BuildRequires:  avahi-ui-devel >= 0.6.22
18 BuildRequires:  gettext-devel
19 BuildRequires:  glib2-devel >= 1:2.18.0
20 BuildRequires:  gnome-common >= 2.24.0
21 BuildRequires:  gnome-doc-utils >= 0.14.0
22 BuildRequires:  gnome-keyring-devel >= 2.24.0
23 BuildRequires:  gnome-panel-devel >= 2.24.0
24 BuildRequires:  gtk+2-devel >= 2:2.14.0
25 BuildRequires:  gtk-vnc-devel >= 0.3.7
26 BuildRequires:  intltool >= 0.40.0
27 BuildRequires:  libglade2-devel >= 1:2.6.2
28 BuildRequires:  libtool
29 BuildRequires:  perl-XML-Parser
30 BuildRequires:  pkgconfig
31 BuildRequires:  rpmbuild(find_lang) >= 1.23
32 BuildRequires:  rpmbuild(macros) >= 1.311
33 Requires(post,postun):  desktop-file-utils
34 Requires(post,postun):  gtk+2
35 Requires(post,postun):  hicolor-icon-theme
36 Requires(post,postun):  shared-mime-info
37 Requires(post,preun):   GConf2
38 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
39
40 %description
41 Vinagre is a VNC client for the GNOME desktop environment.
42
43 %description -l pl.UTF-8
44 Vinagre to klient VNC dla środowiska graficznego GNOME.
45
46 %prep
47 %setup -q
48
49 %build
50 %{__intltoolize}
51 %{__libtoolize}
52 %{__aclocal}
53 %{__autoconf}
54 %{__autoheader}
55 %{__automake}
56 %configure \
57         --enable-avahi=yes
58 %{__make}
59
60 %install
61 rm -rf $RPM_BUILD_ROOT
62
63 %{__make} install \
64         DESTDIR=$RPM_BUILD_ROOT \
65         GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
66
67 # Remove text files installed by vinagre, we install them in a versioned
68 # directory in the files section
69 rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/vinagre
70
71 %find_lang vinagre --with-gnome --with-omf
72
73 %clean
74 rm -rf $RPM_BUILD_ROOT
75
76 %post
77 %gconf_schema_install vinagre.schemas
78 %update_desktop_database_post
79 %update_mime_database
80 %update_icon_cache hicolor
81
82 %preun
83 %gconf_schema_uninstall vinagre.schemas
84
85 %postun
86 %update_desktop_database_postun
87 %update_mime_database
88 %update_icon_cache hicolor
89
90 %files -f vinagre.lang
91 %defattr(644,root,root,755)
92 %doc README NEWS COPYING AUTHORS
93 %attr(755,root,root) %{_bindir}/*
94 %{_iconsdir}/hicolor/*/*/*.png
95 %{_iconsdir}/hicolor/*/*/*.svg
96 %{_desktopdir}/*.desktop
97 %{_datadir}/mime/packages/*.xml
98 %{_datadir}/%{name}
99 %{_sysconfdir}/gconf/schemas/vinagre.schemas
100 %{_mandir}/man1/*.1*
101 %{_libdir}/bonobo/servers/GNOME_VinagreApplet.server
102 %attr(755,root,root) %{_libexecdir}/vinagre-applet
This page took 0.624243 seconds and 4 git commands to generate.