]> git.pld-linux.org Git - packages/pidgin.git/blob - pidgin.spec
- updated to 0.47,
[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.47
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 BuildRequires:  perl-devel
21 BuildRequires:  gnome-core-devel
22 BuildRequires:  gdk-pixbuf-devel
23 Requires:       applnk
24 Requires:       gaim-ui
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 %package ui-gtk
53 Summary:        gtk+ user interface for gaim
54 Summary(pl):    Interfejs u¿ytkownika gaim korzystaj±cy z gtk+
55 Group:          Applications/Communications
56 Group(de):      Applikationen/Kommunikation
57 Group(pl):      Aplikacje/Komunikacja
58 Provides:       gaim-ui
59
60 %description ui-gtk
61 gtk+ user interface for gaim.
62
63 %description -l pl ui-gtk
64 Interfejs u¿ytkownika gaim korzystaj±cy z gtk+.
65
66 %package ui-gnome
67 Summary:        GNOME user interface for gaim (applet)
68 Summary(pl):    Interfejs u¿ytkownika gaim korzystaj±cy z GNOME (applet)
69 Group:          Applications/Communications
70 Group(de):      Applikationen/Kommunikation
71 Group(pl):      Aplikacje/Komunikacja
72 Provides:       gaim-ui
73
74 %description ui-gnome
75 GNOME user interface for gaim (applet).
76
77 %description -l pl ui-gnome
78 Interfejs u¿ytkownika gaim korzystaj±cy z GNOME (applet).
79
80 %prep
81 %setup -q
82
83 %build
84 rm  -f missing
85 libtoolize --copy --force
86 gettextize --copy --force
87 aclocal -I m4
88 autoheader
89 autoconf
90 automake -a -c
91 %configure \
92         --disable-panel \
93         --enable-esd \
94         --disable-nas \
95         --disable-artsc \
96         --with-gnome
97 %{__make}
98 mv plugins/iconaway{,_standalone}.so
99 mv src/gaim{,_standalone}
100 %{__make} clean
101
102 %configure \
103         --enable-panel \
104         --enable-esd \
105         --disable-nas \
106         --disable-artsc \
107         --with-gnome
108 %{__make}
109
110 %install
111 rm -rf $RPM_BUILD_ROOT
112
113 # NOTE: make ignores gaimdesktopdir set below.
114 %{__make} install \
115         DESTDIR=$RPM_BUILD_ROOT \
116         gaimdesktopdir=%{_applnkdir}/Network/Communications \
117         distribdesktopdir=%{_applnkdir}/Network/Communications
118
119 mv $RPM_BUILD_ROOT{%{_datadir}/gnome/apps/Internet/gaim.desktop,%{_applnkdir}/Network/Communications}
120
121 mv $RPM_BUILD_ROOT%{_libdir}/gaim/iconaway{,_applet}.so
122 install plugins/iconaway_standalone.so $RPM_BUILD_ROOT%{_libdir}/gaim/iconaway.so
123 install src/gaim_standalone $RPM_BUILD_ROOT%{_bindir}/gaim
124         
125 gzip -9nf AUTHORS ChangeLog NEWS README* STATUS TODO HACKING \
126         doc/{CREDITS,FAQ}
127
128 %find_lang %{name} --with-gnome --all-name
129
130 %clean
131 rm -rf $RPM_BUILD_ROOT
132
133 %files -f %{name}.lang
134 %defattr(644,root,root,755)
135 %doc {*,doc/*}.gz
136 %dir %{_libdir}/gaim
137 %attr(755,root,root) %{_libdir}/gaim/[^i]*.so
138 %{_applnkdir}/Network/Communications/*.desktop
139 %{_pixmapsdir}/*
140 %{_mandir}/man?/*
141
142 %files ui-gtk
143 %attr(755,root,root) %{_bindir}/gaim
144 %attr(755,root,root) %{_libdir}/gaim/iconaway.so
145
146 %files ui-gnome
147 %attr(755,root,root) %{_bindir}/gaim_applet
148 %attr(755,root,root) %{_libdir}/gaim/iconaway_applet.so
149 %{_sysconfdir}/CORBA/servers/*
This page took 0.100149 seconds and 4 git commands to generate.