]> git.pld-linux.org Git - packages/gajim.git/blob - gajim.spec
- merged from DEVEL
[packages/gajim.git] / gajim.spec
1 Summary:        A Jabber client written in PyGTK
2 Summary(pl):    Klient Jabbera napisany w PyGTK
3 Name:           gajim
4 Version:        0.9
5 Release:        1
6 License:        GPL v2
7 Group:          Applications/Communications
8 Source0:        http://gajim.org/downloads/%{name}-%{version}.tar.bz2
9 # Source0-md5:  351c59ca1a162d134f546385b35bf804
10 URL:            http://www.gajim.org/
11 BuildRequires:  gettext-devel
12 BuildRequires:  gtkspell-devel
13 BuildRequires:  intltool
14 BuildRequires:  python-pygtk-devel >= 2.8.0
15 BuildRequires:  rpmbuild(macros) >= 1.177
16 %pyrequires_eq  python-modules
17 %pyrequires_eq  python
18 Requires:       python-dns
19 Requires:       python-pygtk-glade >= 2.8.0
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 Gajim is a Jabber client written in PyGTK. The goal of Gajim's
24 developers is to provide a full featured and easy to use XMPP client
25 for the GTK+ users. Gajim does not require GNOME to run, eventhough it
26 exists with it nicely.
27
28 %description -l pl
29 Gajim to klient Jabbera napisany w PyGTK. Celem twórców Gajima jest
30 dostarczenie w pe³ni funkcjonalnego i ³atwego w u¿yciu klienta XMPP
31 dla u¿ytkowników GTK+. Gajim nie wymaga do dzia³ania GNOME, choæ
32 dzia³a z nim ³adnie.
33
34 %prep
35 %setup -q
36
37 %build
38 %{__make} \
39         PREFIX=%{_prefix} \
40         LIBDIR=/%{_lib}
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44
45 %{__make} install \
46         PREFIX=%{_prefix} \
47         LIBDIR=/%{_lib} \
48         DESTDIR=$RPM_BUILD_ROOT
49
50 rm -f $RPM_BUILD_ROOT%{_datadir}/%{name}/{setup_win32.pyo}
51
52 %find_lang %{name}
53
54 %clean
55 rm -rf $RPM_BUILD_ROOT
56
57 %post
58 %banner %{name} -e << EOF
59 For full functionality, you need to install:
60 - python-dbus (for gajim-remote and notification-daemon support)
61 - python-gnome-gconf (for xmpp url-handler in GNOME)
62 - python-sqlite (for logs)
63 EOF
64
65 %files -f %{name}.lang
66 %defattr(644,root,root,755)
67 %doc AUTHORS README Changelog
68 %attr(755,root,root) %{_bindir}/*
69 %dir %{_libdir}/%{name}
70 %attr(755,root,root) %{_libdir}/%{name}/*.so
71 %{_datadir}/%{name}
72 %{_desktopdir}/*.desktop
73 %{_mandir}/man1/*
74 %{_pixmapsdir}/*.png
This page took 0.074124 seconds and 4 git commands to generate.