]> git.pld-linux.org Git - packages/gajim.git/blob - gajim.spec
- 2005-10-31 snap
[packages/gajim.git] / gajim.spec
1 %define         _snap   2005-10-31
2 Summary:        A Jabber client written in PyGTK
3 Summary(pl):    Klient Jabbera napisany w PyGTK
4 Name:           gajim
5 Version:        0.9
6 Release:        0.%(echo %{_snap}|tr -d -).1
7 License:        GPL v2+
8 Group:          Applications/Communications
9 Source0:        http://gajim.org/downloads/snap/%{name}-%{_snap}.tar.bz2
10 # Source0-md5:  a65eeb6778ea083acb327eb30dced4ba
11 URL:            http://www.gajim.org/
12 BuildRequires:  gtkspell-devel
13 BuildRequires:  gettext-devel
14 BuildRequires:  intltool
15 BuildRequires:  python-pygtk-devel >= 2.8.0
16 %pyrequires_eq  python-modules
17 %pyrequires_eq  python
18 Requires:       python-dbus
19 Requires:       python-dns
20 Requires:       python-gnome-gconf >= 2.12.0
21 Requires:       python-gnome-extras-egg >= 2.12.0
22 Requires:       python-gnome-extras-gtkspell >= 2.12.0
23 Requires:       python-pygtk-glade >= 2.8.0
24 Requires:       python-pygtk-gtk >= 2.8.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
42 %build
43 %{__make} \
44         PREFIX=%{_prefix} \
45         LIBDIR=/%{_lib}
46
47 %install
48 rm -rf $RPM_BUILD_ROOT
49
50 %{__make} install \
51         PREFIX=%{_prefix} \
52         LIBDIR=/%{_lib} \
53         DESTDIR=$RPM_BUILD_ROOT
54
55 rm -f $RPM_BUILD_ROOT%{_datadir}/%{name}/{setup_win32.pyo}
56
57 %find_lang %{name}
58
59 %clean
60 rm -rf $RPM_BUILD_ROOT
61
62 %files -f %{name}.lang
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.033858 seconds and 3 git commands to generate.