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