Mercurial > pidgin.yaz
annotate gaim.spec.in @ 2653:06395b1046b1
[gaim-migrate @ 2666]
Here we go one more time..
committer: Tailor Script <tailor@pidgin.im>
author | Rob Flynn <gaim@robflynn.com> |
---|---|
date | Thu, 01 Nov 2001 16:55:08 +0000 |
parents | b5236052876d |
children | e55c53902c05 |
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 |
20 Requires: gtk+ >= 1.2.3 | |
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 |
8086ed233742
[gaim-migrate @ 557]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
369
diff
changeset
|
41 Requires: gtk+ >= 1.2.3 |
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 | |
2653 | 102 * Thu Nov 01 2001 Rob Flynn <rob@marko.net> (0.47 release) |
103 - Better font loading (pays attention to charset now) (thanks Arkadiusz Miskiewicz) | |
104 - Better recoding in Gadu-Gadu (thanks Arkadiusz Miskiewicz) | |
105 - Open Mail button for when you get new mail (Yahoo and MSN) | |
106 - New buddy pounce option: Popup Notification | |
107 - When adding a buddy, the groups list now updates when you switch accounts. | |
108 - When creating a new buddy pounce, gaim now automagically selects "on away" or "on idle", if the user is away or idle. | |
109 - Add Opera to the available browsers (thanks Brian Enigma) | |
110 - Improved log viewer (thanks to Ben Miller) | |
111 - When you are queueing away messages, double clicking on a buddy's name will cause the messages for that name to be dequeued. | |
112 - You can choose which sound player you use at run-time (thanks Ben Miller) | |
113 - 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) | |
114 - Option to grey idle buddies (thanks Nathan Walp) | |
115 - MSN Privacy Options | |
116 - In MSN you can set a person's alias to their "friendly name" by right-click on their name while they're online. | |
117 - IRC can do /WHOIS | |
118 - The usual bug fixes and memory leak plugs | |
119 - Added Dutch translation | |
120 - Updated Korean translation | |
121 | |
2538 | 122 * Thu Oct 18 2001 Rob Flynn <rob@marko.net> (0.46 release) |
123 - New applet icons (courtesy David Raeman) | |
124 - ICQ works on big-endian platforms, e.g. sparc and ppc (thanks to Nathan Walp and Ben Miller) | |
125 - Better applet icon drawing (thanks to Ari Pollak) | |
126 - An extraordinary number of bug fixes | |
127 - Updated Korean translation | |
128 - 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 | |
129 - 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.) | |
130 - Can pass an argument to timeout_handlers in perl (thanks Artem Litvinovich) | |
131 - Redesigned Modify Account window (thanks Sean Egan) | |
132 - Add buddy dialog now lets you select which protocol to add the buddy to | |
133 - Pressing 'signon' on the first screen for accounts that do not require passwords no longer incorrectly displays an error message. | |
134 | |
135 * Thu Oct 04 2001 Rob Flynn <rob@marko.net> (0.45 release) | |
136 - New plugin event: event_chat_send_invite | |
137 - Major updates to the perl system (reread PERL-HOWTO and SIGNALS) | |
138 - Major updates to event_chat_* events for plugins (reread SIGNALS) | |
139 - Some GtkIMHtml improvements | |
140 - Various bugfixes | |
141 - Nick Highlighting in chat | |
142 - Tab-completion for nicks in chat (thanks to Sean Egan) | |
143 - Large internal reworkings | |
144 - New Protocol: Gadu-Gadu, written by Arkadiusz Miskiewicz | |
145 - Can choose buddy icon to send (for Oscar) | |
146 - New Translation: Polish translation by Przemysaw Suek | |
147 | |
2325 | 148 * Thu Sep 20 2001 Rob Flynn <rob@marko.net> (0.44 release) |
149 - More sane scaling of buddy icons (intelligently scale to either 48x48 or 50x50 depending on icon) | |
150 - 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. | |
151 - Temporarily removed Jabber user registration, which wasn't working anyway. | |
152 - Added a spiffy Help button | |
153 - Wrote a plugin for all those people who miss having the chat rooms in their buddy lists (chatlist.so) | |
154 - Updated libfaim | |
155 - Added drop down selection to chat invitation | |
156 - Improved the look of the chat invitation dialog | |
157 - Improved the look of the proxy preferences | |
158 - event_im_recv and event_im_display_rcvd passed whether the message received was auto-response (see SIGNALS) | |
159 - IRC fixes (largly copied from X-Chat) | |
160 - Internal change to how preferences are stored | |
161 - Other bug fixes | |
162 - Option to hide buddy icons | |
163 | |
2243
03d23dc61dba
[gaim-migrate @ 2253]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2224
diff
changeset
|
164 * Thu Sep 06 2001 Rob Flynn <rob@marko.net> (0.43 release) |
2224 | 165 - Updated German Translation (thanks Daniel Seifert) |
166 - Can change friendly name in MSN again | |
167 - Bug fixes | |
168 - Auto-reconnect plugin has exponential timeout (i.e. it tries after 8 seconds, then 16, then 32, etc. up to 17 minutes) | |
169 - Removed file transfer things from Napster. It didn't work well anyway. It'll be back eventually. (Does anyone even use napster anymore?) |