]> git.pld-linux.org Git - packages/gajim.git/blob - gajim.spec
- new spec
[packages/gajim.git] / gajim.spec
1 #
2 #%define                snap 20050603
3 #
4 Summary:        A jabber client written in PyGTK
5 Summary(pl):    Klient Jabbera napisany w PyGTK.
6 Name:           gajim
7 Version:        0.7
8 #Release:       0.%{snap}.1
9 Release:        0.1
10 License:        GPL
11 Group:          Applications/Communications
12 Source0:        http://gajim.org/downloads/gajim-0.7.tar.bz2
13 # Source0-md5:  70d6b882c496ea7fbacc4222da49b125
14 #Source0:       gajim-snap-%{snap}.tar.bz2
15 URL:            http://www.gajim.org/
16 BuildRequires:  gtkspell-devel
17 %pyrequires_eq  python-modules
18 %pyrequires_eq  python
19 Requires:       python-gnome-extras-egg >= 2.10.0
20 Requires:       python-gnome-extras-gtkspell >= 2.10.0
21 Requires:       python-pygtk-glade >= 2.6.0
22 Requires:       python-pygtk-gtk >= 2.6.0
23 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25 %description
26 Gajim is a jabber client written in PyGTK. The goal of Gajim's developers is to
27 provide a full featured and easy to use xmpp client for the GTK+ users. Gajim
28 does 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
41 rm -rf $RPM_BUILD_ROOT
42
43 %{__make} install \
44         PREFIX=%{_prefix} \
45         DESTDIR=$RPM_BUILD_ROOT
46
47 rm -f $RPM_BUILD_ROOT%{_datadir}/%{name}/{COPYING,setup_win32.pyo}
48
49 %clean
50 rm -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.061051 seconds and 4 git commands to generate.