]> git.pld-linux.org Git - packages/gajim.git/blob - gajim.spec
- 0.10.1, HEAD merge, no xorg-* deps
[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.1
5 Release:        1
6 License:        GPL v2
7 Group:          Applications/Communications
8 Source0:        http://gajim.org/downloads/%{name}-%{version}.tar.bz2
9 # Source0-md5:  392d9d1e06f6db49a892b9aea4a178c7
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 Requires:       python-sqlite
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 rm -r $RPM_BUILD_ROOT%{_datadir}/locale/no
55
56 %find_lang %{name}
57
58 %clean
59 rm -rf $RPM_BUILD_ROOT
60
61 %post
62 %banner %{name} -e << EOF
63 For full functionality, you need to install:
64 - python-dbus (for gajim-remote and notification-daemon support)
65 - python-gnome-gconf (for xmpp url-handler in GNOME)
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.093982 seconds and 3 git commands to generate.