]> git.pld-linux.org Git - packages/pidgin.git/blob - pidgin.spec
0.11.0pre11
[packages/pidgin.git] / pidgin.spec
1 Summary:        A client compatible with AOL's 'Instant Messenger'
2 Summary(es):    Klient kompatybilny z programem AOLa 'Instant Messenger'
3 Name:           gaim
4 Version:        0.11.0pre11
5 Release:        1
6 License:        GPL
7 Group:          Applications/Communications
8 Group(de):      Applikationen/Kommunikation
9 Group(pl):      Aplikacje/Komunikacja
10 Source0:        http://prdownloads.sourceforge.net/gaim/%{name}-%{version}.tar.bz2
11 URL:            http://gaim.sourceforge.net/
12 BuildRequires:  ORBit-devel
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRequires:  gnome-libs-devel >= 1.2.13
16 BuildRequires:  esound-devel
17 BuildRequires:  gtk+-devel >= 1.2.5
18 BuildRequires:  gettext-devel
19 BuildRequires:  libtool
20 Requires:       applnk
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %define         _prefix         /usr/X11R6
24 %define         _sysconfdir     /etc/X11/GNOME
25 %define         _mandir         %{_prefix}/man
26
27 %description
28 Gaim allows you to talk to anyone using AOL's Instant Messenger
29 service (you can sign up at http://www.aim.aol.com). It uses the TOC
30 version of the AOL protocol, so your buddy list is stored on AOL's
31 servers and can be retrieved from anywhere. It contains many of the
32 same features as AOL's IM client while at the same time incorporating
33 many new features. Gaim also contains a multiple connection feature
34 which consists of protocol plugins. These plugins allow you to use
35 gaim to connect to other chat services such as Yahoo!, ICQ, and IRC.
36
37 %description -l pl
38 Gaim pozwala na rozmowy z dowoln± osob± u¿ywaj±c± us³ugi AOL Instant
39 Messenger (mo¿na siê zarejstrowaæ pod adresem
40 http://www.aim.aol.com/). Program u¿ywa wersji TOC protoko³u AOL wiêc
41 Twoja lista kontaktów jest zapisana na serwerze AOL i mo¿e byc
42 przes³ana gdziekolwiek. Gaim zawiera wiele udogodnieñ dostêpnych w
43 kliencie AOL IM jak równie¿ dodaje w³asne. Gaim umo¿liwia tak¿e dostêp
44 do us³ug takich jak Yahoo!, ICQ oraz IRC.
45
46 %prep
47 %setup -q
48
49 %build
50 rm missing
51 libtoolize --copy --force
52 gettextize --copy --force
53 aclocal -I m4
54 autoheader
55 autoconf
56 automake -a -c
57 %configure \
58         --enable-gnome \
59         --enable-panel \
60         --disable-perl
61
62 %{__make}
63
64 %install
65 rm -rf $RPM_BUILD_ROOT
66
67 %{__make} install \
68         DESTDIR=$RPM_BUILD_ROOT \
69         gaimdesktopdir=%{_applnkdir}/Network/Communications
70         
71 gzip -9nf AUTHORS ChangeLog NEWS README* STATUS TODO HACKING \
72         doc/{CREDITS,FAQ,PROTOCOL}
73
74 %find_lang %{name} --with-gnome --all-name
75
76 %clean
77 rm -rf $RPM_BUILD_ROOT
78
79 %files -f %{name}.lang
80 %defattr(644,root,root,755)
81 %doc {*,doc/*}.gz
82 %{_sysconfdir}/CORBA/servers/*
83 %attr(755,root,root) %{_bindir}/*
84 %dir %{_libdir}/gaim
85 %attr(755,root,root) %{_libdir}/gaim/*
86 %{_applnkdir}/Network/Communications/*.desktop
87 %{_pixmapsdir}/*
88 %{_mandir}/man?/*
This page took 0.053584 seconds and 4 git commands to generate.