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