]> git.pld-linux.org Git - packages/gajim.git/blame - gajim.spec
- new snap
[packages/gajim.git] / gajim.spec
CommitLineData
59216cf3
PZ
1%define snap 20070731
2%define snap_date 2007-07-31
beebb597 3Summary: A Jabber client written in PyGTK
b93a977b 4Summary(pl.UTF-8): Klient Jabbera napisany w PyGTK
5852d9d2 5Name: gajim
08fda15b 6Version: 0.11.1.5
847024a8 7Release: 0.%{snap}.1
59216cf3 8Epoch: 1
b1f53c75 9License: GPL v2
5852d9d2 10Group: Applications/Communications
847024a8 11Source0: http://www.gajim.org/downloads/snap/%{name}-%{snap_date}.tar.gz
59216cf3 12# Source0-md5: 87ec4a94fb4dd95d885b7936f30fb225
5852d9d2 13URL: http://www.gajim.org/
70e4ada7
JB
14BuildRequires: autoconf
15BuildRequires: automake
5ad5e149 16BuildRequires: gettext-devel
b4753e9b 17BuildRequires: gtkspell-devel
1da30c2b 18BuildRequires: intltool
70e4ada7 19BuildRequires: libtool
1da30c2b 20BuildRequires: python-pygtk-devel >= 2.8.0
b4753e9b 21BuildRequires: rpmbuild(macros) >= 1.177
e51c8fd1 22BuildRequires: rpm-pythonprov
739d169e 23BuildRequires: xorg-lib-libSM-devel
1d492f99 24BuildRequires: xorg-lib-libXScrnSaver-devel
5852d9d2 25%pyrequires_eq python-modules
26%pyrequires_eq python
113646e0 27Requires: python-docutils >= 0.4-2
13892137 28Requires: python-dns
1da30c2b 29Requires: python-pygtk-glade >= 2.8.0
847024a8 30Suggests: python-avahi
1d7763e0 31Suggests: python-dbus >= 0.82.1
847024a8
PZ
32Suggests: python-gnome-desktop-keyring
33Suggests: python-gnome-gconf
08fda15b 34Suggests: python-pyOpenSSL
847024a8 35Suggests: python-sqlite
5852d9d2 36BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
37
38%description
beebb597
JB
39Gajim is a Jabber client written in PyGTK. The goal of Gajim's
40developers is to provide a full featured and easy to use XMPP client
41for the GTK+ users. Gajim does not require GNOME to run, eventhough it
42exists with it nicely.
5852d9d2 43
b93a977b
JR
44%description -l pl.UTF-8
45Gajim to klient Jabbera napisany w PyGTK. Celem twórców Gajima jest
46dostarczenie w pełni funkcjonalnego i łatwego w użyciu klienta XMPP
47dla użytkowników GTK+. Gajim nie wymaga do działania GNOME, choć
48działa z nim ładnie.
5852d9d2 49
50%prep
4d2c55e8 51%setup -q
5852d9d2 52
53%build
4d2c55e8
PZ
54%{__intltoolize}
55%{__aclocal} -I m4
56%{__libtoolize}
57%{__autoheader}
58%{__autoconf}
59%{__automake}
60%{configure}
5852d9d2 61%{__make} \
c7665e23 62 CC="%{__cc}" \
acf37287 63 PREFIX=%{_prefix} \
4d00e833 64 LIBDIR=/%{_lib}
5852d9d2 65
66%install
67rm -rf $RPM_BUILD_ROOT
68
69%{__make} install \
70 PREFIX=%{_prefix} \
4d00e833 71 LIBDIR=/%{_lib} \
5852d9d2 72 DESTDIR=$RPM_BUILD_ROOT
73
5f33b669 74rm -f $RPM_BUILD_ROOT%{_datadir}/%{name}/{setup_win32.pyo}
89c16923 75rm -r $RPM_BUILD_ROOT%{_datadir}/locale/no
5852d9d2 76
006ce781 77%find_lang %{name}
78
5852d9d2 79%clean
80rm -rf $RPM_BUILD_ROOT
81
006ce781 82%files -f %{name}.lang
5852d9d2 83%defattr(644,root,root,755)
4d2c55e8 84%doc AUTHORS ChangeLog README THANKS
5852d9d2 85%attr(755,root,root) %{_bindir}/*
86%dir %{_libdir}/%{name}
87%attr(755,root,root) %{_libdir}/%{name}/*.so
1da30c2b 88%{_datadir}/%{name}
beebb597
JB
89%{_desktopdir}/*.desktop
90%{_mandir}/man1/*
7a74e812 91%{_pixmapsdir}/*.png
This page took 0.035758 seconds and 4 git commands to generate.