]> git.pld-linux.org Git - packages/gajim.git/blame - gajim.spec
- no docs
[packages/gajim.git] / gajim.spec
CommitLineData
55ac88cd 1
2958c9d9 2%define pre alpha1
55ac88cd 3
beebb597 4Summary: A Jabber client written in PyGTK
266c3a3e 5Summary(pl.UTF-8): Klient Jabbera napisany w PyGTK
5852d9d2 6Name: gajim
2958c9d9 7Version: 0.15
8Release: 0.%{pre}.1
835b18c9 9Epoch: 1
2958c9d9 10License: GPL v3+
5852d9d2 11Group: Applications/Communications
2958c9d9 12Source0: http://gajim.org/downloads/0.15/%{name}-%{version}-%{pre}.tar.gz
13# Source0-md5: c0e4ac7703c7932ae8b47a99de58163b
5852d9d2 14URL: http://www.gajim.org/
2958c9d9 15BuildRequires: autoconf
16BuildRequires: automake
17BuildRequires: gettext-devel
a8189f30 18BuildRequires: gtkspell-devel
2958c9d9 19BuildRequires: intltool
20BuildRequires: libtool
dccd2280 21BuildRequires: pkgconfig
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
42ae6b6a 34Suggests: dbus(org.freedesktop.Notifications)
6b3dde59
SP
35Suggests: gnome-keyring
36Suggests: gnupg2
37Suggests: gpgme >= 1.0.0
6b3dde59 38Suggests: python-Crypto
f65baddf
PZ
39Suggests: python-avahi
40Suggests: python-dbus >= 0.82.1
409eb5ef 41Suggests: python-farsight2
f65baddf
PZ
42Suggests: python-gnome-desktop-keyring
43Suggests: python-gnome-gconf
6b3dde59 44Suggests: python-gnome-ui
409eb5ef 45Suggests: python-gstreamer
0bf10f7d 46Suggests: python-pyOpenSSL >= 0.9
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
2958c9d9 66%setup -q -n %{name}-%{version}-%{pre}
5852d9d2 67
68%build
2958c9d9 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
2958c9d9 90%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/locale/no
6b3dde59 91
a6e97748 92[ -d $RPM_BUILD_ROOT%{_datadir}/locale/sr@latin ] || \
6b3dde59 93 mv -f $RPM_BUILD_ROOT%{_datadir}/locale/sr@{Latn,latin}
006ce781 94%find_lang %{name}
95
5852d9d2 96%clean
97rm -rf $RPM_BUILD_ROOT
98
006ce781 99%files -f %{name}.lang
5852d9d2 100%defattr(644,root,root,755)
9664517b 101%doc AUTHORS ChangeLog README THANKS THANKS.artists
2958c9d9 102%attr(755,root,root) %{_bindir}/gajim*
a8189f30 103%{_datadir}/%{name}
2958c9d9 104%{_desktopdir}/gajim.desktop
105%{_mandir}/man1/*.1*
ad5ff9ac 106%{_iconsdir}/hicolor/64x64/apps/gajim.png
107%{_iconsdir}/hicolor/scalable/apps/gajim.svg
This page took 0.238352 seconds and 4 git commands to generate.