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