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