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