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