This commit is contained in:
parent
fff22cc764
commit
4cc43fd8a0
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8418ed3a2e8dad923a6626d22eaffe796aab9cbcf827a17ab95bf99956e22a6d
|
|
||||||
size 14075967
|
|
3
gnumeric-1.9.2.tar.bz2
Normal file
3
gnumeric-1.9.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fa2840021afc23afec5d742ed6bdf77f0b12b7ac37ffa976be3cbd7b28190caf
|
||||||
|
size 14159544
|
@ -1,10 +0,0 @@
|
|||||||
--- src/collect.c
|
|
||||||
+++ src/collect.c
|
|
||||||
@@ -9,6 +9,7 @@
|
|
||||||
#include <gnumeric-config.h>
|
|
||||||
#include "gnumeric.h"
|
|
||||||
#include "collect.h"
|
|
||||||
+#include "number-match.h"
|
|
||||||
|
|
||||||
#include "func.h"
|
|
||||||
#include "value.h"
|
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 04 17:17:13 CEST 2008 - mboman@novell.com
|
||||||
|
|
||||||
|
- Update to version 1.9.2
|
||||||
|
+ To many fixes and changes to list. Please see NEWS for full details.
|
||||||
|
- Removed gnumeric-autobuild-error.patch. Fixed upstream.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 30 17:17:13 CEST 2008 - vuntz@suse.de
|
Wed Apr 30 17:17:13 CEST 2008 - vuntz@suse.de
|
||||||
|
|
||||||
|
@ -1,10 +1,17 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gnumeric (Version 1.8.2)
|
# spec file for package gnumeric (Version 1.9.2)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
|
||||||
# package are under the same license as the package itself.
|
|
||||||
#
|
#
|
||||||
|
# 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/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
@ -12,18 +19,22 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gnumeric
|
Name: gnumeric
|
||||||
BuildRequires: docbook-utils fdupes gnutls-devel goffice-devel gtk2-devel gtksourceview18-devel indent intltool libgnomedb-devel libgnomeprintui-devel libidl libtiff-devel libwnck-devel pcre-devel perl-XML-Parser psiconv-devel python-devel python-gtk-devel scrollkeeper shared-mime-info update-desktop-files
|
BuildRequires: docbook-utils fdupes gnutls-devel goffice-devel gtk2-devel
|
||||||
|
BuildRequires: gtksourceview18-devel indent intltool libgnomedb-devel
|
||||||
|
BuildRequires: libgnomeprintui-devel libidl libtiff-devel libwnck-devel
|
||||||
|
BuildRequires: pcre-devel perl-XML-Parser psiconv-devel python-devel
|
||||||
|
BuildRequires: python-gtk-devel scrollkeeper shared-mime-info
|
||||||
|
BuildRequires: update-desktop-files
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Group: Productivity/Office/Spreadsheets
|
Group: Productivity/Office/Spreadsheets
|
||||||
Provides: gnumeric2
|
Provides: gnumeric2
|
||||||
Obsoletes: gnumeric2
|
Obsoletes: gnumeric2
|
||||||
Summary: Spreadsheet Application
|
Summary: Spreadsheet Application
|
||||||
Version: 1.8.2
|
Version: 1.9.2
|
||||||
Release: 15
|
Release: 1
|
||||||
Source: ftp://ftp.gnome.org/pub/gnome/sources/gnumeric/1.8/gnumeric-%{version}.tar.bz2
|
Source: ftp://ftp.gnome.org/pub/gnome/sources/gnumeric/1.8/gnumeric-%{version}.tar.bz2
|
||||||
Url: http://www.gnumeric.org/
|
Url: http://www.gnumeric.org/
|
||||||
Patch4: gnumeric-doc.patch
|
Patch4: gnumeric-doc.patch
|
||||||
Patch5: gnumeric-autobuild-error.patch
|
|
||||||
Requires: %{name}-lang = %{version}
|
Requires: %{name}-lang = %{version}
|
||||||
Recommends: liberation-fonts ghostscript-fonts-std
|
Recommends: liberation-fonts ghostscript-fonts-std
|
||||||
# For perl-func plugin
|
# For perl-func plugin
|
||||||
@ -156,7 +167,6 @@ Authors:
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch4 -p1
|
%patch4 -p1
|
||||||
%patch5
|
|
||||||
# FIXME: Following files are apparently compiled without RPM_OPT_FLAGS:
|
# FIXME: Following files are apparently compiled without RPM_OPT_FLAGS:
|
||||||
# boot.c,perl-loader.c,perl-gnumeric.c,xsinit.c,boot.c,perl-gnumeric.c,xsinit.c,perl-loader.c
|
# boot.c,perl-loader.c,perl-gnumeric.c,xsinit.c,boot.c,perl-gnumeric.c,xsinit.c,perl-loader.c
|
||||||
|
|
||||||
@ -230,6 +240,7 @@ fi
|
|||||||
%{_datadir}/pixmaps/*.png
|
%{_datadir}/pixmaps/*.png
|
||||||
%{_datadir}/pixmaps/*.ico
|
%{_datadir}/pixmaps/*.ico
|
||||||
%{_datadir}/pixmaps/gnumeric
|
%{_datadir}/pixmaps/gnumeric
|
||||||
|
%{_datadir}/icons/hicolor/*/apps/gnumeric.*
|
||||||
#%{_datadir}/mime/packages/*.xml
|
#%{_datadir}/mime/packages/*.xml
|
||||||
%{_datadir}/omf/gnumeric
|
%{_datadir}/omf/gnumeric
|
||||||
%{_mandir}/man?/*.*
|
%{_mandir}/man?/*.*
|
||||||
@ -243,6 +254,10 @@ fi
|
|||||||
%{_libdir}/gnumeric/*/include
|
%{_libdir}/gnumeric/*/include
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 04 2008 mboman@novell.com
|
||||||
|
- Update to version 1.9.2
|
||||||
|
+ To many fixes and changes to list. Please see NEWS for full details.
|
||||||
|
- Removed gnumeric-autobuild-error.patch. Fixed upstream.
|
||||||
* Wed Apr 30 2008 vuntz@suse.de
|
* Wed Apr 30 2008 vuntz@suse.de
|
||||||
- Stop recommending agfa-fonts, after quick discussion on the
|
- Stop recommending agfa-fonts, after quick discussion on the
|
||||||
mailing list. Let's stay with free fonts if possible :-)
|
mailing list. Let's stay with free fonts if possible :-)
|
||||||
|
Loading…
Reference in New Issue
Block a user