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