]> git.pld-linux.org Git - packages/gajim.git/blob - gajim.spec
- up to 0.11.4
[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.4
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:  53eb80b280674678f6615eae4a552374
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 # sr@Latn vs. sr@latin
35 Conflicts:      glibc-misc < 6:2.7
36 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
37
38 %description
39 Gajim is a Jabber client written in PyGTK. The goal of Gajim's
40 developers is to provide a full featured and easy to use XMPP client
41 for the GTK+ users. Gajim does not require GNOME to run, eventhough it
42 exists with it nicely.
43
44 %description -l pl.UTF-8
45 Gajim to klient Jabbera napisany w PyGTK. Celem twórców Gajima jest
46 dostarczenie w pełni funkcjonalnego i łatwego w użyciu klienta XMPP
47 dla użytkowników GTK+. Gajim nie wymaga do działania GNOME, choć
48 działa z nim ładnie.
49
50 %prep
51 %setup -q
52
53 %build
54 %{__intltoolize}
55 %{__aclocal} -I m4
56 %{__libtoolize}
57 %{__autoheader}
58 %{__autoconf}
59 %{__automake}
60 %configure
61 %{__make} \
62         CC="%{__cc}" \
63         PREFIX=%{_prefix} \
64         LIBDIR=/%{_lib}
65
66 %install
67 rm -rf $RPM_BUILD_ROOT
68
69 %{__make} install \
70         PREFIX=%{_prefix} \
71         LIBDIR=/%{_lib} \
72         DESTDIR=$RPM_BUILD_ROOT
73
74 rm -f $RPM_BUILD_ROOT%{_datadir}/%{name}/{setup_win32.pyo}
75 rm -r $RPM_BUILD_ROOT%{_datadir}/locale/no
76 [ -d $RPM_BUILD_ROOT%{_datadir}/locale/sr@latin ] || \
77         mv -f $RPM_BUILD_ROOT%{_datadir}/locale/sr@{Latn,latin}
78 %find_lang %{name}
79
80 %clean
81 rm -rf $RPM_BUILD_ROOT
82
83 %files -f %{name}.lang
84 %defattr(644,root,root,755)
85 %doc AUTHORS ChangeLog README THANKS
86 %attr(755,root,root) %{_bindir}/*
87 %dir %{_libdir}/%{name}
88 %attr(755,root,root) %{_libdir}/%{name}/*.so
89 %{_datadir}/%{name}
90 %{_desktopdir}/*.desktop
91 %{_mandir}/man1/*
92 %{_pixmapsdir}/*.png
This page took 0.046102 seconds and 3 git commands to generate.