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