]> git.pld-linux.org Git - packages/gajim.git/blame - gajim.spec
- BR: pkgconfig
[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
dccd2280 22BuildRequires: pkgconfig
a8189f30 23BuildRequires: python-pygtk-devel >= 2.8.0
99830fa8 24BuildRequires: rpm-pythonprov
6b3dde59
SP
25BuildRequires: rpmbuild(macros) >= 1.177
26BuildRequires: xorg-lib-libSM-devel
59fd577f 27BuildRequires: xorg-lib-libXScrnSaver-devel
d1ff97e9 28Requires: python-modules-sqlite
5852d9d2 29%pyrequires_eq python-modules
30%pyrequires_eq python
3a4972ac 31BuildConflicts: gnustep-gui-devel
13892137 32Requires: python-dns
6b3dde59 33Requires: python-docutils >= 0.4-2
a8189f30 34Requires: python-pygtk-glade >= 2.8.0
c18a4c61 35Requires: python-sqlite
42ae6b6a 36Suggests: dbus(org.freedesktop.Notifications)
6b3dde59
SP
37Suggests: gnome-keyring
38Suggests: gnupg2
39Suggests: gpgme >= 1.0.0
6b3dde59 40Suggests: python-Crypto
f65baddf
PZ
41Suggests: python-avahi
42Suggests: python-dbus >= 0.82.1
43Suggests: python-gnome-desktop-keyring
44Suggests: python-gnome-gconf
6b3dde59 45Suggests: python-gnome-ui
f65baddf 46Suggests: python-pyOpenSSL
6b3dde59 47Suggests: python-sexy
f65baddf 48Suggests: python-sqlite
a6e97748 49# sr@Latn vs. sr@latin
50Conflicts: glibc-misc < 6:2.7
5852d9d2 51BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
52
53%description
beebb597
JB
54Gajim is a Jabber client written in PyGTK. The goal of Gajim's
55developers is to provide a full featured and easy to use XMPP client
56for the GTK+ users. Gajim does not require GNOME to run, eventhough it
57exists with it nicely.
5852d9d2 58
934b1af7
JR
59%description -l pl.UTF-8
60Gajim to klient Jabbera napisany w PyGTK. Celem twórców Gajima jest
61dostarczenie w pełni funkcjonalnego i łatwego w użyciu klienta XMPP
62dla użytkowników GTK+. Gajim nie wymaga do działania GNOME, choć
63działa z nim ładnie.
5852d9d2 64
65%prep
3a4972ac 66%setup -q
5852d9d2 67
68%build
99830fa8
PZ
69%{__intltoolize}
70%{__aclocal} -I m4
71%{__libtoolize}
72%{__autoheader}
73%{__autoconf}
74%{__automake}
7500c436 75%configure
6b3dde59 76
5852d9d2 77%{__make} \
4c66f19f 78 CC="%{__cc}" \
acf37287 79 PREFIX=%{_prefix} \
4d00e833 80 LIBDIR=/%{_lib}
5852d9d2 81
82%install
83rm -rf $RPM_BUILD_ROOT
84
85%{__make} install \
86 PREFIX=%{_prefix} \
4d00e833 87 LIBDIR=/%{_lib} \
5852d9d2 88 DESTDIR=$RPM_BUILD_ROOT
89
5f33b669 90rm -f $RPM_BUILD_ROOT%{_datadir}/%{name}/{setup_win32.pyo}
c0f7a1fc 91rm -r $RPM_BUILD_ROOT%{_datadir}/locale/no
6b3dde59
SP
92
93rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/*.la
94
a6e97748 95[ -d $RPM_BUILD_ROOT%{_datadir}/locale/sr@latin ] || \
6b3dde59 96 mv -f $RPM_BUILD_ROOT%{_datadir}/locale/sr@{Latn,latin}
006ce781 97%find_lang %{name}
98
5852d9d2 99%clean
100rm -rf $RPM_BUILD_ROOT
101
006ce781 102%files -f %{name}.lang
5852d9d2 103%defattr(644,root,root,755)
9664517b 104%doc AUTHORS ChangeLog README THANKS THANKS.artists
5852d9d2 105%attr(755,root,root) %{_bindir}/*
106%dir %{_libdir}/%{name}
107%attr(755,root,root) %{_libdir}/%{name}/*.so
a8189f30 108%{_datadir}/%{name}
beebb597
JB
109%{_desktopdir}/*.desktop
110%{_mandir}/man1/*
7a74e812 111%{_pixmapsdir}/*.png
This page took 0.044154 seconds and 4 git commands to generate.