[gnucash] Don't ship gnc-fq-update.

Bill Nottingham notting at fedoraproject.org
Mon Jan 17 21:56:54 UTC 2011


commit 3fed6325bd010f08ff93256b43c9507dcddf323f
Author: Bill Nottingham <notting at redhat.com>
Date:   Mon Jan 17 16:57:00 2011 -0500

    Don't ship gnc-fq-update.

 gnucash.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/gnucash.spec b/gnucash.spec
index aca535d..e5212ce 100644
--- a/gnucash.spec
+++ b/gnucash.spec
@@ -79,7 +79,8 @@ rm -rf $RPM_BUILD_ROOT/%{_infodir} \
 	$RPM_BUILD_ROOT/%{_datadir}/aclocal \
 	$RPM_BUILD_ROOT/%{_libdir}/lib*.a \
 	$RPM_BUILD_ROOT/%{_libdir}/gnucash/lib*.a \
-	$RPM_BUILD_ROOT/%{_bindir}/gnc-test-env
+	$RPM_BUILD_ROOT/%{_bindir}/gnc-test-env \
+	$RPM_BUILD_ROOT/%{_bindir}/gnc-fq-update
 
 find $RPM_BUILD_ROOT/%{_libdir} -name *.la -exec rm -f {} \;
 
@@ -130,6 +131,9 @@ fi
 %doc doc/README.german doc/README.francais doc/README.OFX doc/README.HBCI
 
 %changelog
+* Mon Jan 17 2011 Bill Nottingham <notting at redhat.com> - 2.4.0-3
+- don't ship gnc-fq-update; updates should be handled by normal packaging
+
 * Wed Jan 12 2011 Bill Nottingham <notting at redhat.com> - 2.4.0-2
 - remove 'this is a development version' warning
 


More information about the scm-commits mailing list