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