diff --git a/gnumeric.changes b/gnumeric.changes index 211077c..9c5598d 100644 --- a/gnumeric.changes +++ b/gnumeric.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri May 25 01:21:49 CEST 2007 - ro@suse.de + +- branch off devel package + ------------------------------------------------------------------- Wed Mar 7 00:36:52 CET 2007 - jhargadon@suse.de diff --git a/gnumeric.spec b/gnumeric.spec index 9d07d9b..1119b80 100644 --- a/gnumeric.spec +++ b/gnumeric.spec @@ -18,7 +18,7 @@ Provides: gnumeric2 Obsoletes: gnumeric2 Summary: Spreadsheet Application Version: 1.7.8 -Release: 1 +Release: 26 Source: ftp://ftp.gnome.org/pub/gnome/sources/gnumeric/1.6/gnumeric-%{version}.tar.bz2 URL: http://www.gnumeric.org/ Patch: gnumeric-pro-fonts.patch @@ -50,6 +50,70 @@ Gnumeric is part of the GNOME project. +Authors: +-------- + Miguel de Icaza, creator. + Jody Goldberg, maintainer. + Sean Atkinson, functions and X-Base importing. + Michel Berkelaar, Simplex algorithm for Solver (LP Solve). + Grandma Chema Celorio, Tester and sheet copy. + Frank Chiulli, OLE support. + Kenneth Christiansen, i18n, misc stuff. + Zbigniew Chyla, plugin system, i18n. + J.H.M. Dassen (Ray), debian packaging. + Jeroen Dirks, Simplex algorithm for Solver (LP Solve). + Tom Dyas, plugin support. + Gergo Erdi, Gnumeric hacker. + John Gotts, rpm packaging. + Andreas J. Guelzow, Gnumeric hacker. + Jon K. Hellan, Gnumeric hacker. + Ross Ihaka, special functions. + Jukka-Pekka Iivonen, numerous functions and tools. + Jakub Jelinek, Gnumeric hacker. + Chris Lahey, number format engine. + Adrian Likins, documentation, debugging. + Takashi Matsuda, original text plugin. + Michael Meeks, Excel and OLE2 importing. + Lutz Muller, SheetObject improvements. + Federico M. Quintero, canvas support. + Mark Probst, Guile support. + Rasca, HTML, troff, LaTeX exporters. + Vincent Renardias, original CSV support, French localization. + Ariel Rios, Guile support. + Arturo Tena, OLE support. + Almer S. Tigelaar, Gnumeric hacker. + Bruno Unna, Excel bits. + Daniel Veillard, XML support. + Vladimir Vuksan, financial functions. + Morten Welinder, Gnumeric hacker and leak plugging demi-god. + +%package devel +Summary: Spreadsheet Application +Group: Productivity/Office/Spreadsheets +Provides: gnumeric:/usr/include/libspreadsheet-1-7/application.h +Requires: gnumeric = %{version} +Autoreqprov: on + +%description devel +Gnumeric is a spreadsheet application with advanced features and +analytics. It aims to minimize the cost of transition from proprietary +spreadsheets by offering a familiar look and feature set. In addition +to read and write support for all versions of Microsoft Excel +(including reading encrypted files), there is also support for many +other formats including: + +*Applix 4 and 5 *DIF *Lotus-123 (wk1, wk2, wk3) *OpenOffice.org (Oasis) +*PlanPerfect (pln) *Psion5 *Quattro Pro (wb1, wb2, wb3) *SYLK +*XBase/DB3 + +Text formats, such as comma or tab separated values, HTML, XHTML, and +Latex, are supported and there are powerful assistants to handle custom +needs. + +Gnumeric is part of the GNOME project. + + + Authors: -------- Miguel de Icaza, creator. @@ -161,7 +225,6 @@ fi %{_libdir}/gnumeric/*/plugins/*/*.pl %{_libdir}/gnumeric/*/plugins/gnome-glossary/glossary-po-header %{_libdir}/goffice/*/plugins/gnumeric -%{_libdir}/pkgconfig/* %{_datadir}/applications/*.desktop %{_datadir}/gnumeric %{_datadir}/pixmaps/*.png @@ -170,9 +233,15 @@ fi #%{_datadir}/mime/packages/*.xml %{_datadir}/omf/gnumeric %{_mandir}/man?/*.* + +%files devel +%defattr(-, root, root) %{_includedir}/libspreadsheet* +%{_libdir}/pkgconfig/* %changelog +* Fri May 25 2007 - ro@suse.de +- branch off devel package * Wed Mar 07 2007 - jhargadon@suse.de - update to version 1.7.6 - Implement sax import of sheet objects.