]> git.pld-linux.org Git - packages/gajim.git/blame - gajim.spec
- up to 0.13.2
[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
824d0cea 8Version: 0.13.2
2be9642f 9Release: 1
835b18c9 10Epoch: 1
a8189f30 11License: GPL v2
5852d9d2 12Group: Applications/Communications
409eb5ef 13Source0: http://gajim.org/downloads/0.13/%{name}-%{version}.tar.bz2
824d0cea 14# Source0-md5: 91606788f4d846b2d9c48abf8ec0781c
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
409eb5ef 43Suggests: python-farsight2
f65baddf
PZ
44Suggests: python-gnome-desktop-keyring
45Suggests: python-gnome-gconf
6b3dde59 46Suggests: python-gnome-ui
409eb5ef 47Suggests: python-gstreamer
f65baddf 48Suggests: python-pyOpenSSL
6b3dde59 49Suggests: python-sexy
f65baddf 50Suggests: python-sqlite
a6e97748 51# sr@Latn vs. sr@latin
52Conflicts: glibc-misc < 6:2.7
5852d9d2 53BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
54
55%description
beebb597
JB
56Gajim is a Jabber client written in PyGTK. The goal of Gajim's
57developers is to provide a full featured and easy to use XMPP client
58for the GTK+ users. Gajim does not require GNOME to run, eventhough it
59exists with it nicely.
5852d9d2 60
934b1af7
JR
61%description -l pl.UTF-8
62Gajim to klient Jabbera napisany w PyGTK. Celem twórców Gajima jest
63dostarczenie w pełni funkcjonalnego i łatwego w użyciu klienta XMPP
64dla użytkowników GTK+. Gajim nie wymaga do działania GNOME, choć
65działa z nim ładnie.
5852d9d2 66
67%prep
3a4972ac 68%setup -q
5852d9d2 69
70%build
99830fa8
PZ
71%{__intltoolize}
72%{__aclocal} -I m4
73%{__libtoolize}
74%{__autoheader}
75%{__autoconf}
76%{__automake}
7500c436 77%configure
6b3dde59 78
5852d9d2 79%{__make} \
4c66f19f 80 CC="%{__cc}" \
acf37287 81 PREFIX=%{_prefix} \
4d00e833 82 LIBDIR=/%{_lib}
5852d9d2 83
84%install
85rm -rf $RPM_BUILD_ROOT
86
87%{__make} install \
88 PREFIX=%{_prefix} \
4d00e833 89 LIBDIR=/%{_lib} \
5852d9d2 90 DESTDIR=$RPM_BUILD_ROOT
91
5f33b669 92rm -f $RPM_BUILD_ROOT%{_datadir}/%{name}/{setup_win32.pyo}
c0f7a1fc 93rm -r $RPM_BUILD_ROOT%{_datadir}/locale/no
6b3dde59
SP
94
95rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/*.la
96
a6e97748 97[ -d $RPM_BUILD_ROOT%{_datadir}/locale/sr@latin ] || \
6b3dde59 98 mv -f $RPM_BUILD_ROOT%{_datadir}/locale/sr@{Latn,latin}
006ce781 99%find_lang %{name}
100
5852d9d2 101%clean
102rm -rf $RPM_BUILD_ROOT
103
006ce781 104%files -f %{name}.lang
5852d9d2 105%defattr(644,root,root,755)
9664517b 106%doc AUTHORS ChangeLog README THANKS THANKS.artists
5852d9d2 107%attr(755,root,root) %{_bindir}/*
108%dir %{_libdir}/%{name}
109%attr(755,root,root) %{_libdir}/%{name}/*.so
a8189f30 110%{_datadir}/%{name}
beebb597
JB
111%{_desktopdir}/*.desktop
112%{_mandir}/man1/*
7a74e812 113%{_pixmapsdir}/*.png
409eb5ef 114%{_pixmapsdir}/*.svg
This page took 0.075716 seconds and 4 git commands to generate.