Mercurial > pidgin
comparison pidgin.spec.in @ 15933:b449dc6b8a20
A little doxygen love and some tiny gaim->purpleisms
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Mon, 26 Mar 2007 05:28:57 +0000 |
parents | 402236ee7981 |
children | 5e5b7f9fcda8 |
comparison
equal
deleted
inserted
replaced
15932:a26cbbd1409c | 15933:b449dc6b8a20 |
---|---|
268 | 268 |
269 %pre | 269 %pre |
270 if [ "$1" -gt 1 -a -n "`which gconftool-2 2>/dev/null`" ]; then | 270 if [ "$1" -gt 1 -a -n "`which gconftool-2 2>/dev/null`" ]; then |
271 export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` | 271 export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` |
272 gconftool-2 --makefile-uninstall-rule \ | 272 gconftool-2 --makefile-uninstall-rule \ |
273 %{_sysconfdir}/gconf/schemas/gaim.schemas >/dev/null || : | 273 %{_sysconfdir}/gconf/schemas/purple.schemas >/dev/null || : |
274 killall -HUP gconfd-2 || : | 274 killall -HUP gconfd-2 || : |
275 fi | 275 fi |
276 | 276 |
277 %post | 277 %post |
278 if [ -n "`which gconftool-2 2>/dev/null`" ]; then | 278 if [ -n "`which gconftool-2 2>/dev/null`" ]; then |
279 export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` | 279 export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` |
280 gconftool-2 --makefile-install-rule \ | 280 gconftool-2 --makefile-install-rule \ |
281 %{_sysconfdir}/gconf/schemas/gaim.schemas > /dev/null || : | 281 %{_sysconfdir}/gconf/schemas/purple.schemas > /dev/null || : |
282 killall -HUP gconfd-2 || : | 282 killall -HUP gconfd-2 || : |
283 fi | 283 fi |
284 /sbin/ldconfig | 284 /sbin/ldconfig |
285 | 285 |
286 %preun | 286 %preun |
287 if [ "$1" -eq 0 -a -n "`which gconftool-2 2>/dev/null`" ]; then | 287 if [ "$1" -eq 0 -a -n "`which gconftool-2 2>/dev/null`" ]; then |
288 export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` | 288 export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` |
289 gconftool-2 --makefile-uninstall-rule \ | 289 gconftool-2 --makefile-uninstall-rule \ |
290 %{_sysconfdir}/gconf/schemas/gaim.schemas > /dev/null || : | 290 %{_sysconfdir}/gconf/schemas/purple.schemas > /dev/null || : |
291 killall -HUP gconfd-2 || : | 291 killall -HUP gconfd-2 || : |
292 fi | 292 fi |
293 | 293 |
294 %postun -p /sbin/ldconfig | 294 %postun -p /sbin/ldconfig |
295 | 295 |
317 %{_datadir}/pixmaps/* | 317 %{_datadir}/pixmaps/* |
318 %dir %{_datadir}/sounds/pidgin | 318 %dir %{_datadir}/sounds/pidgin |
319 %{_datadir}/sounds/pidgin/* | 319 %{_datadir}/sounds/pidgin/* |
320 %{_datadir}/applications/* | 320 %{_datadir}/applications/* |
321 %{_libdir}/libpurple.so.* | 321 %{_libdir}/libpurple.so.* |
322 %{_sysconfdir}/gconf/schemas/gaim.schemas | 322 %{_sysconfdir}/gconf/schemas/purple.schemas |
323 | 323 |
324 %if 0%{?_with_dbus:1} | 324 %if 0%{?_with_dbus:1} |
325 %{_bindir}/purple-client-example | 325 %{_bindir}/purple-client-example |
326 %{_bindir}/purple-remote | 326 %{_bindir}/purple-remote |
327 %{_bindir}/purple-send | 327 %{_bindir}/purple-send |