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