]> git.pld-linux.org Git - packages/gajim.git/blob - gajim.spec
- updated to 0.8.2
[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.8.2
5 Release:        1
6 License:        GPL
7 Group:          Applications/Communications
8 Source0:        http://gajim.org/downloads/%{name}-%{version}.tar.bz2
9 # Source0-md5:  14b00f8ed7d84d90793782db7df40ec1
10 URL:            http://www.gajim.org/
11 BuildRequires:  gtkspell-devel
12 BuildRequires:  gettext-devel
13 BuildRequires:  python-pygtk-devel
14 %pyrequires_eq  python-modules
15 %pyrequires_eq  python
16 Requires:       python-dbus
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
39 %build
40 %{__make} \
41         PREFIX=%{_prefix} \
42         LIBDIR=/%{_lib}
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46
47 %{__make} install \
48         PREFIX=%{_prefix} \
49         LIBDIR=/%{_lib} \
50         DESTDIR=$RPM_BUILD_ROOT
51
52 rm -f $RPM_BUILD_ROOT%{_datadir}/%{name}/{setup_win32.pyo}
53
54 %find_lang %{name}
55
56 %clean
57 rm -rf $RPM_BUILD_ROOT
58
59 %files -f %{name}.lang
60 %defattr(644,root,root,755)
61 %doc AUTHORS README Changelog
62 %attr(755,root,root) %{_bindir}/*
63 %dir %{_libdir}/%{name}
64 %attr(755,root,root) %{_libdir}/%{name}/*.so
65 %dir %{_datadir}/%{name}
66 %{_datadir}/%{name}/COPYING
67 %{_datadir}/%{name}/data
68 %dir %{_datadir}/%{name}/src
69 %{_datadir}/%{name}/src/common
70 %attr(755,root,root) %{_datadir}/%{name}/src/gajim.py
71 %{_datadir}/%{name}/src/[!g]*.py
72 %{_datadir}/%{name}/src/g[!a]*
73 %{_datadir}/%{name}/src/gajim[!.]*
74 %{_desktopdir}/*.desktop
75 %{_mandir}/man1/*
76 %{_pixmapsdir}/*.png
This page took 0.063601 seconds and 4 git commands to generate.