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