diff options
author | rh <rh> | 1999-07-31 19:20:32 +0000 |
---|---|---|
committer | rh <rh> | 1999-07-31 19:20:32 +0000 |
commit | c66cd9c917f68cd0994d98835ba7ddd31d78e4e5 (patch) | |
tree | 141da8120b2c22e3033b34605ec814870cf90659 /math | |
parent | 7f434ad211a7699ec8c19d29010c286ed3419fdf (diff) | |
download | pkgsrc-c66cd9c917f68cd0994d98835ba7ddd31d78e4e5.tar.gz |
Import of gnumeric-0.31, a powerful and easy to use spreadsheet program
from the GNOME project, that reads and writes Excel 95 files.
Diffstat (limited to 'math')
-rw-r--r-- | math/gnumeric/Makefile | 28 | ||||
-rw-r--r-- | math/gnumeric/files/md5 | 3 | ||||
-rw-r--r-- | math/gnumeric/files/patch-sum | 3 | ||||
-rw-r--r-- | math/gnumeric/patches/patch-aa | 78 | ||||
-rw-r--r-- | math/gnumeric/pkg/COMMENT | 1 | ||||
-rw-r--r-- | math/gnumeric/pkg/DESCR | 7 | ||||
-rw-r--r-- | math/gnumeric/pkg/PLIST | 427 |
7 files changed, 547 insertions, 0 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile new file mode 100644 index 00000000000..ee44e612088 --- /dev/null +++ b/math/gnumeric/Makefile @@ -0,0 +1,28 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/07/31 19:20:32 rh Exp $ +# + +DISTNAME= gnumeric-0.31 +CATEGORIES= math +MASTER_SITES= ftp://ftp.gnome.org/pub/GNOME/sources/gnumeric/ \ + ftp://ftp.tuwien.ac.at/hci/GNOME/sources/gnumeric/ \ + http://gd.tuwien.ac.at/hci/GNOME/sources/gnumeric/ \ + ftp://gnomeftp.wgn.net/pub/gnome/sources/gnumeric/ \ + ftp://ftp.geo.net/pub/gnome/sources/gnumeric/ \ + ftp://ftp.informatik.uni-bonn.de/pub/os/unix/gnome/sources/gnumeric/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.gnome.org/gnumeric/ + +DEPENDS+= gnome-core-1.0.7:../../x11/gnome-core +DEPENDS+= gnome-print-0.4:../../print/gnome-print +DEPENDS+= libxml-1.4.0:../../textproc/libxml +DEPENDS+= libglade-0.2:../../devel/libglade + +GNU_CONFIGURE= YES +USE_LIBTOOL= YES +USE_X11BASE= YES +USE_PERL5= YES +LDFLAGS+= -L${LOCALBASE}/lib +CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" + +.include "../../mk/bsd.pkg.mk" diff --git a/math/gnumeric/files/md5 b/math/gnumeric/files/md5 new file mode 100644 index 00000000000..13fe57445c8 --- /dev/null +++ b/math/gnumeric/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1999/07/31 19:20:33 rh Exp $ + +MD5 (gnumeric-0.31.tar.gz) = 66940913e2d318028a406f577402e028 diff --git a/math/gnumeric/files/patch-sum b/math/gnumeric/files/patch-sum new file mode 100644 index 00000000000..113271ebf2c --- /dev/null +++ b/math/gnumeric/files/patch-sum @@ -0,0 +1,3 @@ +$NetBSD: patch-sum,v 1.1.1.1 1999/07/31 19:20:33 rh Exp $ + +MD5 (patch-aa) = 5c80fe418ce4f6ac807c225e56913057 diff --git a/math/gnumeric/patches/patch-aa b/math/gnumeric/patches/patch-aa new file mode 100644 index 00000000000..e1a9d834053 --- /dev/null +++ b/math/gnumeric/patches/patch-aa @@ -0,0 +1,78 @@ +$NetBSD: patch-aa,v 1.1.1.1 1999/07/31 19:20:33 rh Exp $ + +--- configure.orig Tue Jul 13 05:52:16 1999 ++++ configure Sat Jul 31 19:46:20 1999 +@@ -2061,6 +2061,7 @@ + ac_tool_prefix= + fi + ++if false; then + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' + +@@ -2293,6 +2294,7 @@ + ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \ + $libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \ + || { echo "configure: error: libtool configure failed" 1>&2; exit 1; } ++fi + + # Redirect the config.log output again, so that the ltconfig log is not + # clobbered by the next message. +@@ -3356,7 +3358,7 @@ + echo $ac_n "(cached) $ac_c" 1>&6 + else + ac_save_LIBS="$LIBS" +-LIBS="-lxml `gnome-config --libs xml` $LIBS" ++LIBS="-L${LOCALBASE}/lib -lxml -lz $LIBS" + cat > conftest.$ac_ext <<EOF + #line 3362 "configure" + #include "confdefs.h" +@@ -3387,7 +3389,7 @@ + + + +- GNOME_XML_LIB=`gnome-config --libs xml` ++ GNOME_XML_LIB=-lxml + + else + echo "$ac_t""no" 1>&6 +@@ -6045,7 +6047,7 @@ + + echo $ac_n "checking For GnomePrint libraries""... $ac_c" 1>&6 + echo "configure:6048: checking For GnomePrint libraries" >&5 +-if gnome-config --libs print > /dev/null 2>&1; then ++if [ -f ${PREFIX}/lib/libgnomeprint.a ]; then + echo "$ac_t""found" 1>&6 + else + { echo "configure: error: Did not find GnomePrint installed" 1>&2; exit 1; } +@@ -6053,14 +6055,14 @@ + + echo $ac_n "checking For Glade libraries""... $ac_c" 1>&6 + echo "configure:6056: checking For Glade libraries" >&5 +-if gnome-config --libs libglade > /dev/null 2>&1; then ++if [ -f ${PREFIX}/lib/libglade-gnome.a ]; then + echo "$ac_t""found" 1>&6 + else + { echo "configure: error: Did not find libGlade installed" 1>&2; exit 1; } + fi + +-EXTRA_GNOME_LIBS=`gnome-config --libs gnomeui print libglade $bonobo` +-EXTRA_GNOME_CFLAGS=`gnome-config --cflags gnomeui print libglade $bonobo` ++EXTRA_GNOME_LIBS="`gnome-config --libs gnomeui $bonobo` -L${PREFIX}/lib -L${LOCALBASE}/lib -lgnomeprint -lglade-gnome -lglade" ++EXTRA_GNOME_CFLAGS="`gnome-config --cflags gnomeui $bonobo` -I${LOCALBASE}/include -I${PREFIX}/include/libgnomeprint" + + + +@@ -6442,10 +6444,12 @@ + top_srcdir="$ac_dots$ac_given_srcdir" ;; + esac + ++if false; then + case "$ac_given_INSTALL" in + [/$]*) INSTALL="$ac_given_INSTALL" ;; + *) INSTALL="$ac_dots$ac_given_INSTALL" ;; + esac ++fi + + echo creating "$ac_file" + rm -f "$ac_file" diff --git a/math/gnumeric/pkg/COMMENT b/math/gnumeric/pkg/COMMENT new file mode 100644 index 00000000000..aee4c7b4440 --- /dev/null +++ b/math/gnumeric/pkg/COMMENT @@ -0,0 +1 @@ +A powerful and easy to use spreadsheet program from the GNOME project diff --git a/math/gnumeric/pkg/DESCR b/math/gnumeric/pkg/DESCR new file mode 100644 index 00000000000..ff80a8c557c --- /dev/null +++ b/math/gnumeric/pkg/DESCR @@ -0,0 +1,7 @@ +Gnumeric is a powerful and easy to use spreadsheet program from +the GNOME project. The goal for this spreadsheet is to compete +with the commercial offerings. Users of Excel should be already +familiar with Gnumeric advanced features. A plugin system lets +you extend Gnumeric with GPL extensions, and an optional +Python and Perl plugins let you define complex functions in those +popular languages. diff --git a/math/gnumeric/pkg/PLIST b/math/gnumeric/pkg/PLIST new file mode 100644 index 00000000000..9878e40a1ba --- /dev/null +++ b/math/gnumeric/pkg/PLIST @@ -0,0 +1,427 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/07/31 19:20:33 rh Exp $ +bin/gnumeric +etc/CORBA/servers/gnumeric.gnorba +lib/gnumeric/plugins/libsample.so.0.0 +lib/gnumeric/plugins/libsample.a +lib/gnumeric/plugins/libstat.so.0.0 +lib/gnumeric/plugins/libstat.a +lib/gnumeric/plugins/libcsv.so.0.0 +lib/gnumeric/plugins/libcsv.a +lib/gnumeric/plugins/libtext.so.0.0 +lib/gnumeric/plugins/libtext.a +lib/gnumeric/plugins/libxbase.so.0.0 +lib/gnumeric/plugins/libxbase.a +lib/gnumeric/plugins/libhtml.so.0.0 +lib/gnumeric/plugins/libhtml.a +lib/gnumeric/plugins/libpython.so.0.0 +lib/gnumeric/plugins/libpython.a +share/pixmaps/gnome-gnumeric.png +share/pixmaps/gnome-gnumeric-xl.png +share/pixmaps/gnumeric/orient-horizontal.png +share/pixmaps/gnumeric/orient-vertical.png +share/pixmaps/gnumeric/right-down.png +share/pixmaps/gnumeric/down-right.png +share/idl/Gnumeric.idl +share/locale/hr/LC_MESSAGES/gnumeric.mo +share/locale/fr/LC_MESSAGES/gnumeric.mo +share/locale/sv/LC_MESSAGES/gnumeric.mo +share/locale/cs/LC_MESSAGES/gnumeric.mo +share/locale/es/LC_MESSAGES/gnumeric.mo +share/locale/ru/LC_MESSAGES/gnumeric.mo +share/locale/hu/LC_MESSAGES/gnumeric.mo +share/locale/it/LC_MESSAGES/gnumeric.mo +share/locale/pt/LC_MESSAGES/gnumeric.mo +share/locale/no/LC_MESSAGES/gnumeric.mo +share/locale/pl/LC_MESSAGES/gnumeric.mo +share/locale/fi/LC_MESSAGES/gnumeric.mo +share/locale/de/LC_MESSAGES/gnumeric.mo +share/locale/sk/LC_MESSAGES/gnumeric.mo +share/locale/zh_TW.Big5/LC_MESSAGES/gnumeric.mo +share/locale/es_DO/LC_MESSAGES/gnumeric.mo +share/locale/ko/LC_MESSAGES/gnumeric.mo +share/locale/ja/LC_MESSAGES/gnumeric.mo +share/locale/es_GT/LC_MESSAGES/gnumeric.mo +share/locale/es_HN/LC_MESSAGES/gnumeric.mo +share/locale/es_MX/LC_MESSAGES/gnumeric.mo +share/locale/es_PA/LC_MESSAGES/gnumeric.mo +share/locale/es_PE/LC_MESSAGES/gnumeric.mo +share/locale/es_SV/LC_MESSAGES/gnumeric.mo +share/locale/en_GB/LC_MESSAGES/gnumeric.mo +share/mc/templates/gnumeric.desktop +share/mime-info/gnumeric.keys +share/mime-info/gnumeric.mime +share/gnome/apps/Applications/gnumeric.desktop +share/gnome/help/gnumeric/C/gnumeric.html +share/gnome/help/gnumeric/C/topic.dat +share/gnome/help/gnumeric/C/images/autofill-1.jpg +share/gnome/help/gnumeric/C/images/autofill-10.jpg +share/gnome/help/gnumeric/C/images/autofill-2.jpg +share/gnome/help/gnumeric/C/images/autofill-3.jpg +share/gnome/help/gnumeric/C/images/autofill-4.jpg +share/gnome/help/gnumeric/C/images/autofill-5.jpg +share/gnome/help/gnumeric/C/images/autofill-6.jpg +share/gnome/help/gnumeric/C/images/autofill-7.jpg +share/gnome/help/gnumeric/C/images/autofill-8.jpg +share/gnome/help/gnumeric/C/images/autofill-9.jpg +share/gnome/help/gnumeric/C/images/cells-1.jpg +share/gnome/help/gnumeric/C/images/cells-2.jpg +share/gnome/help/gnumeric/C/images/dndselection-1.jpg +share/gnome/help/gnumeric/C/images/editing-1.jpg +share/gnome/help/gnumeric/C/images/editing-cell-selection-1.jpg +share/gnome/help/gnumeric/C/images/number-format-buttonbar.jpg +share/gnome/help/gnumeric/C/images/number-format-color-dialog.jpg +share/gnome/help/gnumeric/C/images/number-format-dialog.jpg +share/gnome/help/gnumeric/C/images/number-format-font-dialog.jpg +share/gnome/help/gnumeric/C/images/number-format-justification-dialog-2.jpg +share/gnome/help/gnumeric/C/images/number-format-justification-dialog.jpg +share/gnome/help/gnumeric/C/images/number-format-justification.jpg +share/gnome/help/gnumeric/C/images/selection-1.jpg +share/gnome/help/gnumeric/C/images/selection-10.jpg +share/gnome/help/gnumeric/C/images/selection-2.jpg +share/gnome/help/gnumeric/C/images/selection-3.jpg +share/gnome/help/gnumeric/C/images/selection-4.jpg +share/gnome/help/gnumeric/C/images/selection-5.jpg +share/gnome/help/gnumeric/C/images/selection-6.jpg +share/gnome/help/gnumeric/C/images/selection-7.jpg +share/gnome/help/gnumeric/C/images/selection-8.jpg +share/gnome/help/gnumeric/C/images/selection-9.jpg +share/gnome/help/gnumeric/C/images/worksheet-all-1.jpg +share/gnome/help/gnumeric/C/images/worksheet-cols-1.jpg +share/gnome/help/gnumeric/C/images/align-center.gif +share/gnome/help/gnumeric/C/images/worksheet-data-1.jpg +share/gnome/help/gnumeric/C/images/worksheet-data-2.jpg +share/gnome/help/gnumeric/C/images/worksheet-data-3.jpg +share/gnome/help/gnumeric/C/images/worksheet-data-4.jpg +share/gnome/help/gnumeric/C/images/worksheet-info-1.jpg +share/gnome/help/gnumeric/C/images/worksheet-rows-1.jpg +share/gnome/help/gnumeric/C/images/worksheet-running-calc-1.jpg +share/gnome/help/gnumeric/C/images/worksheet-zoomin-1.jpg +share/gnome/help/gnumeric/C/images/worksheet-zoomout-1.jpg +share/gnome/help/gnumeric/C/images/align-left.gif +share/gnome/help/gnumeric/C/images/align-right.gif +share/gnome/help/gnumeric/C/images/arrow.gif +share/gnome/help/gnumeric/C/images/bold.gif +share/gnome/help/gnumeric/C/images/cursor_cross.gif +share/gnome/help/gnumeric/C/images/italic.gif +share/gnome/help/gnumeric/C/images/line.gif +share/gnome/help/gnumeric/C/images/oval.gif +share/gnome/help/gnumeric/C/images/rect.gif +share/gnome/help/gnumeric/C/images/stock_copy.gif +share/gnome/help/gnumeric/C/images/stock_cut.gif +share/gnome/help/gnumeric/C/images/stock_new.gif +share/gnome/help/gnumeric/C/images/stock_open.gif +share/gnome/help/gnumeric/C/images/stock_paste.gif +share/gnome/help/gnumeric/C/images/stock_save.gif +share/gnome/help/gnumeric/C/autofill.html +share/gnome/help/gnumeric/C/cell-elements.html +share/gnome/help/gnumeric/C/cell-referencing.html +share/gnome/help/gnumeric/C/editing-selections.html +share/gnome/help/gnumeric/C/editing.html +share/gnome/help/gnumeric/C/files.html +share/gnome/help/gnumeric/C/formatting.html +share/gnome/help/gnumeric/C/formulas.html +share/gnome/help/gnumeric/C/function-reference.html +share/gnome/help/gnumeric/C/ln20.html +share/gnome/help/gnumeric/C/r2511.html +share/gnome/help/gnumeric/C/r2529.html +share/gnome/help/gnumeric/C/r2941.html +share/gnome/help/gnumeric/C/r3471.html +share/gnome/help/gnumeric/C/r3489.html +share/gnome/help/gnumeric/C/r3767.html +share/gnome/help/gnumeric/C/style.html +share/gnome/help/gnumeric/C/tutorials.html +share/gnome/help/gnumeric/C/worksheet.html +share/gnome/help/gnumeric/C/docbook.css +share/gnome/help/gnumeric/C/analysis-tools.html +share/gnome/help/gnumeric/C/printing.html +share/gnome/help/gnumeric/C/r1985.html +share/gnome/help/gnumeric/C/r2003.html +share/gnome/help/gnumeric/C/r2019.html +share/gnome/help/gnumeric/C/r2037.html +share/gnome/help/gnumeric/C/r2062.html +share/gnome/help/gnumeric/C/r2079.html +share/gnome/help/gnumeric/C/r2098.html +share/gnome/help/gnumeric/C/r2121.html +share/gnome/help/gnumeric/C/r2137.html +share/gnome/help/gnumeric/C/r2163.html +share/gnome/help/gnumeric/C/r2183.html +share/gnome/help/gnumeric/C/r2197.html +share/gnome/help/gnumeric/C/r2217.html +share/gnome/help/gnumeric/C/r2235.html +share/gnome/help/gnumeric/C/r2251.html +share/gnome/help/gnumeric/C/r2275.html +share/gnome/help/gnumeric/C/r2295.html +share/gnome/help/gnumeric/C/r2316.html +share/gnome/help/gnumeric/C/r2334.html +share/gnome/help/gnumeric/C/r2351.html +share/gnome/help/gnumeric/C/r2368.html +share/gnome/help/gnumeric/C/r2392.html +share/gnome/help/gnumeric/C/r2412.html +share/gnome/help/gnumeric/C/r2434.html +share/gnome/help/gnumeric/C/r2455.html +share/gnome/help/gnumeric/C/r2475.html +share/gnome/help/gnumeric/C/r2493.html +share/gnome/help/gnumeric/C/r2546.html +share/gnome/help/gnumeric/C/r2564.html +share/gnome/help/gnumeric/C/r2586.html +share/gnome/help/gnumeric/C/r2604.html +share/gnome/help/gnumeric/C/r2621.html +share/gnome/help/gnumeric/C/r2642.html +share/gnome/help/gnumeric/C/r2744.html +share/gnome/help/gnumeric/C/r2763.html +share/gnome/help/gnumeric/C/r2782.html +share/gnome/help/gnumeric/C/r2800.html +share/gnome/help/gnumeric/C/r2818.html +share/gnome/help/gnumeric/C/r2843.html +share/gnome/help/gnumeric/C/r2861.html +share/gnome/help/gnumeric/C/r2882.html +share/gnome/help/gnumeric/C/r2899.html +share/gnome/help/gnumeric/C/r2918.html +share/gnome/help/gnumeric/C/r2959.html +share/gnome/help/gnumeric/C/r2976.html +share/gnome/help/gnumeric/C/r2992.html +share/gnome/help/gnumeric/C/r3010.html +share/gnome/help/gnumeric/C/r3029.html +share/gnome/help/gnumeric/C/r3047.html +share/gnome/help/gnumeric/C/r3065.html +share/gnome/help/gnumeric/C/r3083.html +share/gnome/help/gnumeric/C/r3100.html +share/gnome/help/gnumeric/C/r3124.html +share/gnome/help/gnumeric/C/r3143.html +share/gnome/help/gnumeric/C/r3163.html +share/gnome/help/gnumeric/C/r3181.html +share/gnome/help/gnumeric/C/r3199.html +share/gnome/help/gnumeric/C/r3217.html +share/gnome/help/gnumeric/C/r3234.html +share/gnome/help/gnumeric/C/r3251.html +share/gnome/help/gnumeric/C/r3269.html +share/gnome/help/gnumeric/C/r3287.html +share/gnome/help/gnumeric/C/r3306.html +share/gnome/help/gnumeric/C/r3321.html +share/gnome/help/gnumeric/C/r3339.html +share/gnome/help/gnumeric/C/r3359.html +share/gnome/help/gnumeric/C/r3378.html +share/gnome/help/gnumeric/C/r3399.html +share/gnome/help/gnumeric/C/r3416.html +share/gnome/help/gnumeric/C/r3433.html +share/gnome/help/gnumeric/C/r3451.html +share/gnome/help/gnumeric/C/r3506.html +share/gnome/help/gnumeric/C/r3523.html +share/gnome/help/gnumeric/C/r3537.html +share/gnome/help/gnumeric/C/r3558.html +share/gnome/help/gnumeric/C/r3575.html +share/gnome/help/gnumeric/C/r3593.html +share/gnome/help/gnumeric/C/r3611.html +share/gnome/help/gnumeric/C/r3631.html +share/gnome/help/gnumeric/C/r3647.html +share/gnome/help/gnumeric/C/r3670.html +share/gnome/help/gnumeric/C/r3688.html +share/gnome/help/gnumeric/C/r3708.html +share/gnome/help/gnumeric/C/r3728.html +share/gnome/help/gnumeric/C/r3746.html +share/gnome/help/gnumeric/C/r3785.html +share/gnome/help/gnumeric/C/r3804.html +share/gnome/help/gnumeric/C/r3823.html +share/gnome/help/gnumeric/C/r3847.html +share/gnome/help/gnumeric/C/r3866.html +share/gnome/help/gnumeric/C/r3886.html +share/gnome/help/gnumeric/C/r3902.html +share/gnome/help/gnumeric/C/r3920.html +share/gnome/help/gnumeric/C/r3940.html +share/gnome/help/gnumeric/C/r3960.html +share/gnome/help/gnumeric/C/r3979.html +share/gnome/help/gnumeric/C/r3997.html +share/gnome/help/gnumeric/C/r4016.html +share/gnome/help/gnumeric/C/r4036.html +share/gnome/help/gnumeric/C/r4054.html +share/gnome/help/gnumeric/C/r4072.html +share/gnome/help/gnumeric/C/r4093.html +share/gnome/help/gnumeric/C/r4110.html +share/gnome/help/gnumeric/C/r4128.html +share/gnome/help/gnumeric/C/r4148.html +share/gnome/help/gnumeric/C/r4169.html +share/gnome/help/gnumeric/C/r4186.html +share/gnome/help/gnumeric/C/r4203.html +share/gnome/help/gnumeric/C/r4221.html +share/gnome/help/gnumeric/C/r4238.html +share/gnome/help/gnumeric/C/r4261.html +share/gnome/help/gnumeric/C/r4279.html +share/gnome/help/gnumeric/C/r4297.html +share/gnome/help/gnumeric/C/r4316.html +share/gnome/help/gnumeric/C/r4338.html +share/gnome/help/gnumeric/C/r4353.html +share/gnome/help/gnumeric/C/r4373.html +share/gnome/help/gnumeric/C/r4391.html +share/gnome/help/gnumeric/C/r4407.html +share/gnome/help/gnumeric/C/r4426.html +share/gnome/help/gnumeric/C/r4445.html +share/gnome/help/gnumeric/C/r4465.html +share/gnome/help/gnumeric/C/r4483.html +share/gnome/help/gnumeric/C/r4501.html +share/gnome/help/gnumeric/C/r4515.html +share/gnome/help/gnumeric/C/r4533.html +share/gnome/help/gnumeric/C/r4553.html +share/gnome/help/gnumeric/C/r4571.html +share/gnome/help/gnumeric/C/r4588.html +share/gnome/help/gnumeric/C/r4608.html +share/gnome/help/gnumeric/C/r4628.html +share/gnome/help/gnumeric/C/r4644.html +share/gnome/help/gnumeric/C/r4664.html +share/gnome/help/gnumeric/C/r4682.html +share/gnome/help/gnumeric/C/r4705.html +share/gnome/help/gnumeric/C/r4724.html +share/gnome/help/gnumeric/C/r4741.html +share/gnome/help/gnumeric/C/r4759.html +share/gnome/help/gnumeric/C/r4781.html +share/gnome/help/gnumeric/C/r4797.html +share/gnome/help/gnumeric/C/r4815.html +share/gnome/help/gnumeric/C/r4834.html +share/gnome/help/gnumeric/C/r4854.html +share/gnome/help/gnumeric/C/r4872.html +share/gnome/help/gnumeric/C/r4890.html +share/gnome/help/gnumeric/C/r4913.html +share/gnome/help/gnumeric/C/r4933.html +share/gnome/help/gnumeric/C/r4951.html +share/gnome/help/gnumeric/C/r4968.html +share/gnome/help/gnumeric/C/r4985.html +share/gnome/help/gnumeric/C/r5001.html +share/gnome/help/gnumeric/C/r5022.html +share/gnome/help/gnumeric/C/r5039.html +share/gnome/help/gnumeric/C/r5060.html +share/gnome/help/gnumeric/C/r5078.html +share/gnome/help/gnumeric/C/r5098.html +share/gnome/help/gnumeric/C/r5122.html +share/gnome/help/gnumeric/C/r5148.html +share/gnome/help/gnumeric/C/r5168.html +share/gnome/help/gnumeric/C/r5188.html +share/gnome/help/gnumeric/C/r5204.html +share/gnome/help/gnumeric/C/r5221.html +share/gnome/help/gnumeric/C/r5240.html +share/gnome/help/gnumeric/C/r5258.html +share/gnome/help/gnumeric/C/r5277.html +share/gnome/help/gnumeric/C/r5295.html +share/gnome/help/gnumeric/C/r5312.html +share/gnome/help/gnumeric/C/r5330.html +share/gnome/help/gnumeric/C/r5348.html +share/gnome/help/gnumeric/C/r5370.html +share/gnome/help/gnumeric/C/r5386.html +share/gnome/help/gnumeric/C/r5406.html +share/gnome/help/gnumeric/C/r5426.html +share/gnome/help/gnumeric/C/r5445.html +share/gnome/help/gnumeric/C/r5467.html +share/gnome/help/gnumeric/C/r5484.html +share/gnome/help/gnumeric/C/r5504.html +share/gnome/help/gnumeric/C/r5527.html +share/gnome/help/gnumeric/C/r5545.html +share/gnome/help/gnumeric/C/r5561.html +share/gnome/help/gnumeric/C/r5578.html +share/gnome/help/gnumeric/C/r5596.html +share/gnome/help/gnumeric/C/r5614.html +share/gnome/help/gnumeric/C/r5632.html +share/gnome/help/gnumeric/C/r5656.html +share/gnome/help/gnumeric/C/r5670.html +share/gnome/help/gnumeric/C/r5689.html +share/gnome/help/gnumeric/C/r5704.html +share/gnome/help/gnumeric/C/r5722.html +share/gnome/help/gnumeric/C/r5740.html +share/gnome/help/gnumeric/C/r5761.html +share/gnome/help/gnumeric/C/r5779.html +share/gnome/help/gnumeric/C/r5798.html +share/gnome/help/gnumeric/C/r5820.html +share/gnome/help/gnumeric/C/r5834.html +share/gnome/help/gnumeric/C/r5853.html +share/gnome/help/gnumeric/C/r5877.html +share/gnome/help/gnumeric/C/r5895.html +share/gnome/help/gnumeric/C/r5913.html +share/gnome/help/gnumeric/C/r5927.html +share/gnome/help/gnumeric/C/r5950.html +share/gnome/help/gnumeric/C/r5968.html +share/gnome/help/gnumeric/C/r5987.html +share/gnome/help/gnumeric/C/r6005.html +share/gnome/help/gnumeric/C/r6027.html +share/gnome/help/gnumeric/C/r6045.html +share/gnome/help/gnumeric/C/r6065.html +share/gnome/help/gnumeric/C/r6082.html +share/gnome/help/gnumeric/C/r6100.html +share/gnome/help/gnumeric/C/r6116.html +share/gnome/help/gnumeric/C/r6134.html +share/gnome/help/gnumeric/C/r6155.html +share/gnome/help/gnumeric/C/r6171.html +share/gnome/help/gnumeric/C/r6189.html +share/gnome/help/gnumeric/C/r6205.html +share/gnome/help/gnumeric/C/r6225.html +share/gnome/help/gnumeric/C/r6243.html +share/gnome/help/gnumeric/C/r6261.html +share/gnome/help/gnumeric/C/r6278.html +share/gnome/help/gnumeric/C/r6298.html +share/gnome/help/gnumeric/C/r6318.html +share/gnome/help/gnumeric/C/r6340.html +share/gnome/help/gnumeric/C/r6370.html +share/gnome/help/gnumeric/C/r6386.html +share/gnome/help/gnumeric/C/r6405.html +share/gnome/help/gnumeric/C/r6425.html +share/gnome/help/gnumeric/C/r6444.html +share/gnome/help/gnumeric/C/r6462.html +share/gnome/help/gnumeric/C/r6484.html +share/gnome/help/gnumeric/C/r6500.html +share/gnome/help/gnumeric/C/r6519.html +share/gnome/help/gnumeric/C/r6543.html +share/gnome/help/gnumeric/C/r6559.html +share/gnome/help/gnumeric/C/r6577.html +share/gnome/help/gnumeric/C/r6597.html +share/gnome/help/gnumeric/C/r6616.html +share/gnome/help/gnumeric/C/r6633.html +share/gnome/help/gnumeric/C/r6651.html +share/gnome/help/gnumeric/C/r6673.html +share/gnome/help/gnumeric/C/r6690.html +share/gnome/help/gnumeric/C/r6711.html +share/gnome/help/gnumeric/C/r6729.html +share/gnome/help/gnumeric/C/r6747.html +share/gnome/help/gnumeric/C/r6766.html +share/gnome/help/gnumeric/C/r6787.html +share/gnome/help/gnumeric/C/r6805.html +share/gnome/help/gnumeric/C/r6823.html +share/gnome/help/gnumeric/C/r6843.html +share/gnome/help/gnumeric/C/r6858.html +share/gnome/help/gnumeric/C/r6876.html +share/gnome/help/gnumeric/C/r6894.html +share/gnome/help/gnumeric/C/r6911.html +share/gnome/help/gnumeric/C/r6927.html +share/gnome/help/gnumeric/C/r6944.html +share/gnome/help/gnumeric/C/r6962.html +share/gnome/help/gnumeric/C/r6982.html +share/gnome/help/gnumeric/C/r7002.html +share/gnome/help/gnumeric/C/r7019.html +share/gnome/help/gnumeric/C/r7038.html +share/gnome/help/gnumeric/C/r7057.html +share/gnome/help/gnumeric/C/r7076.html +share/gnome/help/gnumeric/C/r7094.html +share/gnome/help/gnumeric/C/r7110.html +share/gnome/help/gnumeric/C/r7127.html +share/gnome/help/gnumeric/C/x168.html +share/gnome/help/gnumeric/C/x214.html +share/gnome/help/gnumeric/C/x666.html +share/gnome/help/gnumeric/C/x674.html +share/gnumeric/python/gnumeric_startup.py +share/gnumeric/glade/font-sel.glade +share/gnumeric/glade/hf-config.glade +share/gnumeric/glade/import.glade +share/gnumeric/glade/print.glade +@dirrm lib/gnumeric/plugins +@dirrm lib/gnumeric +@dirrm share/pixmaps/gnumeric +@dirrm share/gnome/help/gnumeric/C/images +@dirrm share/gnome/help/gnumeric/C +@dirrm share/gnome/help/gnumeric +@dirrm share/gnumeric/glade +@dirrm share/gnumeric/guile +@dirrm share/gnumeric/perl +@dirrm share/gnumeric/python +@dirrm share/gnumeric +@unexec rmdir %D/share/mc/templates 2>/dev/null || true +@unexec rmdir %D/share/mc 2>/dev/null || true +@unexec rmdir %D/share/pixmaps 2>/dev/null || true +@unexec rmdir %D/share/idl 2>/dev/null || true +@unexec rmdir %D/share/mime-info 2>/dev/null || true +@unexec rmdir %D/etc/CORBA/servers 2>/dev/null || true +@unexec rmdir %D/etc/CORBA 2>/dev/null || true |