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