]> git.pld-linux.org Git - packages/gg.git/blame - gg.spec
- kill Icon: field (support for these is obsolete says jbj)
[packages/gg.git] / gg.spec
CommitLineData
580cd0d9
MM
1# Conditional build:
2#
7c148efa 3%bcond_without gnome # don't build with GNOME
4%bcond_without gnome_applet # don't build GNOME applet
5%bcond_without kde # don't build KDE applet
6%bcond_without wm_applet # don't build WM applet
7%bcond_without sound # disable sound support
8#
4e42e0a9 9# This looks like overkill but some day we might have *everything* bconded :)
7c148efa 10%{?with_gnome:%define need_gnome 1}
11%{?with_gnome:%define need_esd 1}
12%{?with_gnome_applet:%define need_gnome 1}
13%{?with_gnome_applet:%define nees_esd 1}
14%{?with_kde:%define need_arts 1}
15%{?with_wm_applet:%define need_esd 1}
16#
ae5f69f2 17Summary: GNU Gadu - free talking
49e659fc 18Summary(pl): GNU Gadu - wolne gadanie
19Name: gg
2c37e6ca 20Version: 1.0.0
5366b5dc 21Release: 3
2c37e6ca 22Epoch: 5
49e659fc 23License: GPL
25713d39 24Group: Applications/Communications
08b18888 25Source0: http://dl.sourceforge.net/ggadu/%{name}-%{version}.tar.gz
47727f1c 26# Source0-md5: 7b32d4c866ef59dfe22373a83b1a9a2a
68f7a512 27Source1: %{name}.png
025ae160 28Source2: %{name}_gnome.desktop
7b71f88b
PG
29Source3: %{name}_WM_applet.desktop
30Source4: %{name}_KDE.desktop
5366b5dc 31Patch0: http://piorun.ds.pg.gda.pl/~blues/patches/gg-debian_fixes.patch
5404f841 32URL: http://gadu.gnu.pl/
7c148efa 33%{?need_arts:BuildRequires: arts-devel}
34%if %{with sound}
35%{?need_esd:BuildRequires: esound-devel > 0.2.7}
4e42e0a9 36%endif
7c148efa 37%{?need_gnome:BuildRequires: gnome-libs-devel}
38%{?need_gnome:BuildRequires: gnome-core-devel}
ab716a74 39BuildRequires: gtk+-devel > 1.2.8
14dcbb17 40BuildRequires: xmms-devel
49e659fc 41BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
42
52a03b7e 43%define _sysconfdir /etc/X11/GNOME
14dcbb17 44%define _prefix /usr/X11R6
49e659fc 45
46%description
ae5f69f2 47Gadu-Gadu client released on GNU/GPL.
49e659fc 48
49%description -l pl
50Klient Gadu-Gadu na licencji GNU/GPL.
51
64ce8f6e 52%package common
53Summary: GNU Gadu - free talking - common files
54