]> git.pld-linux.org Git - packages/gabber.git/blob - gabber.spec
b74c3e039d97ff9063ef7ba2ead65732d9a88361
[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 # take source 0 from cvs, please
15 Source0:        http://www.jabberstudio.org/projects/gabber/releases/download.php?file=%{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 rm -f missing
46 glib-gettextize
47 intltoolize
48 %{__libtoolize}
49 %{__aclocal}
50 %{__autoheader}
51 %{__autoconf}
52 %{__automake}
53 CXXFLAGS="%{rpmcflags}"
54 %configure \
55         --%{!?debug:dis}%{?debug:en}able-debug \
56         --disable-schemas-install \
57         %{?_with_ipv6:--enable-ipv6}
58
59 %{__make}
60
61 %install
62 rm -rf $RPM_BUILD_ROOT
63
64 %{__make} install \
65         DESTDIR=$RPM_BUILD_ROOT
66
67 #%find_lang %{name} --with-gnome --all-name
68
69 %clean
70 rm -rf $RPM_BUILD_ROOT
71
72 %post
73 /usr/bin/scrollkeeper-update
74 %gconf_schema_install
75
76 %postun -p /usr/bin/scrollkeeper-update
77
78 #%files -f %{name}.lang
79 %files
80 %defattr(644,root,root,755)
81 %doc AUTHORS NEWS README TODO
82 %{_sysconfdir}/gconf/schemas/*
83 %attr(755,root,root) %{_bindir}/*
84 %attr(755,root,root) %{_libdir}/*.so*
85 %{_libdir}/*.la
86 %{_datadir}/%{name}
87 %{_datadir}/applications/*
88 %{_pixmapsdir}/*
This page took 0.05941 seconds and 2 git commands to generate.