[gaim-migrate @ 3352]
[pidgin-git.git] / gaim.spec.in
blobb6a8e094809f57a3b70ec321b07499c23e77f6f4
1 %define name @PACKAGE@
2 %define version @VERSION@
3 %define release 1
4 %define serial 1
5 %define prefix /usr
6 %define sysconfdir /etc
8 Summary: A Gtk+ based multiprotocol instant messaging client
9 Name: %{name}
10 Version: %{version}
11 Release: %{release}
12 Serial: %{serial}
13 Copyright: GPL
14 Group: Applications/Internet
15 Vendor: Pimpin' Penguins
16 Url: http://gaim.sf.net/
17 Source: %{name}-%{version}.tar.gz
18 Packager: Rob Flynn <rob@marko.net>
19 BuildRoot: /var/tmp/%{name}-%{version}-root
20 Requires: gtk+ >= 1.2.5
22 %description
23 Gaim allows you to talk to anyone using a variety of messaging
24 protocols, including AIM (Oscar and TOC), ICQ, IRC, Yahoo!,
25 MSN Messenger, Jabber, Gadu-Gadu, Napster, and Zephyr. These
26 protocols are implemented using a modular, easy to use design.
27 To use a protocol, just load the plugin for it.
29 Gaim supports many common features of other clients, as well as many
30 unique features, such as perl scripting and C plugins.
32 Gaim is NOT affiliated with or endorsed by AOL.
34 %package applet
35 Summary: A Gnome based multiprotocol instant messaging applet
36 Group: Applications/Internet
37 Requires: gtk+ >= 1.2.5
39 %description applet
40 Gaim allows you to talk to anyone using a variety of messaging
41 protocols, including AIM (Oscar and TOC), ICQ, IRC, Yahoo!,
42 MSN Messenger, Jabber, Gadu-Gadu, Napster, and Zephyr. These
43 protocols are implemented using a modular, easy to use design.
44 To use a protocol, just load the plugin for it.
46 Gaim supports many common features of other clients, as well as many
47 unique features, such as perl scripting and C plugins.
49 The applet sits in your Gnome panel. It has all the same functionality
50 as the regular application but takes less desktop space.
52 Gaim is NOT affiliated with or endorsed by AOL.
54 %prep
55 %setup
57 %build
58 CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{prefix} --disable-gnome --disable-artsc
59 make
60 if [ -d $RPM_BUILD_ROOT ]; then rm -r $RPM_BUILD_ROOT; fi;
61 mkdir -p $RPM_BUILD_ROOT%{prefix}
62 make prefix=$RPM_BUILD_ROOT%{prefix} install
63 make -C src mostlyclean-compile
64 CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{prefix} --sysconfdir=%{sysconfdir} --enable-distrib --disable-artsc
65 make -C src gaim_applet
67 %install
68 make DESTDIR=$RPM_BUILD_ROOT prefix=%{prefix} sysconfdir=%{sysconfdir} install
70 %files
71 %defattr(-,root,root)
72 %{prefix}/bin/gaim
73 %doc doc/the_penguin.txt doc/CREDITS NEWS COPYING AUTHORS doc/FAQ README ChangeLog plugins/PERL-HOWTO HACKING
74 %{prefix}/man/man1/gaim.1.gz
75 %attr(755,root,root) %{prefix}/lib/gaim/*
76 %{prefix}/share/locale/*/*/*
77 %{prefix}/share/pixmaps/gaim.xpm
78 %{prefix}/share/gnome/apps/Internet/gaim.desktop
81 %files applet
82 %defattr(-,root,root)
83 %attr(755,root,root) %{prefix}/bin/gaim_applet
84 %doc doc/the_penguin.txt doc/CREDITS NEWS COPYING AUTHORS doc/FAQ README ChangeLog plugins/PERL-HOWTO HACKING
85 %{prefix}/man/man1/gaim.1.gz
86 %{prefix}/lib/gaim/*
87 %{prefix}/share/locale/*/*/*
88 %{prefix}/share/pixmaps/gaim.xpm
89 %{prefix}/share/pixmaps/gaim/*
90 %{prefix}/share/gnome/apps/Internet/gaim.desktop
91 %{sysconfdir}/CORBA/servers/*
92 %{prefix}/share/applets/Network/*
94 %clean
95 rm -r $RPM_BUILD_ROOT
97 %changelog
98 * Mon Jun 24 2002 Rob Flynn <rob@marko.net> (0.59 release)
99 - Hungarian translation added (Thanks, Sutto Zoltan)
100 - Swedish translation updated (Thanks, Christian Rose)
101 - Spanish translation updated (Thanks, Alex)
102 - Traditional Chinese translation updated (Thanks, Paladin Liu)
103 - Czech translation added (Thanks, Honza)
104 - Polish translation updated (Thanks Przemyslaw Sulek)
105 - Squashed a bug in buddy right-click menu handling that crashed Gaim. In the process: found and eliminated some memory leaks.
106 - Fixed a significant applet leak
107 - Can now change Jabber password on server (Thanks, Nathan Walp)
108 - Certain types of Jabber presence errors no longer falsely show a buddy on-line. Instead now a "broken light-bulb" icon is shown and the error status is available via "Get Away Msg" (Thanks and a tip o' the hat to Christian Hammond for the graphic)
109 - Conversation struct has pointer to toolbar (thanks Brent Priddy and Paul Miller)
110 - Zephyr fixes (thanks, Arun A. Tharuvai)
111 - Aliases in buddy ticker
112 - Perl scripts can play Gaim sounds (thanks Andrew Rodland)
113 - Internal sounds can be played by commands (thanks Lex Spoon)
114 - Auto-login item in applet menu (thanks Chris Boyle)
115 - Fixed MSN "Unkown Error Code", "Already there", and Already in opposite list" errors
116 - Changed "Play sound" button to "Mute" button
117 - You can now have "reserved" chars in IM and proxy passwords
118 - Jabber now has typing notification (Thanks, Nathan Walp)
119 - Improved support for Jabber resources (Thanks, Nathan Walp)
120 - Fixed problem with Gaim crashing on non-ASCII Jabber buddy aliases (Jabber "name" attribute) chars (Thanks, Ho-seok Lee)
121 - Plugged memory leaks in Jabber plug-in
122 - Fixed problem with Jabber away status not being propagated to conference rooms for jabberd (server) v1.4.2 and above
123 - Chat room buddy lists are now sorted independent of case
124 - Added capability for protocol-specific edit buddy menu entries
125 - Can now remove a Jabber buddy roster item from the server entirely
126 - Gaim can now handle messages from Mac ICQ and Miranda ICQ (Thanks, Mark Doliner)
127 - Added Mozilla to browser options and changed KFM to Konqueror.
128 - Can now set the server and port for MSN and Napster
129 - MSN Internationalization (Thanks Felipe Contreras and countless, countless others)
130 - E-mail addresses are no longer truncated when there is a '.' at the end.
132 * Mon May 13 2002 Rob Flynn <rob@marko.net> (0.58 release)
133 - Bulgarian translation added (Thanks, Igel Itzo)
134 - Taiwanese translation added (Thanks, Paladin Liu)
135 - Better applet transparency
136 - Option to raise buddy list on signons/signoffs
137 - Formatting of incoming MSN messages
138 - Get Info from menu multiple-account-aware (thanks Brian Bernas)
139 - Hide and unhide functions for the filectl plugin. (Thanks, Ari Pollak)
140 - Added helpful stuff to the Help menu.
141 - Self-aliasing from the account editor.
142 - Better selection in GtkIMHtml (Thanks Ben Miller)
143 - A warning when your OSCAR buddy list is too long (Thanks, Mark Doliner)
144 - ICQ status messages in OSCAR (Thanks, Mark Doliner)
145 - Play sound when your name is said in a chat
146 - Approval dialog for Jabber when somebody wants to subscribe to user's presence. Also gives user the opportunity to add that buddy if not already on the user's buddy list.
147 - Jabber "Change buddy group" roster synchronization now works again. (This was unknowningly broken when the "out-sourced" Jabber libs were upgraded in 0.56)
148 - Invalid Jabber I.D.'s no longer crash Gaim. User now notified with pop-up's.
149 - Jabber Buddy sign-on time support, added in 0.57, removed until and unless an inconsistancy can be resolved. (Thanks, Nathan Walp)
150 - Bug-fix for potential buffer overflow in Jabber plugin. (Thanks, rwscott)
151 - Tempfiles used for secure MSN/HotMail login (added in 0.57) are now themselves created securely.
152 - Secure MSN logins (added in 0.57) no longer blow up on Solaris.
153 - Timezone support improved.
155 * Thu Apr 25 2002 Rob Flynn <rob@marko.net (0.57 release)
156 - New authorization method for Yahoo!
157 - Polish translation updated (Thanks Przemyslaw Sulek)
158 - Jabber will tell you when your buddies signed on (Thanks Nathan Walp)
159 - Danish translation added (Thanks, Sarauw Hansen)
160 - Finnish translation update (Thanks, Tero Kuusela)
161 - Japanese translation added (Thanks, Ryosuke Kutsuna)
162 - Jabber improvements (Thanks, Nathan Walp)
163 - More keyboard shortcuts
164 - event_chat_recv takes char**'s, and event_im_recv takes a *guint32 for flags
165 - Secure hotmail login for MSN (thanks for the tips, Scott Werndorfer)
167 * Thu Apr 11 2002 Rob Flynn <rob@marko.net (0.56 release)
168 - German translation update (Thanks Karsten Weiss)
169 - Shell-like send history binded to Ctrl-Up and Ctrl-Down
170 - Russian Translation Updated (thanks Grigory Bakunov)
171 - libjabber upgraded to most recent stable version
172 - Buddylist looks a little better
173 - Fixed MSN privacy settings
174 - Group deletion fix (Thanks Mark Doliner)
175 - Alias/Group syncronization for Jabber (Thanks JSeymour)
176 - Fixed broken signal handling in gdm-started GNOME sessions (Thanks Jim Seymour, Vann, Robert McQueen)
177 - Oscar group syncronization (Thanks, Mark Doliner)
178 - ICQ Authorization via Oscar (Thanks, Mark Doliner)
181 * Fri Mar 29 2002 Rob Flynn <rob@marko.net> (0.55 release)
182 - Jabber improvements (Thanks Jim Seymour)
183 - Various sound cleanups (Thanks Robert McQueen)
184 - Login process shown in single window (Thanks Michael Golden)
185 - Can reorder your accounts in the account editor (Thanks Luke Schierer)
186 - Updated Dutch translation
187 - Shows "mobile" icon for Oscar buddies using mobile devices (Thanks Mark Doliner)
188 - Fixed bug in MSN smilies that crashed PPC (and other?) platforms
189 - Updated Polish Translation (Thanks Przemyslaw Sulek)
190 - Updated Spanish Translation (Thanks Amaya)
191 - Updated French translation
192 - Updated Finnish translation (Thanks Tero Kuusela)
193 - HTTP Proxy settings now HTTP compliant (Thanks Robert McQueen)
194 - Speling corections (Thanks Tero Kuusela)
195 - Oscar list icon fixes (Thanks Mark Doliner)
196 - Oscar idle times work again (Thanks Mark Doliner)
197 - Protocol icons on Edit Buddies tab (Thanks Christian Hammond)
199 * Thu Mar 14 2002 Rob Flynn <rob@marko.net> (0.54 release)
200 - Compiles without GdkPixbuf again
201 - GtkIMHtml will refresh when you set a new GTK+ theme
202 - Improved Yahoo! typing notification (thanks Brian Macke)
203 - Prompt to authorize MSN buddies who added you while you were offline (Thanks Jason Willis)
204 - Option to globally disable Buddy Icon animation (Thanks Luke Schierer)
205 - Numerous bugfixes
206 - Yahoo! will tell you when your buddies are playing Yahoo! games and give you the ability to join them
207 - Yahoo! can receive offline messages
208 - IRC can do DCC chat.
209 - IRC will convert HTML formatting to mIRC formatting.
210 - Buddylist tab placement option (Thanks Jason Willis)
211 - Protocol specific smiley faces
212 - Italian translation added
213 - IM Image sending
215 * Fri Feb 28 2002 Rob Flynn <rob@marko.net> (0.53 release)
216 - Updated Polish Translation (thanks Przemyslaw Sulek)
217 - Slovak translation added (Thanks Daniel Rezny)
218 - Minor bug fixes re: queued away messages
219 - Better buddy icon transparency (for real this time ;-))
220 - Ability to change formatting of Oscar screen name
221 - Better selection in HTML widget (Thanks BMiller)
222 - New icons for ICQ (Thanks Kevin Miller)
223 - Editable buddy pounces (Thanks Jason Willis)
224 - Server side buddy lists in Oscar (Thanks KingAnt :-))
225 - Fix for the chatlist plugin
226 - Typing Notification (AIM Direct Connect, Yahoo, MSN)
227 - IM Images (Receive Only)
228 - Prettier GtkImHtml selection
230 * Sun Feb 17 2002 Rob Flynn <rob@marko.net> (0.52 release)
231 - Better buddy icon transparency (thanks SeanEgan)
232 - Updated Polish Translation (thanks Przemyslaw Sulek)
233 - Fixed a little bug with connecting via proxy (thanks for reminding me of this, Manish Singh)
234 - Updated Simplified Chinese Translation (Thanks Rocky S. Lee)
235 - Updated German Translation (Thanks Karsten Weiss)
236 - Yahoo! Messenger works again
237 - MSN Works again
238 - Can register a new user with a Jabber Server (JSeymour)
239 - Can now set Jabber vCards (JSeymour)
240 - Jabber vCards are now shown in their entirety (JSeymour)
241 - Various jabber bug fixes/enhancements (JSeymour)
243 * Thu Jan 24 2002 Rob Flynn <rob@marko.net> (0.51 release)
244 - Arrow buttons in log viewer and some other dialogs work (thanks Ben Miller)
245 - Option to only send auto-response while idle (thanks Sean Egan)
246 - Control time between sending auto-responses (thanks Mark Doliner)
247 - Should be able to sign on to Oscar using Mac OS X (thanks Fingolfin, Vincas Ciziunas, et al.)
248 - Finnish translation added (Thanks Tero Kuusela)
249 - Updated French Translation (Thanks sebfrance)
251 * Thu Dec 13 2001 Rob Flynn <rob@marko.net> (0.50 release)
252 - Updated polish translation (Thanks Przemyslaw Sulek)
253 - Able to import GnomeICU contact lists
254 - Galeon as browser option (Thanks Rob McQueen)
255 - IRC /list, /invite (Thanks Sean Egan)
256 - Added swedish translation (Thanks Christian Rose)
257 - Option to have IMs and Chats tabbed in same window
258 - Finally put the lagmeter plugin out of its misery and removed it. (/me dances on its grave.)
260 * Thu Nov 29 2001 Rob Flynn <rob@marko.net> (0.49 release)
261 - Can compile against GTK+ 2.0 (version 1.3.10/1.3.11)
262 - Confirm before removing buddies
263 - Updated Russian translation (thanks Grigory Bakunov)
264 - Updated Korean translation (thanks Ho-seok Lee, also for resized ICQ icons)
265 - Updated Dutch translation (thanks Floris Eshuis)
266 - Yahoo updates (thanks Brian Macke)
267 - Jabber updates
268 - Zephyr updates (thanks Arun A Tharuvai)
269 - Gadu-Gadu updates (thanks Arkadiusz Miskiewicz)
270 - Option to show aliases in conversation tabs
271 - Option to hide windows after sending messages
272 - licq2gaim.pl conversion script (thanks Arturo Cisneros, Jr.)
274 * Thu Nov 18 2001 Rob Flynn <rob@marko.net> (0.48 release)
275 - Right-click on links to open/copy URL
276 - Yahoo changes
277 - Oscar can send/receive offline messages in ICQ. Since the "real" ICQ protocol isn't working too well it's recommended that you use Oscar for ICQ.
279 * Thu Nov 01 2001 Rob Flynn <rob@marko.net> (0.47 release)
280 - Better font loading (pays attention to charset now) (thanks Arkadiusz Miskiewicz)
281 - Better recoding in Gadu-Gadu (thanks Arkadiusz Miskiewicz)
282 - Open Mail button for when you get new mail (Yahoo and MSN)
283 - New buddy pounce option: Popup Notification
284 - When adding a buddy, the groups list now updates when you switch accounts.
285 - When creating a new buddy pounce, gaim now automagically selects "on away" or "on idle", if the user is away or idle.
286 - Add Opera to the available browsers (thanks Brian Enigma)
287 - Improved log viewer (thanks to Ben Miller)
288 - When you are queueing away messages, double clicking on a buddy's name will cause the messages for that name to be dequeued.
289 - You can choose which sound player you use at run-time (thanks Ben Miller)
290 - When someone adds you to their buddy list, it asks if you want to add them as well (Yahoo, ICQ, and MSN) (thanks Nathan Walp)
291 - Option to grey idle buddies (thanks Nathan Walp)
292 - MSN Privacy Options
293 - In MSN you can set a person's alias to their "friendly name" by right-click on their name while they're online.
294 - IRC can do /WHOIS
295 - The usual bug fixes and memory leak plugs
296 - Added Dutch translation
297 - Updated Korean translation
299 * Thu Oct 18 2001 Rob Flynn <rob@marko.net> (0.46 release)
300 - New applet icons (courtesy David Raeman)
301 - ICQ works on big-endian platforms, e.g. sparc and ppc (thanks to Nathan Walp and Ben Miller)
302 - Better applet icon drawing (thanks to Ari Pollak)
303 - An extraordinary number of bug fixes
304 - Updated Korean translation
305 - Ability to stop animation on buddy icons, restart animation, hide certain buddy icons, and save people's buddy icons, all through a right-click menu
306 - Event handlers in perl passed arguments as elements of an array rather than all concatenated as a string, making perl much easier to use (thanks Dennis Lambe Jr.)
307 - Can pass an argument to timeout_handlers in perl (thanks Artem Litvinovich)
308 - Redesigned Modify Account window (thanks Sean Egan)
309 - Add buddy dialog now lets you select which protocol to add the buddy to
310 - Pressing 'signon' on the first screen for accounts that do not require passwords no longer incorrectly displays an error message.
312 * Thu Oct 04 2001 Rob Flynn <rob@marko.net> (0.45 release)
313 - New plugin event: event_chat_send_invite
314 - Major updates to the perl system (reread PERL-HOWTO and SIGNALS)
315 - Major updates to event_chat_* events for plugins (reread SIGNALS)
316 - Some GtkIMHtml improvements
317 - Various bugfixes
318 - Nick Highlighting in chat
319 - Tab-completion for nicks in chat (thanks to Sean Egan)
320 - Large internal reworkings
321 - New Protocol: Gadu-Gadu, written by Arkadiusz Miskiewicz
322 - Can choose buddy icon to send (for Oscar)
323 - New Translation: Polish translation by Przemysaw Suek
325 * Thu Sep 20 2001 Rob Flynn <rob@marko.net> (0.44 release)
326 - More sane scaling of buddy icons (intelligently scale to either 48x48 or 50x50 depending on icon)
327 - Have you ever had it happen where you cancel a login and Gaim starts using all the available processing power? I think I fixed that.
328 - Temporarily removed Jabber user registration, which wasn't working anyway.
329 - Added a spiffy Help button
330 - Wrote a plugin for all those people who miss having the chat rooms in their buddy lists (chatlist.so)
331 - Updated libfaim
332 - Added drop down selection to chat invitation
333 - Improved the look of the chat invitation dialog
334 - Improved the look of the proxy preferences
335 - event_im_recv and event_im_display_rcvd passed whether the message received was auto-response (see SIGNALS)
336 - IRC fixes (largly copied from X-Chat)
337 - Internal change to how preferences are stored
338 - Other bug fixes
339 - Option to hide buddy icons
341 * Thu Sep 06 2001 Rob Flynn <rob@marko.net> (0.43 release)
342 - Updated German Translation (thanks Daniel Seifert)
343 - Can change friendly name in MSN again
344 - Bug fixes
345 - Auto-reconnect plugin has exponential timeout (i.e. it tries after 8 seconds, then 16, then 32, etc. up to 17 minutes)
346 - Removed file transfer things from Napster. It didn't work well anyway. It'll be back eventually. (Does anyone even use napster anymore?)