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