[Gnucash-changes] r14084 - gnucash/trunk - Get the RPM SPEC to build properly (should built from future tarballs)

Derek Atkins warlord at cvs.gnucash.org
Tue May 16 19:22:28 EDT 2006


Author: warlord
Date: 2006-05-16 19:22:27 -0400 (Tue, 16 May 2006)
New Revision: 14084
Trac: http://svn.gnucash.org/trac/changeset/14084

Modified:
   gnucash/trunk/ChangeLog
   gnucash/trunk/lib/libgsf-1.12.3/Makefile.am
   gnucash/trunk/packaging/gnucash.spec.in
Log:
Get the RPM SPEC to build properly (should built from future tarballs)

	* lib/libgsl/Makefile.am:
	  don't distribute the gsl specfiles
	* packaging/gnucash.spec.in:
	  fix for change of location of files.



Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog	2006-05-16 16:18:49 UTC (rev 14083)
+++ gnucash/trunk/ChangeLog	2006-05-16 23:22:27 UTC (rev 14084)
@@ -3,6 +3,11 @@
 	* lib/libqof/qof/gnc-date.c:
 	  revert r14081 because we always have localtime_r.
 
+	* lib/libgsl/Makefile.am:
+	  don't distribute the gsl specfiles
+	* packaging/gnucash.spec.in:
+	  fix for change of location of files.
+
 2006-05-16  Christian Stimming <stimming at tuhh.de>
 
 	* lib/libqof/qof/gnc-date.c (timespecCanonicalDayTime)

Modified: gnucash/trunk/lib/libgsf-1.12.3/Makefile.am
===================================================================
--- gnucash/trunk/lib/libgsf-1.12.3/Makefile.am	2006-05-16 16:18:49 UTC (rev 14083)
+++ gnucash/trunk/lib/libgsf-1.12.3/Makefile.am	2006-05-16 23:22:27 UTC (rev 14084)
@@ -21,9 +21,7 @@
 EXTRA_DIST = BUGS HACKING	\
 	intltool-extract.in	\
 	intltool-merge.in	\
-	intltool-update.in	\
-	libgsf-1.spec		\
-	libgsf-gnome-1.spec
+	intltool-update.in
 
 DISTCLEANFILES = intltool-extract intltool-merge intltool-update
 

Modified: gnucash/trunk/packaging/gnucash.spec.in
===================================================================
--- gnucash/trunk/packaging/gnucash.spec.in	2006-05-16 16:18:49 UTC (rev 14083)
+++ gnucash/trunk/packaging/gnucash.spec.in	2006-05-16 23:22:27 UTC (rev 14084)
@@ -184,7 +184,7 @@
 %{_datadir}/gnucash
 %{_datadir}/applications/*
 %{_datadir}/mime-info/gnucash.*
-%{_datadir}/xml/qsf/*
+%{_datadir}/xml/gnucash/xsl/*
 %{_sysconfdir}/gconf/schemas/apps_gnucash*
 %if %{_with_ofx}
 %exclude %{_libdir}/gnucash/libgncmod-ofx*



More information about the gnucash-changes mailing list