]> git.pld-linux.org Git - packages/pidgin.git/blob - pidgin.spec
- cleanup (gnome applet has been
[packages/pidgin.git] / pidgin.spec
1 # This file does not like to be adapterized!
2 Summary:        A client compatible with AOL's 'Instant Messenger'
3 Summary(ko):    AOL ÀνºÅÏÆ® ¸Þ½ÅÀú¿Í È£È¯µÇ´Â Å¬¶óÀ̾ðÆ®
4 Summary(pl):    Klient kompatybilny z AOL Instant Messenger
5 Summary(pt_BR): Um cliente para o AOL Instant Messenger (AIM)
6 Name:           gaim
7 Version:        0.68
8 Release:        1
9 Epoch:          1
10 License:        GPL
11 Group:          Applications/Communications
12 Source0:        http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
13 # Source0-md5:  604c749f236e3813a1d2341e2e9208bc
14 Patch0:         %{name}-nolibs.patch
15 URL:            http://gaim.sourceforge.net/
16 BuildRequires:  audiofile-devel
17 BuildRequires:  autoconf
18 BuildRequires:  automake
19 BuildRequires:  gettext-devel
20 BuildRequires:  gtk+2-devel >= 2.1.0
21 BuildRequires:  libao-devel
22 BuildRequires:  libtool
23 BuildRequires:  perl-devel
24 BuildRequires:  pkgconfig
25 Requires:       applnk
26 Requires:       gaim-ui = %{epoch}:%{version}
27 Requires:       libao
28 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
29
30 %description
31 Gaim allows you to talk to anyone using AOL's Instant Messenger
32 service (you can sign up at http://www.aim.aol.com). It uses the TOC
33 version of the AOL protocol, so your buddy list is stored on AOL's
34 servers and can be retrieved from anywhere. It contains many of the
35 same features as AOL's IM client while at the same time incorporating
36 many new features. Gaim also contains a multiple connection feature
37 which consists of protocol plugins. These plugins allow you to use
38 gaim to connect to other chat services such as Yahoo!, ICQ, MSN,
39 Jabber, Napster, Zephyr, IRC and Gadu-Gadu.
40
41 %description -l pl
42 Gaim pozwala na rozmowy z dowoln± osob± u¿ywaj±c± us³ugi AOL Instant
43 Messenger (mo¿na siê zarejstrowaæ pod adresem
44 http://www.aim.aol.com/). Program u¿ywa wersji TOC protoko³u AOL wiêc
45 Twoja lista kontaktów jest zapisana na serwerze AOL i mo¿e byc
46 przes³ana gdziekolwiek. Gaim zawiera wiele udogodnieñ dostêpnych w
47 kliencie AOL IM jak równie¿ dodaje w³asne. Gaim umo¿liwia tak¿e dostêp
48 do us³ug takich jak Yahoo!, ICQ, MSN, Jabber, Napster, Zephyr, IRC
49 oraz Gadu-Gadu.
50
51 %description -l pt_BR
52 GAIM é um cliente para o AOL Instant Messenger (AIM) que usa o serviço
53 tik/toc da AOL. É desenvolvido ativamente e suporta muitas das
54 características do cliente da AOL, tendo uma interface similiar.
55 Também oferece suporte a outros protocolos, como: ICQ, IRC, Yahoo!,
56 MSN, Jabber e Napster.
57
58 %package ui-gtk
59 Summary:        gtk+ user interface for gaim
60 Summary(pl):    Interfejs u¿ytkownika gaim korzystaj±cy z gtk+
61 Group:          Applications/Communications
62 Provides:       gaim-ui = %{epoch}:%{version}-%{release}
63
64 %description ui-gtk
65 gtk+ user interface for gaim.
66
67 %description ui-gtk -l pl
68 Interfejs u¿ytkownika gaim korzystaj±cy z gtk+.
69
70 %package devel
71 Summary:        Development files for gaim-remote library
72 Summary(pl):    Pliki programistyczne biblioteki gaim-remote
73 Group:          Development/Libraries
74 Requires:       %{name} = %{epoch}:%{version}
75
76 %description devel
77 Development files for gaim-remote library.
78
79 %description devel -l pl
80 Pliki programistyczne biblioteki gaim-remote.
81
82 %prep
83 %setup -q
84 %patch0 -p1
85
86 %build
87 rm -f configure.in
88 %{__libtoolize}
89 %{__gettextize}
90 %{__aclocal}
91 %{__autoheader}
92 %{__autoconf}
93 %{__automake}
94 %configure \
95         --disable-nas
96
97 %{__make}
98
99 %install
100 rm -rf $RPM_BUILD_ROOT
101
102 %{__make} install \
103         DESTDIR=$RPM_BUILD_ROOT
104
105 rm -f $RPM_BUILD_ROOT%{_libdir}/gaim/*.la
106
107 %find_lang %{name} --with-gnome --all-name
108
109 %clean
110 rm -rf $RPM_BUILD_ROOT
111
112 %post   -p /sbin/ldconfig
113 %postun -p /sbin/ldconfig
114
115 %files -f %{name}.lang
116 %defattr(644,root,root,755)
117 %doc AUTHORS ChangeLog NEWS README* HACKING doc/{CREDITS,FAQ}
118 %attr(755,root,root) %{_bindir}/gaim-remote
119 %attr(755,root,root) %{_libdir}/libgaim-remote.so.0.0.0
120 %dir %{_libdir}/gaim
121 %attr(755,root,root) %{_libdir}/gaim/[!i]*.so
122 %attr(755,root,root) %{_libdir}/gaim/idle*.so
123 %{_pixmapsdir}/*
124 %{_mandir}/man?/*
125 %{_datadir}/sounds/%{name}
126
127 %files ui-gtk
128 %defattr(644,root,root,755)
129 %attr(755,root,root) %{_bindir}/gaim
130 %attr(755,root,root) %{_libdir}/gaim/iconaway.so
131 %{_desktopdir}/gaim.desktop
132
133 %files devel
134 %defattr(644,root,root,755)
135 %attr(755,root,root) %{_libdir}/libgaim-remote.so
136 %{_libdir}/libgaim-remote.la
137 %dir %{_includedir}/gaim-remote
138 %{_includedir}/gaim-remote/remote-socket.h
139 %{_includedir}/gaim-remote/remote.h
This page took 0.086938 seconds and 3 git commands to generate.