OBS User unknown 2008-04-02 22:14:51 +00:00 committed by Git OBS Bridge
parent bcacb7248a
commit 941a05fbb3
4 changed files with 28 additions and 11 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8418ed3a2e8dad923a6626d22eaffe796aab9cbcf827a17ab95bf99956e22a6d
size 14075967

View File

@ -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 Thu Mar 6 19:44:46 CET 2008 - maw@suse.de

View File

@ -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. # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine # This file and all modifications and additions to the pristine
@ -18,16 +18,19 @@ Group: Productivity/Office/Spreadsheets
Provides: gnumeric2 Provides: gnumeric2
Obsoletes: gnumeric2 Obsoletes: gnumeric2
Summary: Spreadsheet Application Summary: Spreadsheet Application
Version: 1.7.11 Version: 1.8.2
Release: 100 Release: 1
Source: ftp://ftp.gnome.org/pub/gnome/sources/gnumeric/1.6/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/
Patch: gnumeric-pro-fonts.patch Patch: gnumeric-pro-fonts.patch
Patch4: gnumeric-doc.patch Patch4: gnumeric-doc.patch
Patch5: gnumeric-autobuild-error.patch Patch5: gnumeric-autobuild-error.patch
Requires: %{name}-lang = %{version} Requires: %{name}-lang = %{version}
# Required by gnumeric-pro-fonts.patch:
Requires: agfa-fonts
# For perl-func plugin
Recommends: perl
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
AutoReqProv: on
%gconf_schemas_prereq %gconf_schemas_prereq
%description %description
@ -88,6 +91,7 @@ Authors:
Morten Welinder, Gnumeric hacker and leak plugging demi-god. Morten Welinder, Gnumeric hacker and leak plugging demi-god.
%package devel %package devel
License: GPL v2 or later
Summary: Spreadsheet Application Summary: Spreadsheet Application
Group: Productivity/Office/Spreadsheets Group: Productivity/Office/Spreadsheets
Provides: gnumeric:/usr/include/libspreadsheet-1-7/application.h Provides: gnumeric:/usr/include/libspreadsheet-1-7/application.h
@ -156,8 +160,6 @@ Authors:
%patch -p1 %patch -p1
%patch4 -p1 %patch4 -p1
%patch5 %patch5
rm po/no.*
sed -i "/en_GB/s/ no / /" configure.in
# 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
@ -172,6 +174,7 @@ export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
--disable-scrollkeeper\ --disable-scrollkeeper\
--libexecdir=%{_prefix}/lib/gnumeric\ --libexecdir=%{_prefix}/lib/gnumeric\
--enable-ssindex --enable-ssindex
# --enable-pdfdocs
make %{?jobs:-j%jobs} make %{?jobs:-j%jobs}
%install %install
@ -240,8 +243,14 @@ fi
%defattr(-, root, root) %defattr(-, root, root)
%{_includedir}/libspreadsheet* %{_includedir}/libspreadsheet*
%{_libdir}/pkgconfig/*.pc %{_libdir}/pkgconfig/*.pc
%{_libdir}/gnumeric/*/include
%changelog %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 * Thu Mar 06 2008 maw@suse.de
- Fix the build when against newer versions of intltool. - Fix the build when against newer versions of intltool.
* Thu Nov 08 2007 mauro@suse.de * Thu Nov 08 2007 mauro@suse.de
@ -354,7 +363,7 @@ fi
* Fri Oct 27 2006 jhargadon@suse.de * Fri Oct 27 2006 jhargadon@suse.de
- added a symlink for the help files in the specfile for bug - added a symlink for the help files in the specfile for bug
[#142827] [#142827]
* Wed Sep 27 2006 jhargadon@suse.de * Thu Sep 28 2006 jhargadon@suse.de
- update to version 1.6.3 - update to version 1.6.3
- Fix exporting of scaled axes. [#332012] - Fix exporting of scaled axes. [#332012]
- Backport duping sheet props when sheet is duped - Backport duping sheet props when sheet is duped