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