Don't install nullclient by default, it's probably not particularly useful

Fri, 20 Apr 2007 00:07:35 +0000

author
Stu Tomlinson <nosnilmot@pidgin.im>
date
Fri, 20 Apr 2007 00:07:35 +0000
changeset 16347
effb9953a80d
parent 16346
ef70aeb66800
child 16348
630ee4470c66

Don't install nullclient by default, it's probably not particularly useful
to the majority of users.

libpurple/example/Makefile.am file | annotate | diff | comparison | revisions
pidgin.spec.in file | annotate | diff | comparison | revisions
--- 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}

mercurial