This commit is contained in:
parent
bcacb7248a
commit
941a05fbb3
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ee60415d849d8c4a48a16013a8925e70fcee16f934659677667cabd97e7b2516
|
||||
size 13077190
|
3
gnumeric-1.8.2.tar.bz2
Normal file
3
gnumeric-1.8.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8418ed3a2e8dad923a6626d22eaffe796aab9cbcf827a17ab95bf99956e22a6d
|
||||
size 14075967
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 11:53:28 CEST 2008 - sbrabec@suse.cz
|
||||
|
||||
- Updated to version 1.8.2:
|
||||
* many bug fixes
|
||||
* memory leak fixes
|
||||
* several new features, see NEWS for details
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 6 19:44:46 CET 2008 - maw@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package gnumeric (Version 1.7.11)
|
||||
# spec file for package gnumeric (Version 1.8.2)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -18,16 +18,19 @@ Group: Productivity/Office/Spreadsheets
|
||||
Provides: gnumeric2
|
||||
Obsoletes: gnumeric2
|
||||
Summary: Spreadsheet Application
|
||||
Version: 1.7.11
|
||||
Release: 100
|
||||
Source: ftp://ftp.gnome.org/pub/gnome/sources/gnumeric/1.6/gnumeric-%{version}.tar.bz2
|
||||
Version: 1.8.2
|
||||
Release: 1
|
||||
Source: ftp://ftp.gnome.org/pub/gnome/sources/gnumeric/1.8/gnumeric-%{version}.tar.bz2
|
||||
Url: http://www.gnumeric.org/
|
||||
Patch: gnumeric-pro-fonts.patch
|
||||
Patch4: gnumeric-doc.patch
|
||||
Patch5: gnumeric-autobuild-error.patch
|
||||
Requires: %{name}-lang = %{version}
|
||||
# Required by gnumeric-pro-fonts.patch:
|
||||
Requires: agfa-fonts
|
||||
# For perl-func plugin
|
||||
Recommends: perl
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
AutoReqProv: on
|
||||
%gconf_schemas_prereq
|
||||
|
||||
%description
|
||||
@ -88,6 +91,7 @@ Authors:
|
||||
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
|
||||
@ -156,8 +160,6 @@ Authors:
|
||||
%patch -p1
|
||||
%patch4 -p1
|
||||
%patch5
|
||||
rm po/no.*
|
||||
sed -i "/en_GB/s/ no / /" configure.in
|
||||
# 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
|
||||
|
||||
@ -172,6 +174,7 @@ export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
||||
--disable-scrollkeeper\
|
||||
--libexecdir=%{_prefix}/lib/gnumeric\
|
||||
--enable-ssindex
|
||||
# --enable-pdfdocs
|
||||
make %{?jobs:-j%jobs}
|
||||
|
||||
%install
|
||||
@ -240,8 +243,14 @@ fi
|
||||
%defattr(-, root, root)
|
||||
%{_includedir}/libspreadsheet*
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%{_libdir}/gnumeric/*/include
|
||||
|
||||
%changelog
|
||||
* Wed Apr 02 2008 sbrabec@suse.cz
|
||||
- Updated to version 1.8.2:
|
||||
* many bug fixes
|
||||
* memory leak fixes
|
||||
* several new features, see NEWS for details
|
||||
* Thu Mar 06 2008 maw@suse.de
|
||||
- Fix the build when against newer versions of intltool.
|
||||
* Thu Nov 08 2007 mauro@suse.de
|
||||
@ -354,7 +363,7 @@ fi
|
||||
* Fri Oct 27 2006 jhargadon@suse.de
|
||||
- added a symlink for the help files in the specfile for bug
|
||||
[#142827]
|
||||
* Wed Sep 27 2006 jhargadon@suse.de
|
||||
* Thu Sep 28 2006 jhargadon@suse.de
|
||||
- update to version 1.6.3
|
||||
- Fix exporting of scaled axes. [#332012]
|
||||
- Backport duping sheet props when sheet is duped
|
||||
|
Loading…
Reference in New Issue
Block a user