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