Mercurial > pidgin
annotate gaim.spec.in @ 14683:a8c2af13b96d
[gaim-migrate @ 17435]
Fix the docklet on wingaim.
What is the plan for the docklet prefs?
committer: Tailor Script <tailor@pidgin.im>
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Fri, 06 Oct 2006 05:03:28 +0000 |
parents | cf7e6b705d1a |
children | 556a112ab6ca |
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 |
14672 | 31 %{?_with_avahi:BuildRequires: avahi-compat-howl-devel} |
14524 | 32 %{?_with_dbus:BuildRequires: dbus-devel >= 0.35} |
33 %{!?_without_gstreamer:BuildRequires: gstreamer-devel} | |
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 | |
281 | |
282 %preun | |
283 if [ "$1" -eq 0 -a -n "`which gconftool-2 2>/dev/null`" ]; then | |
284 export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` | |
285 gconftool-2 --makefile-uninstall-rule \ | |
286 %{_sysconfdir}/gconf/schemas/gaim.schemas > /dev/null || : | |
287 killall -HUP gconfd-2 || : | |
288 fi | |
14526
9df42423eea8
[gaim-migrate @ 17247]
Richard Laager <rlaager@wiktel.com>
parents:
14525
diff
changeset
|
289 |
9373 | 290 %files -f %{name}-%{version}-coreplugins |
3737
5939b57aeed8
[gaim-migrate @ 3875]
Christian Hammond <chipx86@chipx86.com>
parents:
3736
diff
changeset
|
291 %defattr(-, root, root) |
5939b57aeed8
[gaim-migrate @ 3875]
Christian Hammond <chipx86@chipx86.com>
parents:
3736
diff
changeset
|
292 |
14515 | 293 %doc AUTHORS |
294 %doc COPYING | |
295 %doc COPYRIGHT | |
296 %doc ChangeLog | |
297 %doc NEWS | |
298 %doc README | |
299 %doc README.SVN | |
300 %doc doc/FAQ | |
301 %doc doc/the_penguin.txt | |
14612 | 302 %doc %{_mandir}/man1/gaim.* |
7006 | 303 %doc %{_mandir}/man3*/* |
3737
5939b57aeed8
[gaim-migrate @ 3875]
Christian Hammond <chipx86@chipx86.com>
parents:
3736
diff
changeset
|
304 |
6246 | 305 %dir %{_libdir}/gaim |
11912 | 306 %attr(755, root, root) %{perl_vendorarch}/Gaim* |
307 %attr(755, root, root) %{perl_vendorarch}/auto/Gaim | |
6736
e411a7d6378c
[gaim-migrate @ 7268]
Christian Hammond <chipx86@chipx86.com>
parents:
6653
diff
changeset
|
308 |
14612 | 309 %{_bindir}/gaim |
3737
5939b57aeed8
[gaim-migrate @ 3875]
Christian Hammond <chipx86@chipx86.com>
parents:
3736
diff
changeset
|
310 %{_datadir}/pixmaps/* |
6246 | 311 %dir %{_datadir}/sounds/gaim |
4206
30b5741e4c87
[gaim-migrate @ 4442]
Christian Hammond <chipx86@chipx86.com>
parents:
4030
diff
changeset
|
312 %{_datadir}/sounds/gaim/* |
4030 | 313 %{_datadir}/applications/* |
14515 | 314 %{_libdir}/libgaim.so.* |
14525 | 315 %{_sysconfdir}/gconf/schemas/gaim.schemas |
547
8086ed233742
[gaim-migrate @ 557]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
369
diff
changeset
|
316 |
12529 | 317 %if 0%{?_with_dbus:1} |
14672 | 318 %{_bindir}/gaim-client-example |
319 %{_bindir}/gaim-remote | |
320 %{_bindir}/gaim-send | |
321 %{_bindir}/gaim-send-async | |
322 %{_bindir}/gaim-url-handler | |
12529 | 323 %{_libdir}/libgaim-client.so.* |
324 %{_datadir}/dbus-1/services/gaim.service | |
14515 | 325 %doc README.dbus |
14524 | 326 %doc libgaim/gaim-notifications-example |
11912 | 327 %endif |
328 | |
6171 | 329 %files devel |
9373 | 330 %defattr(-, root, root) |
6171 | 331 |
14515 | 332 %doc ChangeLog.API |
333 %doc HACKING | |
334 %doc PLUGIN_HOWTO | |
335 %doc PROGRAMMING_NOTES | |
6171 | 336 |
9364 | 337 %dir %{_includedir}/gaim |
338 %{_includedir}/gaim/*.h | |
14515 | 339 %dir %{_includedir}/gaim/gnt |
340 %{_includedir}/gaim/gnt/*.h | |
341 %dir %{_includedir}/gnt | |
342 %{_includedir}/gnt/*.h | |
343 %{_libdir}/libgaim.so | |
344 %{_libdir}/libgnt.so | |
9364 | 345 %{_libdir}/pkgconfig/gaim.pc |
14515 | 346 %{_libdir}/pkgconfig/gnt.pc |
11318 | 347 %{_datadir}/aclocal/gaim.m4 |
12529 | 348 %if 0%{?_with_dbus:1} |
349 %{_libdir}/libgaim-client.so | |
350 %endif | |
2224 | 351 |
14524 | 352 %if 0%{?_with_howl:1} || 0%{?_with_avahi:1} |
353 %files bonjour | |
354 %defattr(-, root, root) | |
355 | |
356 %{_libdir}/gaim/libbonjour.* | |
357 %endif | |
358 | |
359 %if 0%{?_with_meanwhile:1} | |
360 %files meanwhile | |
361 %defattr(-, root, root) | |
362 | |
363 %{_libdir}/gaim/libsametime.* | |
364 %endif | |
365 | |
366 %if 0%{?_with_mono:1} | |
367 %files mono | |
368 %defattr(-, root, root) | |
369 | |
370 %{_libdir}/gaim/mono.so | |
371 %{_libdir}/gaim/*.dll | |
372 %endif | |
373 | |
374 %if 0%{?_with_silc:1} | |
375 %files silc | |
376 %defattr(-, root, root) | |
377 | |
378 %{_libdir}/gaim/libsilcgaim.* | |
379 %endif | |
380 | |
381 %if 0%{?_with_tcl:1} | |
382 %files tcl | |
383 %defattr(-, root, root) | |
384 | |
385 %{_libdir}/gaim/tcl.so | |
386 %endif | |
387 | |
14672 | 388 %if 0%{!?_without_text:1} |
14612 | 389 %files text |
390 %defattr(-, root, root) | |
391 | |
392 %doc %{_mandir}/man1/gaim-text.* | |
393 %{_bindir}/gaim-text | |
394 %{_libdir}/gaim/gntgf.so | |
395 %{_libdir}/gaim/gnthistory.so | |
396 %{_libdir}/gaim/s.so | |
397 %{_libdir}/libgnt.so.* | |
398 %endif | |
399 | |
2224 | 400 %changelog |
14672 | 401 * Sun Oct 1 2006 Stu Tomlinson <stu@nosnilmot.com> |
402 - We can build with internal gadu gadu again, so bring it back into the | |
403 main package | |
404 - Deal with gconf schame uninstallation on package upgrade and removal | |
405 | |
14225 | 406 * Sun Aug 20 2006 Stu Tomlinson <stu@nosnilmot.com> |
407 - Make the gstreamer-devel dependency overridable with '--without-gstreamer' | |
408 to allow building on older distributions without suitable gstreamer | |
409 | |
410 * Tue Aug 15 2006 Mark Doliner <thekingant@users.sourceforge.net> | |
14129 | 411 - Add a BuildRequire for gstreamer-devel |
14130 | 412 - Remove the BuildRequires for audiofile-devel and libao-devel |
14129 | 413 |
14225 | 414 * Mon May 8 2006 Mark Doliner <thekingant@users.sourceforge.net> |
13747 | 415 - Add --with avahi option to compile the gaim-bonjour package against |
14129 | 416 Avahi's Howl compatibility layer |
13747 | 417 |
14225 | 418 * Wed Mar 29 2006 Stu Tomlinson <stu@nosnilmot.com> |
13578 | 419 - Source RPM uses tar.bz2 now to save space |
420 - Update BuildRequires for new intltool dependencies | |
421 - Add a --with perlmakehack option to allow builds to succeed on RH9 | |
422 - Add a --with gadugadu to build (separate) gaim-gadugadu package | |
423 | |
14225 | 424 * Sat Dec 17 2005 Stu Tomlinson <stu@nosnilmot.com> |
12529 | 425 - Add support for beta versions so the subsequent releases are seen as newer |
426 by RPM | |
427 - Split of sametime support to gaim-meanwhile | |
428 - Use make DESTDIR=... instead of overloading prefix etc. when installing | |
429 - Default build to include cyrus-sasl support in Jabber | |
430 - Add --with dbus to build with DBUS support | |
431 | |
14225 | 432 * 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
|
433 - Added obsoletes gaim-meanwhile |
e1fc3eaf73b9
[gaim-migrate @ 14618]
Christopher O'Brien <siege@pidgin.im>
parents:
11913
diff
changeset
|
434 |
14225 | 435 * Sun Oct 30 2005 Stu Tomlinson <stu@nosnilmot.com> |
11912 | 436 - Add separate gaim-bonjour package if built with --with-howl |
437 - Add separate gaim-mono package if built with --with-mono | |
438 - Exclude some unwanted perl files | |
439 | |
14225 | 440 * Sat Aug 20 2005 Stu Tomlinson <stu@nosnilmot.com> |
11318 | 441 - Include libgaimperl.so |
442 - Include gaim.m4 in gaim-devel | |
443 | |
14225 | 444 * Thu Apr 28 2005 Stu Tomlinson <stu@nosnilmot.com> |
10888 | 445 - Use perl_vendorlib & perl_archlib for better 64bit compat (Jeff Mahoney) |
446 - Clean up Requires, most should be auto-detected | |
447 - Restore gtkspell-devel build requirement (and add --without gtkspell option) | |
448 - Fix Tcl build requirements to work across more distros | |
449 - Fix SILC build requirements to work across more distros | |
450 | |
451 * Mon Oct 11 2004 John Jolly <john.jolly@gmail.com> | |
452 - Added if "%{_vendor}" == "suse" to handle GnuTLS libraries for SuSE | |
453 | |
10073 | 454 * Sat Oct 2 2004 Stu Tomlinson <stu@nosnilmot.com> |
455 - If --with tcl or silc are not specified, make sure the plugins don't | |
456 exist to prevent RPM complaining about unpackaged files | |
457 | |
9429 | 458 * Tue Jun 29 2004 Ethan Blanton <eblanton@cs.ohiou.edu> |
459 - Change Tcl to use --with tcl, the same as SILC, and build a gaim-tcl | |
460 package if specified. | |
461 | |
9400 | 462 * Thu Jun 24 2004 Mark Doliner <thekingant@users.sourceforge.net> |
463 - Add --with silc rebuild option for compiling a separate gaim-silc | |
464 RPM containing the silc protocol plugin (Stu Tomlinson). | |
465 | |
9368 | 466 * Wed Jun 23 2004 Ethan Blanton <eblanton@cs.ohiou.edu> |
467 - Moved gaim headers and a pkgconfig configuration file into the | |
9400 | 468 gaim-devel RPM (Stu Tomlinson). |
9368 | 469 |
8115 | 470 * Thu Jan 15 2004 Ethan Blanton <eblanton@cs.ohiou.edu> |
471 - Removed the manual strip command, as it seems to be unwarranted if | |
472 the necessary programs are properly installed. (For me, this was | |
473 elfutils.) | |
474 | |
6246 | 475 * Sun Jul 20 2003 Bjoern Voigt <bjoern@cs.tu-berlin.de> |
476 - Added pkgconfig build dependency. | |
477 - if "%{_vendor}" != "MandrakeSoft" now also works with rpm 3.x. | |
478 - Added Gaim-specific directories to list of Gaim's files. | |
479 | |
6171 | 480 * Wed Jul 16 2003 Ethan Blanton <eblanton@cs.ohiou.edu> |
481 - Complete spec file rewrite to take advantage of "new" RPM features | |
482 and make things prettier. | |
483 - Use system-supplied %%{_prefix}, %%{_datadir}, etc. rather than | |
484 attempt to define our own. |