changeset 16266:a9c75536f0c9

Don't install nullclient by default, it's probably not particularly useful to the majority of users.
author Stu Tomlinson <stu@nosnilmot.com>
date Fri, 20 Apr 2007 00:07:35 +0000
parents c4ce8368eca8
children 359a12f31098
files libpurple/example/Makefile.am pidgin.spec.in
diffstat 2 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/example/Makefile.am	Thu Apr 19 23:56:58 2007 +0000
+++ b/libpurple/example/Makefile.am	Fri Apr 20 00:07:35 2007 +0000
@@ -1,4 +1,4 @@
-bin_PROGRAMS = nullclient
+noinst_PROGRAMS = nullclient
 
 nullclient_SOURCES = defines.h nullclient.c
 nullclient_DEPENDENCIES =
--- a/pidgin.spec.in	Thu Apr 19 23:56:58 2007 +0000
+++ b/pidgin.spec.in	Fri Apr 20 00:07:35 2007 +0000
@@ -228,8 +228,6 @@
 rm -f $RPM_BUILD_ROOT%{perl_archlib}/perllocal.pod
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
 find $RPM_BUILD_ROOT -type f -name '*.bs' -empty -exec rm -f {} ';'
-# do we want to ship the nullclient ?
-rm -f $RPM_BUILD_ROOT%{_bindir}/nullclient
 rm -f $RPM_BUILD_ROOT%{_datadir}/pixmaps/gaim.svg
 
 %if 0%{!?_with_howl:1} && 0%{!?_with_avahi:1}