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