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