Mercurial > pidgin
annotate gaim.spec.in @ 3095:9d1809653195
[gaim-migrate @ 3109]
French
committer: Tailor Script <tailor@pidgin.im>
author | Rob Flynn <gaim@robflynn.com> |
---|---|
date | Sun, 24 Mar 2002 08:44:06 +0000 |
parents | a1a50ed7aec1 |
children | 296d3f6a38af |
rev | line source |
---|---|
827
cc07bbd39472
[gaim-migrate @ 837]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
606
diff
changeset
|
1 %define name @PACKAGE@ |
cc07bbd39472
[gaim-migrate @ 837]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
606
diff
changeset
|
2 %define version @VERSION@ |
cc07bbd39472
[gaim-migrate @ 837]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
606
diff
changeset
|
3 %define release 1 |
cc07bbd39472
[gaim-migrate @ 837]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
606
diff
changeset
|
4 %define serial 1 |
cc07bbd39472
[gaim-migrate @ 837]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
606
diff
changeset
|
5 %define prefix /usr |
cc07bbd39472
[gaim-migrate @ 837]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
606
diff
changeset
|
6 %define sysconfdir /etc |
322 | 7 |
2578 | 8 Summary: A Gtk+ based multiprotocol instant messaging client |
322 | 9 Name: %{name} |
10 Version: %{version} | |
11 Release: %{release} | |
12 Serial: %{serial} | |
13 Copyright: GPL | |
14 Group: Applications/Internet | |
15 Vendor: Pimpin' Penguins | |
2250 | 16 Url: http://gaim.sf.net/ |
322 | 17 Source: %{name}-%{version}.tar.gz |
1670 | 18 Packager: Rob Flynn <rob@marko.net> |
322 | 19 BuildRoot: /var/tmp/%{name}-%{version}-root |
2862
ad4057cb228f
[gaim-migrate @ 2875]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2815
diff
changeset
|
20 Requires: gtk+ >= 1.2.5 |
322 | 21 |
22 %description | |
2578 | 23 Gaim is NOT affiliated with or endorsed by AOL. |
24 | |
322 | 25 Gaim allows you to talk to anyone using AOL's |
26 Instant Messenger service (you can sign up at http://www.aim.aol.com). | |
27 | |
28 It uses the TOC version of the AOL protocol, so your buddy list is | |
29 stored on AOL's servers and can be retrieved from anywhere. | |
30 | |
31 It contains many of the same features as AOL's IM client while at | |
32 the same time incorporating many new features. | |
33 | |
1195 | 34 Gaim also contains a multiple connection feature which consists of |
35 protocol plugins. These plugins allow you to use gaim to connect | |
36 to other chat services such as Yahoo!, ICQ, and IRC. | |
37 | |
547
8086ed233742
[gaim-migrate @ 557]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
369
diff
changeset
|
38 %package applet |
8086ed233742
[gaim-migrate @ 557]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
369
diff
changeset
|
39 Summary: A Gnome client compatible with AOL's 'Instant Messenger' |
8086ed233742
[gaim-migrate @ 557]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
369
diff
changeset
|
40 Group: Applications/Internet |
2862
ad4057cb228f
[gaim-migrate @ 2875]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2815
diff
changeset
|
41 Requires: gtk+ >= 1.2.5 |
547
8086ed233742
[gaim-migrate @ 557]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
369
diff
changeset
|
42 |
8086ed233742
[gaim-migrate @ 557]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
369
diff
changeset
|
43 %description applet |
8086ed233742
[gaim-migrate @ 557]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
369
diff
changeset
|
44 Gaim allows you to talk to anyone using AOL's |
8086ed233742
[gaim-migrate @ 557]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
369
diff
changeset
|
45 Instant Messenger service (you can sign up at http://www.aim.aol.com). |
8086ed233742
[gaim-migrate @ 557]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
369
diff
changeset
|
46 |
8086ed233742
[gaim-migrate @ 557]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
369
diff
changeset
|
47 It uses the TOC version of the AOL protocol, so your buddy list is |
8086ed233742
[gaim-migrate @ 557]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
369
diff
changeset
|
48 stored on AOL's servers and can be retrieved from anywhere. |
8086ed233742
[gaim-migrate @ 557]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
369
diff
changeset
|
49 |
8086ed233742
[gaim-migrate @ 557]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
369
diff
changeset
|
50 It contains many of the same features as AOL's IM client while at |
8086ed233742
[gaim-migrate @ 557]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
369
diff
changeset
|
51 the same time incorporating many new features. |
8086ed233742
[gaim-migrate @ 557]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
369
diff
changeset
|
52 |
1195 | 53 Gaim also contains a multiple connection feature which consists of |
54 protocol plugins. These plugins allow you to use gaim to connect | |
55 to other chat services such as Yahoo!, ICQ, and IRC. | |
56 | |
547
8086ed233742
[gaim-migrate @ 557]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
369
diff
changeset
|
57 The applet sits in your Gnome panel. It has all the same functionality |
8086ed233742
[gaim-migrate @ 557]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
369
diff
changeset
|
58 as the regular application but takes less desktop space. |
8086ed233742
[gaim-migrate @ 557]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
369
diff
changeset
|
59 |
322 | 60 %prep |
61 %setup | |
62 | |
63 %build | |
2599
b5236052876d
[gaim-migrate @ 2612]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2578
diff
changeset
|
64 CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{prefix} --disable-gnome --disable-artsc |
322 | 65 make |
547
8086ed233742
[gaim-migrate @ 557]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
369
diff
changeset
|
66 if [ -d $RPM_BUILD_ROOT ]; then rm -r $RPM_BUILD_ROOT; fi; |
8086ed233742
[gaim-migrate @ 557]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
369
diff
changeset
|
67 mkdir -p $RPM_BUILD_ROOT%{prefix} |
1618
b4349bb68302
[gaim-migrate @ 1628]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1551
diff
changeset
|
68 make prefix=$RPM_BUILD_ROOT%{prefix} install |
2260
aa69e80298bb
[gaim-migrate @ 2270]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2250
diff
changeset
|
69 make -C src mostlyclean-compile |
2599
b5236052876d
[gaim-migrate @ 2612]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2578
diff
changeset
|
70 CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{prefix} --sysconfdir=%{sysconfdir} --enable-distrib --disable-artsc |
2260
aa69e80298bb
[gaim-migrate @ 2270]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2250
diff
changeset
|
71 make -C src gaim_applet |
322 | 72 |
73 %install | |
1618
b4349bb68302
[gaim-migrate @ 1628]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1551
diff
changeset
|
74 make DESTDIR=$RPM_BUILD_ROOT prefix=%{prefix} sysconfdir=%{sysconfdir} install |
322 | 75 |
76 %files | |
77 %defattr(-,root,root) | |
827
cc07bbd39472
[gaim-migrate @ 837]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
606
diff
changeset
|
78 %{prefix}/bin/gaim |
2479
66b27e902b7b
[gaim-migrate @ 2492]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2325
diff
changeset
|
79 %doc doc/the_penguin.txt doc/CREDITS NEWS COPYING AUTHORS doc/FAQ README ChangeLog plugins/PERL-HOWTO HACKING |
827
cc07bbd39472
[gaim-migrate @ 837]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
606
diff
changeset
|
80 %attr(755,root,root) %{prefix}/lib/gaim/* |
369
cf895313fc50
[gaim-migrate @ 379]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
326
diff
changeset
|
81 %{prefix}/share/locale/*/*/* |
325 | 82 %{prefix}/share/pixmaps/gaim.xpm |
326 | 83 %{prefix}/share/gnome/apps/Internet/gaim.desktop |
547
8086ed233742
[gaim-migrate @ 557]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
369
diff
changeset
|
84 |
606
eaab8abda2c0
[gaim-migrate @ 616]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
547
diff
changeset
|
85 |
547
8086ed233742
[gaim-migrate @ 557]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
369
diff
changeset
|
86 %files applet |
8086ed233742
[gaim-migrate @ 557]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
369
diff
changeset
|
87 %defattr(-,root,root) |
8086ed233742
[gaim-migrate @ 557]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
369
diff
changeset
|
88 %attr(755,root,root) %{prefix}/bin/gaim_applet |
2479
66b27e902b7b
[gaim-migrate @ 2492]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2325
diff
changeset
|
89 %doc doc/the_penguin.txt doc/CREDITS NEWS COPYING AUTHORS doc/FAQ README ChangeLog plugins/PERL-HOWTO HACKING |
547
8086ed233742
[gaim-migrate @ 557]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
369
diff
changeset
|
90 %{prefix}/lib/gaim/* |
8086ed233742
[gaim-migrate @ 557]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
369
diff
changeset
|
91 %{prefix}/share/locale/*/*/* |
8086ed233742
[gaim-migrate @ 557]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
369
diff
changeset
|
92 %{prefix}/share/pixmaps/gaim.xpm |
2481
0d5257faa66e
[gaim-migrate @ 2494]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2479
diff
changeset
|
93 %{prefix}/share/pixmaps/gaim/* |
547
8086ed233742
[gaim-migrate @ 557]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
369
diff
changeset
|
94 %{prefix}/share/gnome/apps/Internet/gaim.desktop |
827
cc07bbd39472
[gaim-migrate @ 837]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
606
diff
changeset
|
95 %{sysconfdir}/CORBA/servers/* |
606
eaab8abda2c0
[gaim-migrate @ 616]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
547
diff
changeset
|
96 %{prefix}/share/applets/Network/* |
547
8086ed233742
[gaim-migrate @ 557]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
369
diff
changeset
|
97 |
322 | 98 %clean |
99 rm -r $RPM_BUILD_ROOT | |
2224 | 100 |
101 %changelog | |
3053 | 102 * Thu Mar 14 2002 Rob Flynn <rob@marko.net> (0.54 release) |
103 - Compiles without GdkPixbuf again | |
104 - GtkIMHtml will refresh when you set a new GTK+ theme | |
105 - Improved Yahoo! typing notification (thanks Brian Macke) | |
106 - Prompt to authorize MSN buddies who added you while you were offline (Thanks Jason Willis) | |
107 - Option to globally disable Buddy Icon animation (Thanks Luke Schierer) | |
108 - Numerous bugfixes | |
109 - Yahoo! will tell you when your buddies are playing Yahoo! games and give you the ability to join them | |
110 - Yahoo! can receive offline messages | |
111 - IRC can do DCC chat. | |
112 - IRC will convert HTML formatting to mIRC formatting. | |
113 - Buddylist tab placement option (Thanks Jason Willis) | |
114 - Protocol specific smiley faces | |
115 - Italian translation added | |
116 - IM Image sending | |
117 | |
2993 | 118 * Fri Feb 28 2002 Rob Flynn <rob@marko.net> (0.53 release) |
119 - Updated Polish Translation (thanks Przemyslaw Sulek) | |
120 - Slovak translation added (Thanks Daniel Rezny) | |
121 - Minor bug fixes re: queued away messages | |
122 - Better buddy icon transparency (for real this time ;-)) | |
123 - Ability to change formatting of Oscar screen name | |
124 - Better selection in HTML widget (Thanks BMiller) | |
125 - New icons for ICQ (Thanks Kevin Miller) | |
126 - Editable buddy pounces (Thanks Jason Willis) | |
127 - Server side buddy lists in Oscar (Thanks KingAnt :-)) | |
128 - Fix for the chatlist plugin | |
129 - Typing Notification (AIM Direct Connect, Yahoo, MSN) | |
130 - IM Images (Receive Only) | |
131 - Prettier GtkImHtml selection | |
132 | |
2961 | 133 * Sun Feb 17 2002 Rob Flynn <rob@marko.net> (0.52 release) |
134 - Better buddy icon transparency (thanks SeanEgan) | |
135 - Updated Polish Translation (thanks Przemyslaw Sulek) | |
136 - Fixed a little bug with connecting via proxy (thanks for reminding me of this, Manish Singh) | |
137 - Updated Simplified Chinese Translation (Thanks Rocky S. Lee) | |
138 - Updated German Translation (Thanks Karsten Weiss) | |
139 - Yahoo! Messenger works again | |
140 - MSN Works again | |
141 - Can register a new user with a Jabber Server (JSeymour) | |
142 - Can now set Jabber vCards (JSeymour) | |
143 - Jabber vCards are now shown in their entirety (JSeymour) | |
144 - Various jabber bug fixes/enhancements (JSeymour) | |
145 | |
2933 | 146 * Thu Jan 24 2002 Rob Flynn <rob@marko.net> (0.51 release) |
2927 | 147 - Arrow buttons in log viewer and some other dialogs work (thanks Ben Miller) |
148 - Option to only send auto-response while idle (thanks Sean Egan) | |
149 - Control time between sending auto-responses (thanks Mark Doliner) | |
150 - Should be able to sign on to Oscar using Mac OS X (thanks Fingolfin, Vincas Ciziunas, et al.) | |
151 - Finnish translation added (Thanks Tero Kuusela) | |
152 - Updated French Translation (Thanks sebfrance) | |
153 | |
2881 | 154 * Thu Dec 13 2001 Rob Flynn <rob@marko.net> (0.50 release) |
155 - Updated polish translation (Thanks Przemyslaw Sulek) | |
156 - Able to import GnomeICU contact lists | |
157 - Galeon as browser option (Thanks Rob McQueen) | |
158 - IRC /list, /invite (Thanks Sean Egan) | |
159 - Added swedish translation (Thanks Christian Rose) | |
160 - Option to have IMs and Chats tabbed in same window | |
161 - Finally put the lagmeter plugin out of its misery and removed it. (/me dances on its grave.) | |
162 | |
2815 | 163 * Thu Nov 29 2001 Rob Flynn <rob@marko.net> (0.49 release) |
164 - Can compile against GTK+ 2.0 (version 1.3.10/1.3.11) | |
165 - Confirm before removing buddies | |
166 - Updated Russian translation (thanks Grigory Bakunov) | |
167 - Updated Korean translation (thanks Ho-seok Lee, also for resized ICQ icons) | |
168 - Updated Dutch translation (thanks Floris Eshuis) | |
169 - Yahoo updates (thanks Brian Macke) | |
170 - Jabber updates | |
171 - Zephyr updates (thanks Arun A Tharuvai) | |
172 - Gadu-Gadu updates (thanks Arkadiusz Miskiewicz) | |
173 - Option to show aliases in conversation tabs | |
174 - Option to hide windows after sending messages | |
175 - licq2gaim.pl conversion script (thanks Arturo Cisneros, Jr.) | |
176 | |
2720 | 177 * Thu Nov 18 2001 Rob Flynn <rob@marko.net> (0.48 release) |
178 - Right-click on links to open/copy URL | |
179 - Yahoo changes | |
180 - 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. | |
181 | |
2653 | 182 * Thu Nov 01 2001 Rob Flynn <rob@marko.net> (0.47 release) |
183 - Better font loading (pays attention to charset now) (thanks Arkadiusz Miskiewicz) | |
184 - Better recoding in Gadu-Gadu (thanks Arkadiusz Miskiewicz) | |
185 - Open Mail button for when you get new mail (Yahoo and MSN) | |
186 - New buddy pounce option: Popup Notification | |
187 - When adding a buddy, the groups list now updates when you switch accounts. | |
188 - When creating a new buddy pounce, gaim now automagically selects "on away" or "on idle", if the user is away or idle. | |
189 - Add Opera to the available browsers (thanks Brian Enigma) | |
190 - Improved log viewer (thanks to Ben Miller) | |
191 - When you are queueing away messages, double clicking on a buddy's name will cause the messages for that name to be dequeued. | |
192 - You can choose which sound player you use at run-time (thanks Ben Miller) | |
193 - 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) | |
194 - Option to grey idle buddies (thanks Nathan Walp) | |
195 - MSN Privacy Options | |
196 - In MSN you can set a person's alias to their "friendly name" by right-click on their name while they're online. | |
197 - IRC can do /WHOIS | |
198 - The usual bug fixes and memory leak plugs | |
199 - Added Dutch translation | |
200 - Updated Korean translation | |
201 | |
2538 | 202 * Thu Oct 18 2001 Rob Flynn <rob@marko.net> (0.46 release) |
203 - New applet icons (courtesy David Raeman) | |
204 - ICQ works on big-endian platforms, e.g. sparc and ppc (thanks to Nathan Walp and Ben Miller) | |
205 - Better applet icon drawing (thanks to Ari Pollak) | |
206 - An extraordinary number of bug fixes | |
207 - Updated Korean translation | |
208 - 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 | |
209 - 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.) | |
210 - Can pass an argument to timeout_handlers in perl (thanks Artem Litvinovich) | |
211 - Redesigned Modify Account window (thanks Sean Egan) | |
212 - Add buddy dialog now lets you select which protocol to add the buddy to | |
213 - Pressing 'signon' on the first screen for accounts that do not require passwords no longer incorrectly displays an error message. | |
214 | |
215 * Thu Oct 04 2001 Rob Flynn <rob@marko.net> (0.45 release) | |
216 - New plugin event: event_chat_send_invite | |
217 - Major updates to the perl system (reread PERL-HOWTO and SIGNALS) | |
218 - Major updates to event_chat_* events for plugins (reread SIGNALS) | |
219 - Some GtkIMHtml improvements | |
220 - Various bugfixes | |
221 - Nick Highlighting in chat | |
222 - Tab-completion for nicks in chat (thanks to Sean Egan) | |
223 - Large internal reworkings | |
224 - New Protocol: Gadu-Gadu, written by Arkadiusz Miskiewicz | |
225 - Can choose buddy icon to send (for Oscar) | |
226 - New Translation: Polish translation by Przemysaw Suek | |
227 | |
2325 | 228 * Thu Sep 20 2001 Rob Flynn <rob@marko.net> (0.44 release) |
229 - More sane scaling of buddy icons (intelligently scale to either 48x48 or 50x50 depending on icon) | |
230 - 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. | |
231 - Temporarily removed Jabber user registration, which wasn't working anyway. | |
232 - Added a spiffy Help button | |
233 - Wrote a plugin for all those people who miss having the chat rooms in their buddy lists (chatlist.so) | |
234 - Updated libfaim | |
235 - Added drop down selection to chat invitation | |
236 - Improved the look of the chat invitation dialog | |
237 - Improved the look of the proxy preferences | |
238 - event_im_recv and event_im_display_rcvd passed whether the message received was auto-response (see SIGNALS) | |
239 - IRC fixes (largly copied from X-Chat) | |
240 - Internal change to how preferences are stored | |
241 - Other bug fixes | |
242 - Option to hide buddy icons | |
243 | |
2243
03d23dc61dba
[gaim-migrate @ 2253]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2224
diff
changeset
|
244 * Thu Sep 06 2001 Rob Flynn <rob@marko.net> (0.43 release) |
2224 | 245 - Updated German Translation (thanks Daniel Seifert) |
246 - Can change friendly name in MSN again | |
247 - Bug fixes | |
248 - Auto-reconnect plugin has exponential timeout (i.e. it tries after 8 seconds, then 16, then 32, etc. up to 17 minutes) | |
249 - Removed file transfer things from Napster. It didn't work well anyway. It'll be back eventually. (Does anyone even use napster anymore?) |