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