]> git.pld-linux.org Git - packages/gabber.git/blob - gabber.spec
- removed Build/Requires: iconv
[packages/gabber.git] / gabber.spec
1 Summary:        A GNOME Jabber client
2 Summary(es):    Klient Jabber dla GNOME
3 Name:           gabber
4 Version:        0.8.2
5 Release:        3
6 License:        GPL
7 Group:          Applications/Communications
8 Group(de):      Applikationen/Kommunikation
9 Group(pl):      Aplikacje/Komunikacja
10 Source0:        http://prdownloads.sourceforge.net/gabber/%{name}-%{version}.tar.gz
11 Patch0:         %{name}-DESTDIR.patch
12 URL:            http://gabber.sourceforge.net/
13 BuildRequires:  ORBit-devel
14 BuildRequires:  autoconf
15 BuildRequires:  automake
16 BuildRequires:  gnome-libs-devel >= 1.2.13
17 BuildRequires:  gnomemm-devel >= 1.1.19
18 BuildRequires:  gettext-devel
19 BuildRequires:  gtk+-devel >= 1.2.5
20 BuildRequires:  gtkmm-devel >= 1.1.12
21 BuildRequires:  libtool
22 BuildRequires:  libglade-devel
23 BuildRequires:  libsigc++-devel
24 BuildRequires:  libunicode-devel
25 BuildRequires:  openssl-devel >= 0.9.6a
26 BuildRequires:  scrollkeeper
27 BuildRequires:  xml-i18n-tools
28 Prereq:         /sbin/ldconfig
29 Prereq:         scrollkeeper
30 Requires:       applnk
31 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
32
33 %define         _prefix         /usr/X11R6
34 %define         _sysconfdir     /etc/X11/GNOME
35 %define         _mandir         %{_prefix}/man
36 %define         _omf_dest_dir   %(scrollkeeper-config --omfdir)
37
38 %description
39 Gabber is a Gnome client for the distributed Open Source instant
40 messaging system called Jabber. Gabber aims to be a fairly complete
41 client while remaining easy to use, trying to maintain a balance
42 between too many features and being powerful enough.
43
44 %description -l pl
45 Gabber jest klientem GNOME dla dystrybuowanego na zasadach Open Source
46 systemu Natychmiastowych Wiadomo¶ci (IM - Instant Messaging) o nazwie
47 Jabber. Gabber jest kompletnym klientem systemu Jabber pozostaj±c przy
48 tym prostym w u¿yciu.
49
50 %prep
51 %setup -q
52 %patch0 -p1
53
54 %build
55 rm missing
56 libtoolize --copy --force
57 xml-i18n-toolize --copy --force
58 gettextize --copy --force
59 aclocal -I macros
60 autoheader
61 autoconf
62 automake -a -c
63 %configure \
64         --enable-gnome \
65         --enable-panel \
66         --disable-perl
67
68 %{__make}
69
70 %install
71 rm -rf $RPM_BUILD_ROOT
72
73 %{__make} install \
74         DESTDIR=$RPM_BUILD_ROOT \
75         Applicationsdir=%{_applnkdir}/Network/Communications \
76         omf_dest_dir=%{_omf_dest_dir}/omf/gabber
77
78 gzip -9nf AUTHORS NEWS README TODO
79
80 %find_lang %{name} --with-gnome --all-name
81
82 %post   -p /usr/bin/scrollkeeper-update
83 %postun -p /usr/bin/scrollkeeper-update
84
85 %clean
86 rm -rf $RPM_BUILD_ROOT
87
88 %files -f %{name}.lang
89 %defattr(644,root,root,755)
90 %doc *.gz
91 %{_sysconfdir}/*/*/*
92 %attr(755,root,root) %{_bindir}/*
93 %{_applnkdir}/Network/Communications/*.desktop
94 %{_datadir}/%{name}
95 %{_omf_dest_dir}/omf/%{name}
96 %{_pixmapsdir}/*
97 %{_datadir}/sounds/*
This page took 0.164719 seconds and 3 git commands to generate.