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