]> git.pld-linux.org Git - packages/vinagre.git/blame - vinagre.spec
Update to 3.8.3
[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
c654d865 4Version: 3.8.3
d2b50ec4 5Release: 1
bd292ddf
PZ
6License: GPL v2+
7Group: X11/Applications
8cd1aea8 8Source0: http://ftp.gnome.org/pub/GNOME/sources/vinagre/3.8/%{name}-%{version}.tar.xz
c654d865 9# Source0-md5: 938582bb705a3ecdd285c460a36411bc
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
0d52af28 23BuildRequires: intltool >= 0.50.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
ec4dd6e6
ER
44Suggests: openssh-clients
45Suggests: rdesktop
1fe14332
AF
46Obsoletes: gnome-applet-vinagre
47Obsoletes: vinagre-devel
bd292ddf
PZ
48BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
49
50%description
51Vinagre is a VNC client for the GNOME desktop environment.
52
095b36c7
JB
53%description -l pl.UTF-8
54Vinagre to klient VNC dla środowiska graficznego GNOME.
55
bd292ddf
PZ
56%prep
57%setup -q
58
59%build
60%{__intltoolize}
56a22ae7 61%{__libtoolize}
bd292ddf
PZ
62%{__aclocal}
63%{__autoconf}
b626644d 64%{__autoheader}
bd292ddf
PZ
65%{__automake}
66%configure \
9e81a81a
MB
67 SSH_PROGRAM=%{_bindir}/ssh \
68 RDESKTOP_PROGRAM=%{_bindir}/rdesktop \
2a592b5b
MB
69 --with-avahi \
70 --with-telepathy \
c4f0eec2 71 --enable-spice \
6c97ef5e 72 --disable-silent-rules \
2a592b5b 73 --disable-schemas-compile
bd292ddf
PZ
74%{__make}
75
76%install
77rm -rf $RPM_BUILD_ROOT
78
79%{__make} install \
2a592b5b 80 DESTDIR=$RPM_BUILD_ROOT
bd292ddf 81
9e81a81a 82%find_lang vinagre --with-gnome
bd292ddf
PZ
83
84%clean
85rm -rf $RPM_BUILD_ROOT
86
87%post
2a592b5b 88%glib_compile_schemas
bd292ddf
PZ
89%update_desktop_database_post
90%update_mime_database
91%update_icon_cache hicolor
92
93%postun
2a592b5b 94%glib_compile_schemas
bd292ddf
PZ
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
6c97ef5e 102%attr(755,root,root) %{_bindir}/vinagre
bd292ddf
PZ
103%{_iconsdir}/hicolor/*/*/*.png
104%{_iconsdir}/hicolor/*/*/*.svg
c4f0eec2
AF
105%{_desktopdir}/vinagre-file.desktop
106%{_desktopdir}/vinagre.desktop
5a24f798 107%{_datadir}/GConf/gsettings/org.gnome.Vinagre.convert
6c97ef5e 108%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.Vinagre.service
2a592b5b 109%{_datadir}/glib-2.0/schemas/org.gnome.Vinagre.gschema.xml
bd292ddf 110%{_datadir}/mime/packages/*.xml
6c97ef5e
MB
111%{_datadir}/telepathy/clients/Vinagre.client
112%{_datadir}/vinagre
180bd456 113%{_mandir}/man1/*.1*
This page took 0.132353 seconds and 4 git commands to generate.