]> git.pld-linux.org Git - packages/gajim.git/blame - gajim.spec
- updated to 0.12.5
[packages/gajim.git] / gajim.spec
CommitLineData
3a4972ac
SP
1# TODO
2# - --disable-coca flag for configure seems to be broken, so
3# I've added BC: gnustep-gui-devel. Of course better sollution
4# is to fix configure.*
beebb597 5Summary: A Jabber client written in PyGTK
266c3a3e 6Summary(pl.UTF-8): Klient Jabbera napisany w PyGTK
5852d9d2 7Name: gajim
2be9642f
SP
8Version: 0.12.5
9Release: 1
835b18c9 10Epoch: 1
a8189f30 11License: GPL v2
5852d9d2 12Group: Applications/Communications
3a4972ac 13Source0: http://gajim.org/downloads/%{name}-%{version}.tar.gz
2be9642f 14# Source0-md5: 13068d441bd2090c18543ccdb95ef439
5852d9d2 15URL: http://www.gajim.org/
99830fa8
PZ
16BuildRequires: autoconf
17BuildRequires: automake
5ad5e149 18BuildRequires: gettext-devel
a8189f30
PZ
19BuildRequires: gtkspell-devel
20BuildRequires: intltool
99830fa8 21BuildRequires: libtool
a8189f30 22BuildRequires: python-pygtk-devel >= 2.8.0
99830fa8 23BuildRequires: rpm-pythonprov
6b3dde59
SP
24BuildRequires: rpmbuild(macros) >= 1.177
25BuildRequires: xorg-lib-libSM-devel
59fd577f 26BuildRequires: xorg-lib-libXScrnSaver-devel
d1ff97e9 27Requires: python-modules-sqlite
5852d9d2 28%pyrequires_eq python-modules
29%pyrequires_eq python
3a4972ac 30BuildConflicts: gnustep-gui-devel
13892137 31Requires: python-dns
6b3dde59 32Requires: python-docutils >= 0.4-2
a8189f30 33Requires: python-pygtk-glade >= 2.8.0
c18a4c61 34Requires: python-sqlite
42ae6b6a 35Suggests: dbus(org.freedesktop.Notifications)
6b3dde59
SP
36Suggests: gnome-keyring
37Suggests: gnupg2
38Suggests: gpgme >= 1.0.0
6b3dde59 39Suggests: python-Crypto
f65baddf
PZ
40Suggests: python-avahi
41Suggests: python-dbus >= 0.82.1
42Suggests: python-gnome-desktop-keyring
43Suggests: python-gnome-gconf
6b3dde59 44Suggests: python-gnome-ui
f65baddf 45Suggests: python-pyOpenSSL
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
5f33b669 89rm -f $RPM_BUILD_ROOT%{_datadir}/%{name}/{setup_win32.pyo}
c0f7a1fc 90rm -r $RPM_BUILD_ROOT%{_datadir}/locale/no
6b3dde59
SP
91
92rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/*.la
93
a6e97748 94[ -d $RPM_BUILD_ROOT%{_datadir}/locale/sr@latin ] || \
6b3dde59 95 mv -f $RPM_BUILD_ROOT%{_datadir}/locale/sr@{Latn,latin}
006ce781 96%find_lang %{name}
97
5852d9d2 98%clean
99rm -rf $RPM_BUILD_ROOT
100
006ce781 101%files -f %{name}.lang
5852d9d2 102%defattr(644,root,root,755)
9664517b 103%doc AUTHORS ChangeLog README THANKS THANKS.artists
5852d9d2 104%attr(755,root,root) %{_bindir}/*
105%dir %{_libdir}/%{name}
106%attr(755,root,root) %{_libdir}/%{name}/*.so
a8189f30 107%{_datadir}/%{name}
beebb597
JB
108%{_desktopdir}/*.desktop
109%{_mandir}/man1/*
7a74e812 110%{_pixmapsdir}/*.png
This page took 0.066387 seconds and 4 git commands to generate.