# HG changeset patch # User Stu Tomlinson # Date 1177027655 0 # Node ID a9c75536f0c9c3caf0667f6d23904601a4456d81 # Parent c4ce8368eca895b0aa8a5fe33c50fd88d5479867 Don't install nullclient by default, it's probably not particularly useful to the majority of users. diff -r c4ce8368eca8 -r a9c75536f0c9 libpurple/example/Makefile.am --- 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 = diff -r c4ce8368eca8 -r a9c75536f0c9 pidgin.spec.in --- 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}