]> git.pld-linux.org Git - packages/gajim.git/blob - gajim.spec
- proper license
[packages/gajim.git] / gajim.spec
1 %define         _snap   2005-09-07
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:  81b1a1ea79b28a201e9c7212b8df289e
11 URL:            http://www.gajim.org/
12 BuildRequires:  gtkspell-devel
13 BuildRequires:  gettext-devel
14 BuildRequires:  python-pygtk-devel
15 %pyrequires_eq  python-modules
16 %pyrequires_eq  python
17 Requires:       python-dbus
18 Requires:       python-dns
19 Requires:       python-gnome-extras-egg >= 2.10.0
20 Requires:       python-gnome-extras-gtkspell >= 2.10.0
21 Requires:       python-pygtk-glade >= 2.6.0
22 Requires:       python-pygtk-gtk >= 2.6.0
23 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25 %description
26 Gajim is a Jabber client written in PyGTK. The goal of Gajim's
27 developers is to provide a full featured and easy to use XMPP client
28 for the GTK+ users. Gajim does not require GNOME to run, eventhough it
29 exists with it nicely.
30
31 %description -l pl
32 Gajim to klient Jabbera napisany w PyGTK. Celem twórców Gajima jest
33 dostarczenie w pe³ni funkcjonalnego i ³atwego w u¿yciu klienta XMPP
34 dla u¿ytkowników GTK+. Gajim nie wymaga do dzia³ania GNOME, choæ
35 dzia³a z nim ³adnie.
36
37 %prep
38 %setup -q
39
40 %build
41 %{__make} \
42         PREFIX=%{_prefix} \
43         LIBDIR=/%{_lib}
44
45 %install
46 rm -rf $RPM_BUILD_ROOT
47
48 %{__make} install \
49         PREFIX=%{_prefix} \
50         LIBDIR=/%{_lib} \
51         DESTDIR=$RPM_BUILD_ROOT
52
53 rm -f $RPM_BUILD_ROOT%{_datadir}/%{name}/{setup_win32.pyo}
54
55 %find_lang %{name}
56
57 %clean
58 rm -rf $RPM_BUILD_ROOT
59
60 %files -f %{name}.lang
61 %defattr(644,root,root,755)
62 %doc AUTHORS README Changelog
63 %attr(755,root,root) %{_bindir}/*
64 %dir %{_libdir}/%{name}
65 %attr(755,root,root) %{_libdir}/%{name}/*.so
66 %dir %{_datadir}/%{name}
67 %{_datadir}/%{name}/COPYING
68 %{_datadir}/%{name}/data
69 %dir %{_datadir}/%{name}/src
70 %{_datadir}/%{name}/src/common
71 %attr(755,root,root) %{_datadir}/%{name}/src/gajim.py
72 %attr(755,root,root) %{_datadir}/%{name}/src/gajim-remote.py
73 %{_datadir}/%{name}/src/[!g]*.py
74 %{_datadir}/%{name}/src/g[!a]*
75 %{_datadir}/%{name}/src/gajim_*
76 %{_desktopdir}/*.desktop
77 %{_mandir}/man1/*
78 %{_pixmapsdir}/*.png
This page took 0.034048 seconds and 3 git commands to generate.