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