]> git.pld-linux.org Git - packages/gajim.git/blame - gajim.spec
Up to 0.16.6
[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
5e55554d 4Version: 0.16.6
dfddc2e9 5Release: 1
835b18c9 6Epoch: 1
028985b1 7License: GPL v3+
5852d9d2 8Group: Applications/Communications
5e55554d
MM
9Source0: http://gajim.org/downloads/0.16/%{name}-%{version}.tar.bz2
10# Source0-md5: 88ca7a0d0b7deb86a55fe7ba5156f27f
5852d9d2 11URL: http://www.gajim.org/
99830fa8
PZ
12BuildRequires: autoconf
13BuildRequires: automake
2e1d65f8 14BuildRequires: gettext-tools
a8189f30
PZ
15BuildRequires: gtkspell-devel
16BuildRequires: intltool
99830fa8 17BuildRequires: libtool
dccd2280 18BuildRequires: pkgconfig
a8189f30 19BuildRequires: python-pygtk-devel >= 2.8.0
99830fa8 20BuildRequires: rpm-pythonprov
6b3dde59
SP
21BuildRequires: rpmbuild(macros) >= 1.177
22BuildRequires: xorg-lib-libSM-devel
59fd577f 23BuildRequires: xorg-lib-libXScrnSaver-devel
8da50e8c 24Requires: hicolor-icon-theme
d1ff97e9 25Requires: python-modules-sqlite
5852d9d2 26%pyrequires_eq python-modules
27%pyrequires_eq python
3a4972ac 28BuildConflicts: gnustep-gui-devel
13892137 29Requires: python-dns
6b3dde59 30Requires: python-docutils >= 0.4-2
a8189f30 31Requires: python-pygtk-glade >= 2.8.0
42ae6b6a 32Suggests: dbus(org.freedesktop.Notifications)
6b3dde59
SP
33Suggests: gnome-keyring
34Suggests: gnupg2
35Suggests: gpgme >= 1.0.0
6b3dde59 36Suggests: python-Crypto
f65baddf
PZ
37Suggests: python-avahi
38Suggests: python-dbus >= 0.82.1
409eb5ef 39Suggests: python-farsight2
f65baddf
PZ
40Suggests: python-gnome-desktop-keyring
41Suggests: python-gnome-gconf
6b3dde59 42Suggests: python-gnome-ui
409eb5ef 43Suggests: python-gstreamer
0bf10f7d 44Suggests: python-pyOpenSSL >= 0.9
8da50e8c 45Suggests: python-pyasn1
6b3dde59 46Suggests: python-sexy
f65baddf 47Suggests: python-sqlite
a6e97748 48# sr@Latn vs. sr@latin
49Conflicts: glibc-misc < 6:2.7
5852d9d2 50BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
51
52%description
beebb597
JB
53Gajim is a Jabber client written in PyGTK. The goal of Gajim's
54developers is to provide a full featured and easy to use XMPP client
55for the GTK+ users. Gajim does not require GNOME to run, eventhough it
56exists with it nicely.
5852d9d2 57
934b1af7
JR
58%description -l pl.UTF-8
59Gajim to klient Jabbera napisany w PyGTK. Celem twórców Gajima jest
60dostarczenie w pełni funkcjonalnego i łatwego w użyciu klienta XMPP
61dla użytkowników GTK+. Gajim nie wymaga do działania GNOME, choć
62działa z nim ładnie.
5852d9d2 63
64%prep
3a4972ac 65%setup -q
5852d9d2 66
67%build
99830fa8
PZ
68%{__intltoolize}
69%{__aclocal} -I m4
70%{__libtoolize}
71%{__autoheader}
72%{__autoconf}
73%{__automake}
7500c436 74%configure
6b3dde59 75
5852d9d2 76%{__make} \
4c66f19f 77 CC="%{__cc}" \
acf37287 78 PREFIX=%{_prefix} \
4d00e833 79 LIBDIR=/%{_lib}
5852d9d2 80
81%install
82rm -rf $RPM_BUILD_ROOT
83
84%{__make} install \
85 PREFIX=%{_prefix} \
4d00e833 86 LIBDIR=/%{_lib} \
5852d9d2 87 DESTDIR=$RPM_BUILD_ROOT
88
028985b1 89%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/locale/no
6b3dde59 90
a6e97748 91[ -d $RPM_BUILD_ROOT%{_datadir}/locale/sr@latin ] || \
6b3dde59 92 mv -f $RPM_BUILD_ROOT%{_datadir}/locale/sr@{Latn,latin}
006ce781 93%find_lang %{name}
94
5852d9d2 95%clean
96rm -rf $RPM_BUILD_ROOT
97
8da50e8c
MB
98%post
99%update_icon_cache hicolor
100
101%postun
102%update_icon_cache hicolor
103
006ce781 104%files -f %{name}.lang
5852d9d2 105%defattr(644,root,root,755)
9664517b 106%doc AUTHORS ChangeLog README THANKS THANKS.artists
028985b1 107%attr(755,root,root) %{_bindir}/gajim*
a8189f30 108%{_datadir}/%{name}
028985b1 109%{_desktopdir}/gajim.desktop
110%{_mandir}/man1/*.1*
ad5ff9ac 111%{_iconsdir}/hicolor/64x64/apps/gajim.png
5e55554d 112%{_iconsdir}/hicolor/128x128/apps/gajim.png
ad5ff9ac 113%{_iconsdir}/hicolor/scalable/apps/gajim.svg
This page took 0.076209 seconds and 4 git commands to generate.