]> git.pld-linux.org Git - packages/vinagre.git/blame - vinagre.spec
- updated to 2.24.1
[packages/vinagre.git] / vinagre.spec
CommitLineData
bd292ddf 1Summary: VNC client for the GNOME desktop
095b36c7 2Summary(pl.UTF-8): Klient VNC dla środowiska GNOME
bd292ddf 3Name: vinagre
b626644d 4Version: 2.24.1
56a22ae7 5Release: 1
bd292ddf
PZ
6License: GPL v2+
7Group: X11/Applications
4bc67cdb 8Source0: http://ftp.gnome.org/pub/GNOME/sources/vinagre/2.24/%{name}-%{version}.tar.bz2
b626644d 9# Source0-md5: 8eb630b3740793765f0d7eb4fd70894b
bd292ddf 10URL: http://www.gnome.org/projects/vinagre/
b626644d 11BuildRequires: GConf2-devel >= 2.24.0
bd292ddf
PZ
12BuildRequires: autoconf >= 2.59
13BuildRequires: automake
4bc67cdb 14BuildRequires: avahi-devel >= 0.6.22
15BuildRequires: avahi-glib-devel >= 0.6.22
4bc67cdb 16BuildRequires: avahi-gobject-devel >= 0.6.22
b626644d
MB
17BuildRequires: avahi-ui-devel >= 0.6.22
18BuildRequires: gettext-devel
19BuildRequires: glib2-devel >= 1:2.18.0
20BuildRequires: gnome-common >= 2.24.0
21BuildRequires: gnome-doc-utils >= 0.14.0
22BuildRequires: gnome-keyring-devel >= 2.24.0
23BuildRequires: gnome-panel-devel >= 2.24.0
24BuildRequires: gtk+2-devel >= 2:2.14.0
4bc67cdb 25BuildRequires: gtk-vnc-devel >= 0.3.7
b626644d
MB
26BuildRequires: intltool >= 0.40.0
27BuildRequires: libglade2-devel >= 1:2.6.2
4bc67cdb 28BuildRequires: libtool
bd292ddf
PZ
29BuildRequires: perl-XML-Parser
30BuildRequires: pkgconfig
b626644d
MB
31BuildRequires: rpmbuild(find_lang) >= 1.23
32BuildRequires: rpmbuild(macros) >= 1.311
bd292ddf 33Requires(post,postun): desktop-file-utils
b626644d 34Requires(post,postun): gtk+2
bd292ddf
PZ
35Requires(post,postun): hicolor-icon-theme
36Requires(post,postun): shared-mime-info
b626644d 37Requires(post,preun): GConf2
bd292ddf
PZ
38BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
39
40%description
41Vinagre is a VNC client for the GNOME desktop environment.
42
095b36c7
JB
43%description -l pl.UTF-8
44Vinagre to klient VNC dla środowiska graficznego GNOME.
45
bd292ddf
PZ
46%prep
47%setup -q
48
49%build
50%{__intltoolize}
56a22ae7 51%{__libtoolize}
bd292ddf
PZ
52%{__aclocal}
53%{__autoconf}
b626644d 54%{__autoheader}
bd292ddf
PZ
55%{__automake}
56%configure \
57 --enable-avahi=yes
58%{__make}
59
60%install
61rm -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
095b36c7 69rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/vinagre
bd292ddf 70
180bd456 71%find_lang vinagre --with-gnome --with-omf
bd292ddf
PZ
72
73%clean
74rm -rf $RPM_BUILD_ROOT
75
76%post
180bd456 77%gconf_schema_install vinagre.schemas
bd292ddf
PZ
78%update_desktop_database_post
79%update_mime_database
80%update_icon_cache hicolor
81
180bd456
PZ
82%preun
83%gconf_schema_uninstall vinagre.schemas
84
bd292ddf
PZ
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
095b36c7 98%{_datadir}/%{name}
180bd456
PZ
99%{_sysconfdir}/gconf/schemas/vinagre.schemas
100%{_mandir}/man1/*.1*
4bc67cdb 101%{_libdir}/bonobo/servers/GNOME_VinagreApplet.server
102%attr(755,root,root) %{_libexecdir}/vinagre-applet
This page took 0.050979 seconds and 4 git commands to generate.