]> git.pld-linux.org Git - packages/pidgin.git/blob - pidgin.spec
- Epoch: 1 (for apllow upgrade from RH version).
[packages/pidgin.git] / pidgin.spec
1 Summary:        A client compatible with AOL's 'Instant Messenger'
2 Summary(pl):    Klient kompatybilny z AOL Instant Messenger
3 Name:           gaim
4 Version:        0.48
5 Release:        1
6 Epoch:          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 URL:            http://gaim.sourceforge.net/
13 BuildRequires:  ORBit-devel
14 BuildRequires:  autoconf
15 BuildRequires:  automake
16 BuildRequires:  gnome-libs-devel >= 1.2.13
17 BuildRequires:  esound-devel
18 BuildRequires:  gtk+-devel >= 1.2.5
19 BuildRequires:  gettext-devel
20 BuildRequires:  libtool
21 BuildRequires:  perl-devel
22 BuildRequires:  gnome-core-devel
23 BuildRequires:  gdk-pixbuf-devel
24 Requires:       applnk
25 Requires:       gaim-ui
26 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
28 %define         _prefix         /usr/X11R6
29 %define         _sysconfdir     /etc/X11/GNOME
30 %define         _mandir         %{_prefix}/man
31
32 %description
33 Gaim allows you to talk to anyone using AOL's Instant Messenger
34 service (you can sign up at http://www.aim.aol.com). It uses the TOC
35 version of the AOL protocol, so your buddy list is stored on AOL's
36 servers and can be retrieved from anywhere. It contains many of the
37 same features as AOL's IM client while at the same time incorporating
38 many new features. Gaim also contains a multiple connection feature
39 which consists of protocol plugins. These plugins allow you to use
40 gaim to connect to other chat services such as Yahoo!, ICQ, MSN,
41 Jabber, Napster, Zephyr, IRC and Gadu-Gadu.
42
43 %description -l pl
44 Gaim pozwala na rozmowy z dowoln± osob± u¿ywaj±c± us³ugi AOL Instant
45 Messenger (mo¿na siê zarejstrowaæ pod adresem
46 http://www.aim.aol.com/). Program u¿ywa wersji TOC protoko³u AOL wiêc
47 Twoja lista kontaktów jest zapisana na serwerze AOL i mo¿e byc
48 przes³ana gdziekolwiek. Gaim zawiera wiele udogodnieñ dostêpnych w
49 kliencie AOL IM jak równie¿ dodaje w³asne. Gaim umo¿liwia tak¿e dostêp
50 do us³ug takich jak Yahoo!, ICQ, MSN, Jabber, Napster, Zephyr, IRC
51 oraz Gadu-Gadu.
52
53 %package ui-gtk
54 Summary:        gtk+ user interface for gaim
55 Summary(pl):    Interfejs u¿ytkownika gaim korzystaj±cy z gtk+
56 Group:          Applications/Communications
57 Group(de):      Applikationen/Kommunikation
58 Group(pl):      Aplikacje/Komunikacja
59 Provides:       gaim-ui
60
61 %description ui-gtk
62 gtk+ user interface for gaim.
63
64 %description -l pl ui-gtk
65 Interfejs u¿ytkownika gaim korzystaj±cy z gtk+.
66
67 %package ui-gnome
68 Summary:        GNOME user interface for gaim (applet)
69 Summary(pl):    Interfejs u¿ytkownika gaim korzystaj±cy z GNOME (applet)
70 Group:          Applications/Communications
71 Group(de):      Applikationen/Kommunikation
72 Group(pl):      Aplikacje/Komunikacja
73 Provides:       gaim-ui
74
75 %description ui-gnome
76 GNOME user interface for gaim (applet).
77
78 %description -l pl ui-gnome
79 Interfejs u¿ytkownika gaim korzystaj±cy z GNOME (applet).
80
81 %prep
82 %setup -q
83
84 %build
85 rm  -f missing
86 libtoolize --copy --force
87 gettextize --copy --force
88 aclocal -I m4
89 autoheader
90 autoconf
91 automake -a -c
92 %configure \
93         --disable-panel \
94         --enable-esd \
95         --disable-nas \
96         --disable-artsc \
97         --with-gnome
98 %{__make}
99 mv plugins/iconaway{,_standalone}.so
100 mv src/gaim{,_standalone}
101 %{__make} clean
102
103 %configure \
104         --enable-panel \
105         --enable-esd \
106         --disable-nas \
107         --disable-artsc \
108         --with-gnome
109 %{__make}
110
111 %install
112 rm -rf $RPM_BUILD_ROOT
113
114 # NOTE: make ignores gaimdesktopdir set below.
115 %{__make} install \
116         DESTDIR=$RPM_BUILD_ROOT \
117         gaimdesktopdir=%{_applnkdir}/Network/Communications \
118         distribdesktopdir=%{_applnkdir}/Network/Communications
119
120 mv $RPM_BUILD_ROOT{%{_datadir}/gnome/apps/Internet/gaim.desktop,%{_applnkdir}/Network/Communications}
121
122 mv $RPM_BUILD_ROOT%{_libdir}/gaim/iconaway{,_applet}.so
123 install plugins/iconaway_standalone.so $RPM_BUILD_ROOT%{_libdir}/gaim/iconaway.so
124 install src/gaim_standalone $RPM_BUILD_ROOT%{_bindir}/gaim
125         
126 gzip -9nf AUTHORS ChangeLog NEWS README* STATUS TODO HACKING \
127         doc/{CREDITS,FAQ}
128
129 %find_lang %{name} --with-gnome --all-name
130
131 %clean
132 rm -rf $RPM_BUILD_ROOT
133
134 %files -f %{name}.lang
135 %defattr(644,root,root,755)
136 %doc {*,doc/*}.gz
137 %dir %{_libdir}/gaim
138 %attr(755,root,root) %{_libdir}/gaim/[^i]*.so
139 %{_applnkdir}/Network/Communications/*.desktop
140 %{_pixmapsdir}/*
141 %{_mandir}/man?/*
142
143 %files ui-gtk
144 %attr(755,root,root) %{_bindir}/gaim
145 %attr(755,root,root) %{_libdir}/gaim/iconaway.so
146
147 %files ui-gnome
148 %attr(755,root,root) %{_bindir}/gaim_applet
149 %attr(755,root,root) %{_libdir}/gaim/iconaway_applet.so
150 %{_sysconfdir}/CORBA/servers/*
This page took 0.038961 seconds and 4 git commands to generate.