]> git.pld-linux.org Git - packages/gajim.git/blob - gajim.spec
- up to 0.11.2, removed obsoleted patches
[packages/gajim.git] / gajim.spec
1 Summary:        A Jabber client written in PyGTK
2 Summary(pl.UTF-8):      Klient Jabbera napisany w PyGTK
3 Name:           gajim
4 Version:        0.11.2
5 Release:        1
6 Epoch:          1
7 License:        GPL v2
8 Group:          Applications/Communications
9 Source0:        http://www.gajim.org/downloads/%{name}-%{version}.tar.bz2
10 # Source0-md5:  8cb0cd5871191a0e8dd43fcef47056dc
11 URL:            http://www.gajim.org/
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  gettext-devel
15 BuildRequires:  gtkspell-devel
16 BuildRequires:  intltool
17 BuildRequires:  libtool
18 BuildRequires:  python-pygtk-devel >= 2.8.0
19 BuildRequires:  rpmbuild(macros) >= 1.177
20 BuildRequires:  rpm-pythonprov
21 BuildRequires:  xorg-lib-libXScrnSaver-devel
22 %pyrequires_eq  python-modules
23 %pyrequires_eq  python
24 Requires:       python-docutils >= 0.4-2
25 Requires:       python-dns
26 Requires:       python-pygtk-glade >= 2.8.0
27 Requires:       python-sqlite
28 Suggests:       python-avahi
29 Suggests:       python-dbus >= 0.82.1
30 Suggests:       python-gnome-desktop-keyring
31 Suggests:       python-gnome-gconf
32 Suggests:       python-pyOpenSSL
33 Suggests:       python-sqlite
34 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
35
36 %description
37 Gajim is a Jabber client written in PyGTK. The goal of Gajim's
38 developers is to provide a full featured and easy to use XMPP client
39 for the GTK+ users. Gajim does not require GNOME to run, eventhough it
40 exists with it nicely.
41
42 %description -l pl.UTF-8
43 Gajim to klient Jabbera napisany w PyGTK. Celem twórców Gajima jest
44 dostarczenie w pełni funkcjonalnego i łatwego w użyciu klienta XMPP
45 dla użytkowników GTK+. Gajim nie wymaga do działania GNOME, choć
46 działa z nim ładnie.
47
48 %prep
49 %setup -q
50
51 %build
52 %{__intltoolize}
53 %{__aclocal} -I m4
54 %{__libtoolize}
55 %{__autoheader}
56 %{__autoconf}
57 %{__automake}
58 %configure
59 %{__make} \
60         CC="%{__cc}" \
61         PREFIX=%{_prefix} \
62         LIBDIR=/%{_lib}
63
64 %install
65 rm -rf $RPM_BUILD_ROOT
66
67 %{__make} install \
68         PREFIX=%{_prefix} \
69         LIBDIR=/%{_lib} \
70         DESTDIR=$RPM_BUILD_ROOT
71
72 rm -f $RPM_BUILD_ROOT%{_datadir}/%{name}/{setup_win32.pyo}
73 rm -r $RPM_BUILD_ROOT%{_datadir}/locale/no
74
75 %find_lang %{name}
76
77 %clean
78 rm -rf $RPM_BUILD_ROOT
79
80 %files -f %{name}.lang
81 %defattr(644,root,root,755)
82 %doc AUTHORS ChangeLog README THANKS
83 %attr(755,root,root) %{_bindir}/*
84 %dir %{_libdir}/%{name}
85 %attr(755,root,root) %{_libdir}/%{name}/*.so
86 %{_datadir}/%{name}
87 %{_desktopdir}/*.desktop
88 %{_mandir}/man1/*
89 %{_pixmapsdir}/*.png
This page took 0.040383 seconds and 3 git commands to generate.