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