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