Mercurial > pidgin.yaz
annotate gaim.spec.in @ 14632:108152f29f37
[gaim-migrate @ 17378]
There's no reason to generate our session_md5 more than once. This probably doesn't fix the bug from Adium crash 215722, but if it happens again, it'll be a bit easier to track down.
Also, I was wrong about the login scheme. Nothing significant is different, so remove the comment.
committer: Tailor Script <tailor@pidgin.im>
author | Mark Huetsch <markhuetsch> |
---|---|
date | Wed, 27 Sep 2006 00:31:39 +0000 |
parents | 1f46715c08d9 |
children | cf7e6b705d1a |
rev | line source |
---|---|
10888 | 1 # Older RPM doesn't define these by default |
2 %{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)} | |
11912 | 3 %{!?perl_vendorarch: %define perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch)} |
10888 | 4 %{!?perl_archlib: %define perl_archlib %(eval "`%{__perl} -V:installarchlib`"; echo $installarchlib)} |
5 | |
12884 | 6 # When not doing betas comment this out |
7 # NOTE: %defines in spec files are evaluated in comments so the correct | |
8 # way to comment it out is to replace the % with # | |
13922 | 9 %define beta 4 |
12529 | 10 |
12884 | 11 %if 0%{?beta} |
13922 | 12 %define gaimver %(echo "@VERSION@"|sed -e 's/dev//; s/beta.*//') |
12529 | 13 %else |
14 %define gaimver @VERSION@ | |
15 %endif | |
16 | |
14612 | 17 Summary: A GTK+ based multiprotocol instant messaging client |
6171 | 18 Name: @PACKAGE@ |
12529 | 19 Version: %gaimver |
20 Release: 0%{?beta:.beta%{beta}} | |
3737
5939b57aeed8
[gaim-migrate @ 3875]
Christian Hammond <chipx86@chipx86.com>
parents:
3736
diff
changeset
|
21 Epoch: 1 |
5939b57aeed8
[gaim-migrate @ 3875]
Christian Hammond <chipx86@chipx86.com>
parents:
3736
diff
changeset
|
22 License: GPL |
5939b57aeed8
[gaim-migrate @ 3875]
Christian Hammond <chipx86@chipx86.com>
parents:
3736
diff
changeset
|
23 Group: Applications/Internet |
7670 | 24 URL: http://gaim.sourceforge.net/ |
7777 | 25 Packager: %{packager} |
13578 | 26 Source: %{name}-@VERSION@.tar.bz2 |
6171 | 27 BuildRoot: %{_tmppath}/%{name}-%{version}-root |
7670 | 28 |
10888 | 29 # Generic build requirements |
14225 | 30 BuildRequires: libtool, pkgconfig, intltool, gettext |
13922 | 31 %{?_with_avahi:BuildRequires: avahi-compat-howl avahi-compat-howl-devel} |
14524 | 32 %{?_with_dbus:BuildRequires: dbus-devel >= 0.35} |
13578 | 33 %{?_with_gadugadu:BuildRequires: libgadu-devel} |
14524 | 34 %{!?_without_gstreamer:BuildRequires: gstreamer-devel} |
35 %{!?_without_gtkspell:BuildRequires: gtkspell-devel} | |
36 %{?_with_howl:BuildRequires: howl-devel} | |
37 %{?_with_meanwhile:BuildRequires: meanwhile-devel} | |
11912 | 38 %{?_with_mono:BuildRequires: mono-devel} |
12539 | 39 %{?_with_sasl:BuildRequires: cyrus-sasl-devel >= 2} |
14524 | 40 %{?_with_silc:BuildRequires: /usr/include/silc/silcclient.h} |
41 %{?_with_tcl:BuildRequires: tcl, tk, /usr/include/tcl.h} | |
14612 | 42 %{!?_without_text:BuildRequires: ncurses-devel} |
10888 | 43 |
11912 | 44 # Mandrake 10.1 and lower || Mandrake 10.2 (and higher?) |
12550 | 45 %if "%{_vendor}" == "MandrakeSoft" || "%{_vendor}" == "Mandrakesoft" || "%{_vendor}" == "Mandriva" |
14612 | 46 # For Mandrake/Mandriva: |
11009 | 47 BuildRequires: libgtk+2.0_0-devel, libnss3-devel, perl-devel |
11405 | 48 Obsoletes: libgaim-remote0 |
11009 | 49 %else |
14612 | 50 # For SuSE, Red Hat, Fedora and others: |
10888 | 51 BuildRequires: gtk2-devel |
52 %if "%{_vendor}" == "suse" | |
14612 | 53 # For SuSE: |
10888 | 54 BuildRequires: gnutls-devel |
55 %else | |
14612 | 56 # For Red Hat, Fedora and others: |
13578 | 57 # let's assume RH & FC1 are the only brain-dead distros missing the |
58 # perl-XML-Parser dependency on intltool and that other RH/FC releases | |
59 # don't care if we specify it here | |
60 BuildRequires: perl-XML-Parser | |
10888 | 61 BuildRequires: mozilla-nss-devel |
6171 | 62 %endif |
10888 | 63 %endif |
11912 | 64 |
14612 | 65 # For some reason perl isn't always automatically detected as a requirement :( |
66 Requires: perl | |
67 | |
14524 | 68 %package devel |
69 Summary: Development headers, documentation, and libraries for Gaim. | |
70 Group: Applications/Internet | |
71 Requires: pkgconfig, gaim = %{epoch}:%{version} | |
72 | |
13747 | 73 %if 0%{?_with_howl:1} || 0%{?_with_avahi:1} |
11912 | 74 %package bonjour |
11913 | 75 Summary: Bonjour plugin for Gaim |
76 Group: Applications/Internet | |
77 Requires: gaim = %{epoch}:%{version} | |
11009 | 78 %endif |
9373 | 79 |
14524 | 80 %if 0%{?_with_gadugadu:1} |
81 %package gadugadu | |
82 Summary: Gadu-Gadu plugin for Gaim using the libgadu library | |
9373 | 83 Group: Applications/Internet |
9429 | 84 Requires: gaim = %{epoch}:%{version} |
85 %endif | |
86 | |
12529 | 87 %if 0%{?_with_meanwhile:1} |
88 %package meanwhile | |
89 Summary: Lotus Sametime plugin for Gaim using the Meanwhile library | |
90 Group: Applications/Internet | |
91 Requires: gaim = %{epoch}:%{version} | |
92 %endif | |
93 | |
14524 | 94 %if 0%{?_with_mono:1} |
95 %package mono | |
96 Summary: Mono .NET plugin support for Gaim | |
97 Group: Applications/Internet | |
98 Requires: gaim = %{epoch}:%{version} | |
99 %endif | |
100 | |
101 %if 0%{?_with_silc:1} | |
102 %package silc | |
103 Summary: SILC (Secure Internet Live Conferencing) plugin for Gaim | |
13578 | 104 Group: Applications/Internet |
105 Requires: gaim = %{epoch}:%{version} | |
106 %endif | |
107 | |
10888 | 108 %if 0%{?_with_tcl:1} |
9429 | 109 %package tcl |
110 Summary: Tcl scripting support for Gaim | |
111 Group: Applications/Internet | |
112 Requires: gaim = %{epoch}:%{version} | |
9373 | 113 %endif |
6171 | 114 |
14612 | 115 %if 0%{!?_without_text:1} |
116 %package text | |
117 Summary: A text-based user interface for Gaim | |
118 Group: Applications/Internet | |
119 Requires: gaim = %{epoch}:%{version} | |
120 %endif | |
121 | |
322 | 122 %description |
10888 | 123 Gaim allows you to talk to anyone using a variety of messaging |
14612 | 124 protocols including AIM, MSN, Yahoo!, Jabber, Bonjour, Gadu-Gadu, |
125 ICQ, IRC, Novell Groupwise, QQ, Lotus Sametime, SILC, Simple and | |
126 Zephyr. These protocols are implemented using a modular, easy to | |
127 use design. To use a protocol, just add an account using the | |
128 account editor. | |
3162 | 129 |
10888 | 130 Gaim supports many common features of other clients, as well as many |
7163 | 131 unique features, such as perl scripting, TCL scripting and C plugins. |
3162 | 132 |
14612 | 133 Gaim is not affiliated with or endorsed by America Online, Inc., |
7163 | 134 Microsoft Corporation, Yahoo! Inc., or ICQ Inc. |
2578 | 135 |
14524 | 136 %description devel |
137 The gaim-devel package contains the header files, developer | |
14612 | 138 documentation, and libraries required for development of Gaim scripts |
14524 | 139 and plugins. |
140 | |
13747 | 141 %if 0%{?_with_howl:1} || 0%{?_with_avahi:1} |
11912 | 142 %description bonjour |
14612 | 143 Bonjour plugin for Gaim. |
11912 | 144 %endif |
145 | |
13578 | 146 %if 0%{?_with_gadugadu:1} |
147 %description gadugadu | |
14612 | 148 Gadu-Gadu plugin for Gaim using the libgadu library. |
13578 | 149 %endif |
150 | |
14524 | 151 %if 0%{?_with_meanwhile:1} |
152 %description meanwhile | |
14612 | 153 Lotus Sametime plugin for Gaim using the Meanwhile library. |
9429 | 154 %endif |
155 | |
11912 | 156 %if 0%{?_with_mono:1} |
157 %description mono | |
158 Mono plugin loader for Gaim. This package will allow you to write or | |
159 use Gaim plugins written in the .NET programming language. | |
160 %endif | |
161 | |
14524 | 162 %if 0%{?_with_silc:1} |
163 %description silc | |
14612 | 164 SILC (Secure Internet Live Conferencing) plugin for Gaim. |
165 %endif | |
166 | |
167 %if 0%{!?without_text:1} | |
168 %description text | |
169 A text-based user interface for Gaim. This can be run from a | |
170 standard text console or from a terminal within X Windows. It | |
171 uses ncurses and our homegrown gnt library for drawing windows | |
172 and text. | |
14524 | 173 %endif |
174 | |
175 %if 0%{?_with_tcl:1} | |
176 %description tcl | |
177 Tcl plugin loader for Gaim. This package will allow you to write or | |
178 use Gaim plugins written in the Tcl programming language. | |
179 %endif | |
6171 | 180 |
322 | 181 %prep |
12529 | 182 %setup -q -n %{name}-@VERSION@ |
322 | 183 |
184 %build | |
6171 | 185 CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{_prefix} \ |
186 --bindir=%{_bindir} \ | |
187 --datadir=%{_datadir} \ | |
188 --includedir=%{_includedir} \ | |
189 --libdir=%{_libdir} \ | |
190 --mandir=%{_mandir} \ | |
6995
dfc78aeca2d7
[gaim-migrate @ 7551]
Christian Hammond <chipx86@chipx86.com>
parents:
6994
diff
changeset
|
191 --sysconfdir=%{_sysconfdir} \ |
14526
9df42423eea8
[gaim-migrate @ 17247]
Richard Laager <rlaager@wiktel.com>
parents:
14525
diff
changeset
|
192 --disable-schemas-install \ |
14524 | 193 %{!?_with_dbus:--disable-dbus} \ |
194 %{?_without_gstreamer:--disable-gstreamer} \ | |
195 %{?_without_gtkspell:--disable-gtkspell} \ | |
196 %{?_with_mono:--enable-mono} \ | |
197 %{?_with_perlmakehack:--with-perl-lib=%{buildroot}%{_prefix}} \ | |
13578 | 198 %{!?_with_perlmakehack:--with-perl-lib=%{_prefix}} \ |
14524 | 199 %{?_with_sasl:--enable-cyrus-sasl} \ |
9373 | 200 %{?_with_silc:--with-silc-includes=%{_includedir}/silc} \ |
9429 | 201 %{?_with_silc:--with-silc-libs=%{_libdir}/silc} \ |
14524 | 202 %{!?_with_tcl:--disable-tcl} |
9373 | 203 |
6171 | 204 make %{?_smp_mflags} |
322 | 205 |
206 %install | |
6171 | 207 rm -rf %{buildroot} |
13748 | 208 %if 0%{?_with_perlmakehack} |
13578 | 209 make prefix=%{buildroot}%{_prefix} bindir=%{buildroot}%{_bindir} \ |
210 datadir=%{buildroot}%{_datadir} includedir=%{buildroot}%{_includedir} \ | |
211 libdir=%{buildroot}%{_libdir} mandir=%{buildroot}%{_mandir} \ | |
212 sysconfdir=%{buildroot}%{_sysconfdir} \ | |
213 install | |
214 %else | |
12529 | 215 make DESTDIR=$RPM_BUILD_ROOT install |
13578 | 216 %endif |
6171 | 217 |
14524 | 218 # Delete files that we don't want to put in any of the RPMs |
11912 | 219 rm -f $RPM_BUILD_ROOT%{_libdir}/gaim/*.la |
12529 | 220 rm -f $RPM_BUILD_ROOT%{_libdir}/*.la |
10888 | 221 rm -f $RPM_BUILD_ROOT%{perl_archlib}/perllocal.pod |
11912 | 222 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' |
223 find $RPM_BUILD_ROOT -type f -name '*.bs' -empty -exec rm -f {} ';' | |
224 | |
14524 | 225 %if 0%{!?_with_gadugadu:1} |
226 rm -f $RPM_BUILD_ROOT%{_libdir}/gaim/libgg.so | |
227 %endif | |
228 | |
13747 | 229 %if 0%{!?_with_howl:1} && 0%{!?_with_avahi:1} |
11912 | 230 rm -f $RPM_BUILD_ROOT%{_libdir}/gaim/libbonjour.so |
231 %endif | |
10073 | 232 |
14524 | 233 %if 0%{!?_with_meanwhile:1} |
234 rm -f $RPM_BUILD_ROOT%{_libdir}/gaim/libsametime.so | |
235 %endif | |
236 | |
237 %if 0%{!?_with_mono:1} | |
238 rm -f $RPM_BUILD_ROOT%{_libdir}/gaim/mono.so | |
239 rm -f $RPM_BUILD_ROOT%{_libdir}/gaim/*.dll | |
240 %endif | |
241 | |
10888 | 242 %if 0%{!?_with_silc:1} |
10073 | 243 rm -f $RPM_BUILD_ROOT%{_libdir}/gaim/libsilcgaim.so |
244 %endif | |
245 | |
10888 | 246 %if 0%{!?_with_tcl:1} |
10073 | 247 rm -f $RPM_BUILD_ROOT%{_libdir}/gaim/tcl.so |
248 %endif | |
249 | |
11912 | 250 |
9373 | 251 find $RPM_BUILD_ROOT%{_libdir}/gaim -type f -print | \ |
10888 | 252 sed "s@^$RPM_BUILD_ROOT@@g" | \ |
14612 | 253 grep -v /gntgf.so | \ |
254 grep -v /gnthistory.so | \ | |
255 grep -v /libbonjour.so | \ | |
256 grep -v /libgg.so | \ | |
257 grep -v /libsilcgaim.so | \ | |
258 grep -v /libsametime.so | \ | |
259 grep -v /mono.so | \ | |
260 grep -v /s.so | \ | |
261 grep -v /tcl.so | \ | |
11913 | 262 grep -v ".dll$" | \ |
9429 | 263 grep -v ".tcl$" > %{name}-%{version}-coreplugins |
6736
e411a7d6378c
[gaim-migrate @ 7268]
Christian Hammond <chipx86@chipx86.com>
parents:
6653
diff
changeset
|
264 |
6171 | 265 %clean |
266 rm -rf %{buildroot} | |
322 | 267 |
14526
9df42423eea8
[gaim-migrate @ 17247]
Richard Laager <rlaager@wiktel.com>
parents:
14525
diff
changeset
|
268 %post |
14528
7f8ea7ffb1de
[gaim-migrate @ 17249]
Richard Laager <rlaager@wiktel.com>
parents:
14527
diff
changeset
|
269 # Modified from the sample at: http://www.gnome.org/projects/gconf/ |
7f8ea7ffb1de
[gaim-migrate @ 17249]
Richard Laager <rlaager@wiktel.com>
parents:
14527
diff
changeset
|
270 [ -n "`which gconftool-2 2>/dev/null`" ] && GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/gaim.schemas > /dev/null |
14526
9df42423eea8
[gaim-migrate @ 17247]
Richard Laager <rlaager@wiktel.com>
parents:
14525
diff
changeset
|
271 |
9373 | 272 %files -f %{name}-%{version}-coreplugins |
3737
5939b57aeed8
[gaim-migrate @ 3875]
Christian Hammond <chipx86@chipx86.com>
parents:
3736
diff
changeset
|
273 %defattr(-, root, root) |
5939b57aeed8
[gaim-migrate @ 3875]
Christian Hammond <chipx86@chipx86.com>
parents:
3736
diff
changeset
|
274 |
14515 | 275 %doc AUTHORS |
276 %doc COPYING | |
277 %doc COPYRIGHT | |
278 %doc ChangeLog | |
279 %doc NEWS | |
280 %doc README | |
281 %doc README.SVN | |
282 %doc doc/FAQ | |
283 %doc doc/the_penguin.txt | |
14612 | 284 %doc %{_mandir}/man1/gaim.* |
7006 | 285 %doc %{_mandir}/man3*/* |
3737
5939b57aeed8
[gaim-migrate @ 3875]
Christian Hammond <chipx86@chipx86.com>
parents:
3736
diff
changeset
|
286 |
6246 | 287 %dir %{_libdir}/gaim |
11912 | 288 %attr(755, root, root) %{perl_vendorarch}/Gaim* |
289 %attr(755, root, root) %{perl_vendorarch}/auto/Gaim | |
6736
e411a7d6378c
[gaim-migrate @ 7268]
Christian Hammond <chipx86@chipx86.com>
parents:
6653
diff
changeset
|
290 |
14612 | 291 %{_bindir}/gaim |
292 %{_bindir}/gaim-client-example | |
293 %{_bindir}/gaim-remote | |
294 %{_bindir}/gaim-send | |
295 %{_bindir}/gaim-send-async | |
296 %{_bindir}/gaim-url-handler | |
3737
5939b57aeed8
[gaim-migrate @ 3875]
Christian Hammond <chipx86@chipx86.com>
parents:
3736
diff
changeset
|
297 %{_datadir}/locale/*/*/* |
5939b57aeed8
[gaim-migrate @ 3875]
Christian Hammond <chipx86@chipx86.com>
parents:
3736
diff
changeset
|
298 %{_datadir}/pixmaps/* |
6246 | 299 %dir %{_datadir}/sounds/gaim |
4206
30b5741e4c87
[gaim-migrate @ 4442]
Christian Hammond <chipx86@chipx86.com>
parents:
4030
diff
changeset
|
300 %{_datadir}/sounds/gaim/* |
4030 | 301 %{_datadir}/applications/* |
14515 | 302 %{_libdir}/libgaim.so.* |
14525 | 303 %{_sysconfdir}/gconf/schemas/gaim.schemas |
547
8086ed233742
[gaim-migrate @ 557]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
369
diff
changeset
|
304 |
12529 | 305 %if 0%{?_with_dbus:1} |
306 %{_libdir}/libgaim-client.so.* | |
307 %{_datadir}/dbus-1/services/gaim.service | |
14515 | 308 %doc README.dbus |
14524 | 309 %doc libgaim/gaim-notifications-example |
11912 | 310 %endif |
311 | |
6171 | 312 %files devel |
9373 | 313 %defattr(-, root, root) |
6171 | 314 |
14515 | 315 %doc ChangeLog.API |
316 %doc HACKING | |
317 %doc PLUGIN_HOWTO | |
318 %doc PROGRAMMING_NOTES | |
6171 | 319 |
9364 | 320 %dir %{_includedir}/gaim |
321 %{_includedir}/gaim/*.h | |
14515 | 322 %dir %{_includedir}/gaim/gnt |
323 %{_includedir}/gaim/gnt/*.h | |
324 %dir %{_includedir}/gnt | |
325 %{_includedir}/gnt/*.h | |
326 %{_libdir}/libgaim.so | |
327 %{_libdir}/libgnt.so | |
9364 | 328 %{_libdir}/pkgconfig/gaim.pc |
14515 | 329 %{_libdir}/pkgconfig/gnt.pc |
11318 | 330 %{_datadir}/aclocal/gaim.m4 |
12529 | 331 %if 0%{?_with_dbus:1} |
332 %{_libdir}/libgaim-client.so | |
333 %endif | |
2224 | 334 |
14524 | 335 %if 0%{?_with_howl:1} || 0%{?_with_avahi:1} |
336 %files bonjour | |
337 %defattr(-, root, root) | |
338 | |
339 %{_libdir}/gaim/libbonjour.* | |
340 %endif | |
341 | |
342 %if 0%{?_with_gadugadu:1} | |
343 %files gadugadu | |
344 %defattr(-, root, root) | |
345 | |
346 %{_libdir}/gaim/libgg.* | |
347 %endif | |
348 | |
349 %if 0%{?_with_meanwhile:1} | |
350 %files meanwhile | |
351 %defattr(-, root, root) | |
352 | |
353 %{_libdir}/gaim/libsametime.* | |
354 %endif | |
355 | |
356 %if 0%{?_with_mono:1} | |
357 %files mono | |
358 %defattr(-, root, root) | |
359 | |
360 %{_libdir}/gaim/mono.so | |
361 %{_libdir}/gaim/*.dll | |
362 %endif | |
363 | |
364 %if 0%{?_with_silc:1} | |
365 %files silc | |
366 %defattr(-, root, root) | |
367 | |
368 %{_libdir}/gaim/libsilcgaim.* | |
369 %endif | |
370 | |
371 %if 0%{?_with_tcl:1} | |
372 %files tcl | |
373 %defattr(-, root, root) | |
374 | |
375 %{_libdir}/gaim/tcl.so | |
376 %endif | |
377 | |
14612 | 378 %if 0%{!?without_text:1} |
379 %files text | |
380 %defattr(-, root, root) | |
381 | |
382 %doc %{_mandir}/man1/gaim-text.* | |
383 %{_bindir}/gaim-text | |
384 %{_libdir}/gaim/gntgf.so | |
385 %{_libdir}/gaim/gnthistory.so | |
386 %{_libdir}/gaim/s.so | |
387 %{_libdir}/libgnt.so.* | |
388 %endif | |
389 | |
2224 | 390 %changelog |
14225 | 391 * Sun Aug 20 2006 Stu Tomlinson <stu@nosnilmot.com> |
392 - Make the gstreamer-devel dependency overridable with '--without-gstreamer' | |
393 to allow building on older distributions without suitable gstreamer | |
394 | |
395 * Tue Aug 15 2006 Mark Doliner <thekingant@users.sourceforge.net> | |
14129 | 396 - Add a BuildRequire for gstreamer-devel |
14130 | 397 - Remove the BuildRequires for audiofile-devel and libao-devel |
14129 | 398 |
14225 | 399 * Mon May 8 2006 Mark Doliner <thekingant@users.sourceforge.net> |
13747 | 400 - Add --with avahi option to compile the gaim-bonjour package against |
14129 | 401 Avahi's Howl compatibility layer |
13747 | 402 |
14225 | 403 * Wed Mar 29 2006 Stu Tomlinson <stu@nosnilmot.com> |
13578 | 404 - Source RPM uses tar.bz2 now to save space |
405 - Update BuildRequires for new intltool dependencies | |
406 - Add a --with perlmakehack option to allow builds to succeed on RH9 | |
407 - Add a --with gadugadu to build (separate) gaim-gadugadu package | |
408 | |
14225 | 409 * Sat Dec 17 2005 Stu Tomlinson <stu@nosnilmot.com> |
12529 | 410 - Add support for beta versions so the subsequent releases are seen as newer |
411 by RPM | |
412 - Split of sametime support to gaim-meanwhile | |
413 - Use make DESTDIR=... instead of overloading prefix etc. when installing | |
414 - Default build to include cyrus-sasl support in Jabber | |
415 - Add --with dbus to build with DBUS support | |
416 | |
14225 | 417 * Sun Dec 04 2005 Christopher O'Brien <siege@preoccupied.net> |
12314
e1fc3eaf73b9
[gaim-migrate @ 14618]
Christopher O'Brien <siege@pidgin.im>
parents:
11913
diff
changeset
|
418 - Added obsoletes gaim-meanwhile |
e1fc3eaf73b9
[gaim-migrate @ 14618]
Christopher O'Brien <siege@pidgin.im>
parents:
11913
diff
changeset
|
419 |
14225 | 420 * Sun Oct 30 2005 Stu Tomlinson <stu@nosnilmot.com> |
11912 | 421 - Add separate gaim-bonjour package if built with --with-howl |
422 - Add separate gaim-mono package if built with --with-mono | |
423 - Exclude some unwanted perl files | |
424 | |
14225 | 425 * Sat Aug 20 2005 Stu Tomlinson <stu@nosnilmot.com> |
11318 | 426 - Include libgaimperl.so |
427 - Include gaim.m4 in gaim-devel | |
428 | |
14225 | 429 * Thu Apr 28 2005 Stu Tomlinson <stu@nosnilmot.com> |
10888 | 430 - Use perl_vendorlib & perl_archlib for better 64bit compat (Jeff Mahoney) |
431 - Clean up Requires, most should be auto-detected | |
432 - Restore gtkspell-devel build requirement (and add --without gtkspell option) | |
433 - Fix Tcl build requirements to work across more distros | |
434 - Fix SILC build requirements to work across more distros | |
435 | |
436 * Mon Oct 11 2004 John Jolly <john.jolly@gmail.com> | |
437 - Added if "%{_vendor}" == "suse" to handle GnuTLS libraries for SuSE | |
438 | |
10073 | 439 * Sat Oct 2 2004 Stu Tomlinson <stu@nosnilmot.com> |
440 - If --with tcl or silc are not specified, make sure the plugins don't | |
441 exist to prevent RPM complaining about unpackaged files | |
442 | |
9429 | 443 * Tue Jun 29 2004 Ethan Blanton <eblanton@cs.ohiou.edu> |
444 - Change Tcl to use --with tcl, the same as SILC, and build a gaim-tcl | |
445 package if specified. | |
446 | |
9400 | 447 * Thu Jun 24 2004 Mark Doliner <thekingant@users.sourceforge.net> |
448 - Add --with silc rebuild option for compiling a separate gaim-silc | |
449 RPM containing the silc protocol plugin (Stu Tomlinson). | |
450 | |
9368 | 451 * Wed Jun 23 2004 Ethan Blanton <eblanton@cs.ohiou.edu> |
452 - Moved gaim headers and a pkgconfig configuration file into the | |
9400 | 453 gaim-devel RPM (Stu Tomlinson). |
9368 | 454 |
8115 | 455 * Thu Jan 15 2004 Ethan Blanton <eblanton@cs.ohiou.edu> |
456 - Removed the manual strip command, as it seems to be unwarranted if | |
457 the necessary programs are properly installed. (For me, this was | |
458 elfutils.) | |
459 | |
6246 | 460 * Sun Jul 20 2003 Bjoern Voigt <bjoern@cs.tu-berlin.de> |
461 - Added pkgconfig build dependency. | |
462 - if "%{_vendor}" != "MandrakeSoft" now also works with rpm 3.x. | |
463 - Added Gaim-specific directories to list of Gaim's files. | |
464 | |
6171 | 465 * Wed Jul 16 2003 Ethan Blanton <eblanton@cs.ohiou.edu> |
466 - Complete spec file rewrite to take advantage of "new" RPM features | |
467 and make things prettier. | |
468 - Use system-supplied %%{_prefix}, %%{_datadir}, etc. rather than | |
469 attempt to define our own. |