]> git.pld-linux.org Git - packages/gajim.git/blob - gajim.spec
- added dbus_version patch
[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}-run.patch
15 Patch2:         %{name}-remote.patch
16 Patch3:         %{name}-dbus_version.patch
17 URL:            http://www.gajim.org/
18 BuildRequires:  gtkspell-devel
19 BuildRequires:  gettext-devel
20 BuildRequires:  python-pygtk-devel
21 %pyrequires_eq  python-modules
22 %pyrequires_eq  python
23 Requires:       python-dbus
24 Requires:       python-dns
25 Requires:       python-gnome-extras-egg >= 2.10.0
26 Requires:       python-gnome-extras-gtkspell >= 2.10.0
27 Requires:       python-pygtk-glade >= 2.6.0
28 Requires:       python-pygtk-gtk >= 2.6.0
29 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
30
31 %description
32 Gajim is a Jabber client written in PyGTK. The goal of Gajim's
33 developers is to provide a full featured and easy to use XMPP client
34 for the GTK+ users. Gajim does not require GNOME to run, eventhough it
35 exists with it nicely.
36
37 %description -l pl
38 Gajim to klient Jabbera napisany w PyGTK. Celem twórców Gajima jest
39 dostarczenie w pe³ni funkcjonalnego i ³atwego w u¿yciu klienta XMPP
40 dla u¿ytkowników GTK+. Gajim nie wymaga do dzia³ania GNOME, choæ
41 dzia³a z nim ³adnie.
42
43 %prep
44 %setup -q
45 %patch0 -p1
46 %patch1 -p1
47 %patch2 -p1
48 %patch3 -p1
49
50 %build
51 %{__make} \
52         PREFIX=%{_prefix} \
53         LIBDIR=/%{_lib}
54
55 %install
56 rm -rf $RPM_BUILD_ROOT
57
58 %{__make} install \
59         PREFIX=%{_prefix} \
60         LIBDIR=/%{_lib} \
61         DESTDIR=$RPM_BUILD_ROOT
62
63 rm -f $RPM_BUILD_ROOT%{_datadir}/%{name}/{setup_win32.pyo}
64
65 %clean
66 rm -rf $RPM_BUILD_ROOT
67
68 %files
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.041878 seconds and 4 git commands to generate.