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