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