]> git.pld-linux.org Git - packages/gabber.git/blob - gabber.spec
- up to 1.9.4
[packages/gabber.git] / gabber.spec
1 #
2 # Conditional build:
3 # _with_ipv6        - with IPv6 support
4 #
5 Summary:        A GNOME Jabber client
6 Summary(pl):    Klient Jabber dla GNOME
7 Summary(pt_BR): Um cliente GNOME para o Jabber
8 Name:           gabber
9 Version:        1.9.4
10 Release:        1.1
11 License:        GPL
12 Group:          Applications/Communications
13 Source0:        http://www.jabberstudio.org/files/gabber/Gabber-%{version}.tar.gz
14 # Source0-md5:  eea74466431b962349ae9a911f010ea2
15 Patch0:         %{name}-types.patch
16 Patch1:         %{name}-conffix.patch
17 URL:            http://gabber.sourceforge.net/
18 BuildRequires:  gconfmm-devel >= 2.0.0
19 BuildRequires:  jabberoo-devel >= 1.9.1
20 BuildRequires:  libglademm-devel >= 2.0.0
21 BuildRequires:  libsigc++12-devel >= 1.2.3
22 BuildRequires:  aspell-devel
23 Requires(post): GConf2
24 Requires:       gnupg
25 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27 %description
28 Gabber is a GNOME client for the distributed Open Source instant
29 messaging system called Jabber. Gabber aims to be a fairly complete
30 client while remaining easy to use, trying to maintain a balance
31 between too many features and being powerful enough.
32
33 %description -l pl
34 Gabber jest klientem GNOME dla dystrybuowanego na zasadach Open Source
35 systemu Natychmiastowych Wiadomo¶ci (IM - Instant Messaging) o nazwie
36 Jabber. Gabber jest kompletnym klientem systemu Jabber pozostaj±c przy
37 tym prostym w u¿yciu.
38
39 %description -l pt_BR
40 Gabber é um cliente GNOME para o sistema distribuído de mensagens
41 instantâneas Jabber. Gabber é um cliente completo, sendo poderoso e ao
42 mesmo tempo fácil de usar.
43
44 %prep
45 %setup -q -n Gabber-%{version}
46 %patch0 -p1
47 %patch1 -p1
48
49 %build
50 CXXFLAGS="%{rpmcflags}"
51 %configure \
52         --%{!?debug:dis}%{?debug:en}able-debug \
53         --disable-schemas-install \
54         %{?_with_ipv6:--enable-ipv6}
55
56 %{__make}
57
58 %install
59 rm -rf $RPM_BUILD_ROOT
60
61 %{__make} install \
62         DESTDIR=$RPM_BUILD_ROOT \
63         GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
64
65 # modules are loaded through Glib::Module, i.e. gmodule interface
66 rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/*.{a,la}
67
68 %clean
69 rm -rf $RPM_BUILD_ROOT
70
71 %post
72 %gconf_schema_install
73
74 %files
75 %defattr(644,root,root,755)
76 %doc AUTHORS NEWS README TODO
77 %{_sysconfdir}/gconf/schemas/*
78 %attr(755,root,root) %{_bindir}/*
79 %dir %{_libdir}/Gabber
80 %attr(755,root,root) %{_libdir}/Gabber/*.so
81 %{_datadir}/Gabber
82 %{_desktopdir}/*
83 %{_pixmapsdir}/*
This page took 0.080837 seconds and 3 git commands to generate.