]> git.pld-linux.org Git - packages/everybuddy.git/blob - everybuddy.spec
- merge pt_BR translation from CNV,
[packages/everybuddy.git] / everybuddy.spec
1 Summary:        A Universal Instant Messanging Client 
2 Summary(pl):    Uniwersalny Klient Natychmiastowych Wiadomo¶ci
3 Summary(pt_BR): Um cliente universal para mensagens instantâneas
4 Name:           everybuddy
5 Version:        0.2.1beta6
6 Release:        1
7 Epoch:          0
8 License:        GPL
9 Group:          Applications/Communications
10 Group(de):      Applikationen/Kommunikation
11 Group(pl):      Aplikacje/Komunikacja
12 Source0:        http://www.everybuddy.com/files/%{name}-%{version}.tar.gz
13 Patch0:         %{name}-make.patch
14 Patch1:         %{name}-zephyr.patch
15 URL:            http://www.everybuddy.com/
16 BuildRequires:  ORBit-devel
17 BuildRequires:  automake
18 BuildRequires:  autoconf
19 BuildRequires:  esound-devel
20 BuildRequires:  libtool
21 BuildRequires:  gnome-libs-devel >= 1.2.13
22 BuildRequires:  gtk+-devel >= 1.2.5
23 BuildRequires:  perl
24 Prereq:         /sbin/ldconfig
25 Requires:       applnk
26 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
28 %define         _prefix         /usr/X11R6
29 %define         _sysconfdir     /etc/X11/GNOME
30 %define         _mandir         %{_prefix}/man
31
32 %description
33 Everybuddy is designed to become a Universal Instant Messaging client
34 desigend to seamlessly integrate all existing Instant Messaging
35 clients and provide a single consistant user interface. Currently,
36 Everybuddy supports sending and reciveing messages in AOL, ICQ, Yahoo,
37 MSN and Jabber. IRC support is possibly planned to be incorporated in
38 future releases.
39
40 %description -l pl
41 Everybuddy jest zaprojektowany tak by móc staæ siê Uniwersalnym
42 Klientem Natychmiastowych Wiadomo¶ci (Instant Messaging). Zosta³ on
43 zaprojektowany tak by udostêpniæ us³ugi AOL, ICQ, Yahoo, MSN oraz
44 Jabber przez zunifikowany i jednolity interfejs u¿ytkownika.
45
46 %description -l pt_BR
47 O everybuddy é projetado para tornar-se um cliente universal para
48 mensagens instantâneas e para integrar facilmente todos os clientes
49 deste tipo existentes, fornecendo uma única interface consistente com
50 o usuário. Atualmente suporta o envio e recebimento de mensagens nas
51 redes AOL, ICQ, Yahoo e MSN. Suporte a IRC possivelmente seja
52 incorporado em versões futuras.
53
54 %prep
55 %setup -q
56 %patch0 -p1
57 %patch1 -p1
58
59 %build
60 rm -f missing
61 libtoolize --copy --force
62 aclocal -I m4
63 autoconf
64 automake -a -c
65 %configure \
66         --enable-gnome \
67         --enable-panel \
68         --enable-zephyr \
69         --disable-arts \
70         --disable-krb4
71 %{__make}
72
73 %install
74 rm -rf $RPM_BUILD_ROOT
75
76 %{__make} install \
77         DESTDIR=$RPM_BUILD_ROOT \
78         AUtilitiesdir=%{_applnkdir}/Network/Communications
79         
80 gzip -9nf AUTHORS NEWS README TODO \
81         doc/{CREDITS,FAQ,NOMENCLATURE,README*}
82
83 %clean
84 rm -rf $RPM_BUILD_ROOT
85
86 %files
87 %defattr(644,root,root,755)
88 %doc {*,doc/*}.gz
89 %attr(755,root,root) %{_bindir}/%{name}
90 %{_mandir}/man?/*
91 %{_applnkdir}/Network/Communications/*.desktop
92 %{_pixmapsdir}/*
93 %{_datadir}/sounds/%{name}
This page took 0.041407 seconds and 4 git commands to generate.