]> git.pld-linux.org Git - packages/gajim.git/blame - gajim.spec
- new spec
[packages/gajim.git] / gajim.spec
CommitLineData
5852d9d2 1#
2#%define snap 20050603
3#
4Summary: A jabber client written in PyGTK
5Summary(pl): Klient Jabbera napisany w PyGTK.
6Name: gajim
7Version: 0.7
8#Release: 0.%{snap}.1
9Release: 0.1
10License: GPL
11Group: Applications/Communications
12Source0: http://gajim.org/downloads/gajim-0.7.tar.bz2
13# Source0-md5: 70d6b882c496ea7fbacc4222da49b125
14#Source0: gajim-snap-%{snap}.tar.bz2
15URL: http://www.gajim.org/
16BuildRequires: gtkspell-devel
17%pyrequires_eq python-modules
18%pyrequires_eq python
19Requires: python-gnome-extras-egg >= 2.10.0
20Requires: python-gnome-extras-gtkspell >= 2.10.0
21Requires: python-pygtk-glade >= 2.6.0
22Requires: python-pygtk-gtk >= 2.6.0
23BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25%description
26Gajim is a jabber client written in PyGTK. The goal of Gajim's developers is to
27provide a full featured and easy to use xmpp client for the GTK+ users. Gajim
28does not require GNOME to run, eventhough it exists with it nicely.
29
30#description -l pl
31
32%prep
33%setup -q
34#-n %{name}
35
36%build
37%{__make} \
38 PREFIX=%{_prefix}
39
40%install
41rm -rf $RPM_BUILD_ROOT
42
43%{__make} install \
44 PREFIX=%{_prefix} \
45 DESTDIR=$RPM_BUILD_ROOT
46
47rm -f $RPM_BUILD_ROOT%{_datadir}/%{name}/{COPYING,setup_win32.pyo}
48
49%clean
50rm -rf $RPM_BUILD_ROOT
51
52%files
53%defattr(644,root,root,755)
54%doc AUTHORS README Changelog doc/*
55%attr(755,root,root) %{_bindir}/*
56%dir %{_libdir}/%{name}
57%attr(755,root,root) %{_libdir}/%{name}/*.so
58%{_desktopdir}/*.desktop
59%{_mandir}/man1/*.gz
60%{_datadir}/%{name}
This page took 0.436764 seconds and 4 git commands to generate.