# # spec file for package gnumeric (Version 1.9.9) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild Name: gnumeric BuildRequires: fdupes BuildRequires: gconf2-devel BuildRequires: goffice-devel BuildRequires: gtk2-devel BuildRequires: intltool BuildRequires: libgnomedb-devel BuildRequires: psiconv-devel BuildRequires: python-devel BuildRequires: python-gobject2-devel BuildRequires: scrollkeeper BuildRequires: shared-mime-info BuildRequires: update-desktop-files License: GPL v2 or later Group: Productivity/Office/Spreadsheets Provides: gnumeric2 Obsoletes: gnumeric2 Summary: Spreadsheet Application Version: 1.9.9 Release: 1 Source: ftp://ftp.gnome.org/pub/gnome/sources/gnumeric/1.8/gnumeric-%{version}.tar.bz2 # PATCH-FIX-UPSTREAM gnumeric-1.9.9-bgo589105.patch bgo#589108 dominique-obs@leuenberger.net -- do not use depreaced gtk_tree_view_column_get_cell_renderers Patch0: gnumeric-1.9.9-bgo589105.patch Url: http://www.gnumeric.org/ Requires: %{name}-lang = %{version} Recommends: liberation-fonts ghostscript-fonts-std # For perl-func plugin Recommends: perl BuildRoot: %{_tmppath}/%{name}-%{version}-build %gconf_schemas_prereq %description 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. 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 License: GPL v2 or later Summary: Spreadsheet Application Group: Productivity/Office/Spreadsheets Provides: gnumeric:/usr/include/libspreadsheet-1-7/application.h Requires: %{name} = %{version} glib2-devel goffice-devel gtk2-devel libglade2-devel libgnomeprint-devel libgsf-devel libxml2-devel %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. 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. %lang_package %prep %setup -q %patch0 -p1 %build export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" %configure\ --disable-scrollkeeper\ --disable-static\ --libexecdir=%{_prefix}/lib/gnumeric\ --enable-ssindex # --enable-pdfdocs make %{?jobs:-j%jobs} %install %makeinstall # FIXME: Build as root modifies system! # gnumeric-1.6.3: --disable-scrollkeeper does not work properly. rm -rf $RPM_BUILD_ROOT%{_localstatedir}/scrollkeeper # gnumeric.keys contains strange MIME types. Ignore them. DESTDIR=$RPM_BUILD_ROOT mime-info-to-mime || true %suse_update_desktop_file -r -N Gnumeric %{name} Office Spreadsheet GNOME GTK %find_lang %{name} %find_lang gnumeric-functions %{name}.lang %find_gconf_schemas cat %{name}.schemas_list >%{name}.lst find %{buildroot} -type f -name "*.la" -exec %{__rm} -fv {} + %fdupes $RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %pre -f %{name}.schemas_pre %post /sbin/ldconfig if test -x usr/bin/update-mime-database ; then usr/bin/update-mime-database usr/share/mime >/dev/null fi %posttrans -f %{name}.schemas_posttrans %preun -f %{name}.schemas_preun %postun /sbin/ldconfig if test -x usr/bin/update-mime-database ; then usr/bin/update-mime-database usr/share/mime >/dev/null fi %files -f %{name}.lst %defattr(-, root, root) %doc AUTHORS BEVERAGES BUGS COPYING HACKING MAINTAINERS NEWS README ChangeLog OChangeLog* %{_bindir}/* %{_libdir}/*.so %dir %{_libdir}/gnumeric %dir %{_libdir}/gnumeric/*[^t] %dir %{_libdir}/gnumeric/*/plugins %dir %{_libdir}/gnumeric/*/plugins/* %{_libdir}/gnumeric/*/plugins/*/*.so %{_libdir}/gnumeric/*/plugins/*/*.xml %{_libdir}/gnumeric/*/plugins/*/*.py %{_libdir}/gnumeric/*/plugins/*/*.pl %{_libdir}/gnumeric/*/plugins/gnome-glossary/glossary-po-header %{_libdir}/goffice/*/plugins/gnumeric %{_datadir}/applications/*.desktop %{_datadir}/gnumeric %{_datadir}/pixmaps/*.png %{_datadir}/pixmaps/*.ico %{_datadir}/pixmaps/gnumeric %{_datadir}/icons/hicolor/*/apps/gnumeric.* %{_datadir}/omf/gnumeric %{_mandir}/man?/*.* %files lang -f %{name}.lang # Temporary workaround to not depend on libgnome: own the directories %defattr (-, root, root) %dir %{_datadir}/gnome %dir %{_datadir}/gnome/help %files devel %defattr(-, root, root) %{_includedir}/libspreadsheet* %{_libdir}/pkgconfig/*.pc %{_libdir}/gnumeric/*/include %changelog