rpms/gnucash/F-13 gnucash-latvian.patch, NONE, 1.1 gnucash.spec, 1.115, 1.116 gnucash-libdbi.patch, 1.1, NONE

Bill Nottingham notting at fedoraproject.org
Thu Jun 3 18:45:33 UTC 2010


Author: notting

Update of /cvs/extras/rpms/gnucash/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv22435/F-13

Modified Files:
	gnucash.spec 
Added Files:
	gnucash-latvian.patch 
Removed Files:
	gnucash-libdbi.patch 
Log Message:
Fix build, fix bug where latvian account trees overwrite the C/english ones.


gnucash-latvian.patch:
 Makefile.am |    2 +-
 Makefile.in |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE gnucash-latvian.patch ---
diff -up gnucash-2.3.13/accounts/lv_LV/Makefile.am.foo gnucash-2.3.13/accounts/lv_LV/Makefile.am
--- gnucash-2.3.13/accounts/lv_LV/Makefile.am.foo	2010-06-03 14:33:44.429101189 -0400
+++ gnucash-2.3.13/accounts/lv_LV/Makefile.am	2010-06-03 14:33:27.314976349 -0400
@@ -1,5 +1,5 @@
 
-accountdir = ${GNC_ACCOUNTS_DIR}/C
+accountdir = ${GNC_ACCOUNTS_DIR}/lv
 
 account_DATA = \
   acctchrt_brokerage.gnucash-xea \
diff -up gnucash-2.3.13/accounts/lv_LV/Makefile.in.foo gnucash-2.3.13/accounts/lv_LV/Makefile.in
--- gnucash-2.3.13/accounts/lv_LV/Makefile.in.foo	2010-06-03 14:33:11.771850295 -0400
+++ gnucash-2.3.13/accounts/lv_LV/Makefile.in	2010-06-03 14:33:21.275100385 -0400
@@ -331,7 +331,7 @@ target_alias = @target_alias@
 top_build_prefix = @top_build_prefix@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
-accountdir = ${GNC_ACCOUNTS_DIR}/C
+accountdir = ${GNC_ACCOUNTS_DIR}/lv
 account_DATA = \
   acctchrt_brokerage.gnucash-xea \
   acctchrt_business.gnucash-xea \


Index: gnucash.spec
===================================================================
RCS file: /cvs/extras/rpms/gnucash/F-13/gnucash.spec,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -p -r1.115 -r1.116
--- gnucash.spec	3 Jun 2010 17:59:06 -0000	1.115
+++ gnucash.spec	3 Jun 2010 18:45:33 -0000	1.116
@@ -17,6 +17,7 @@ BuildRequires: desktop-file-utils, texin
 BuildRequires: gettext, slib >= 3a1-5, libtool, intltool
 BuildRequires: python-devel, libdbi-devel
 Patch0: gnucash-quiet.patch
+Patch1: gnucash-latvian.patch
 Requires: gnucash-docs >= 2.2.0
 Requires: slib >= 3a1-5
 Requires: perl(Finance::Quote)
@@ -38,6 +39,7 @@ balanced books.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 find src/quotes -name "*.in" -exec sed -i "s|use lib '@-PERLINCL-@';||g" {} \;
 
 %build
@@ -118,7 +120,6 @@ fi
 %{_libexecdir}/gnucash
 %{_libdir}/*
 %exclude /usr/lib/debug
-%{_datadir}/xml/*
 %{_datadir}/gnucash
 %{_datadir}/applications/*
 %{_datadir}/icons/hicolor/*/apps/*


--- gnucash-libdbi.patch DELETED ---



More information about the scm-commits mailing list