This commit is contained in:
parent
f3bc391ad8
commit
debbc1a0de
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ebe0d7f87bc519f9738c378095142371740ac8547e310675cf5760048f6985eb
|
|
||||||
size 15294246
|
|
3
gnumeric-1.9.4.tar.bz2
Normal file
3
gnumeric-1.9.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:357ee84631030ccbf998a1aad2f408452150790cd931bf47ad295bec4fe121fb
|
||||||
|
size 15859683
|
@ -1,3 +1,29 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 10 20:58:42 CET 2009 - vuntz@novell.com
|
||||||
|
|
||||||
|
- Use --with-gnome because we really want gnumeric to use gconf.
|
||||||
|
- Add libgnomeui-devel BuildRequires.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 27 23:22:53 CET 2009 - vuntz@novell.com
|
||||||
|
|
||||||
|
- Update to version 1.9.4:
|
||||||
|
+ Many changes. See NEWS for the complete details. The following
|
||||||
|
changes are worth mentioning:
|
||||||
|
- Work around vulnerability in Python. [bgo#569648]
|
||||||
|
- Make non-gnome the default. [bgo#558840]
|
||||||
|
- Remove BuildRequires: docbook-utils, gnutls-devel,
|
||||||
|
gtksourceview18-devel, indent, libgnomeprintui-devel, libidl,
|
||||||
|
libtiff-devel, libwnck-devel, pcre-devel, perl-XML-Parser,
|
||||||
|
python-gtk-devel.
|
||||||
|
- Change BuildRequires: libgnomedb-devel to libgnomedb3-devel.
|
||||||
|
- Add BuildRequires: python-gobject2-devel.
|
||||||
|
- Remove unneeded calls to autoreconf and intltoolize.
|
||||||
|
- Remove -fno-strict-aliasing from CFLAGS.
|
||||||
|
- Pass --disable-static to configure.
|
||||||
|
- Use makeinstall.
|
||||||
|
- Clean removal of .la files.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jan 31 20:53:21 CET 2009 - vuntz@novell.com
|
Sat Jan 31 20:53:21 CET 2009 - vuntz@novell.com
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gnumeric (Version 1.9.3)
|
# spec file for package gnumeric (Version 1.9.4)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -19,18 +19,24 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gnumeric
|
Name: gnumeric
|
||||||
BuildRequires: docbook-utils fdupes gnutls-devel goffice-devel gtk2-devel
|
BuildRequires: fdupes
|
||||||
BuildRequires: gtksourceview18-devel indent intltool libgnomedb-devel
|
BuildRequires: goffice-devel
|
||||||
BuildRequires: libgnomeprintui-devel libidl libtiff-devel libwnck-devel
|
BuildRequires: gtk2-devel
|
||||||
BuildRequires: pcre-devel perl-XML-Parser psiconv-devel python-devel
|
BuildRequires: intltool
|
||||||
BuildRequires: python-gtk-devel scrollkeeper shared-mime-info
|
BuildRequires: libgnomedb3-devel
|
||||||
|
BuildRequires: libgnomeui-devel
|
||||||
|
BuildRequires: psiconv-devel
|
||||||
|
BuildRequires: python-devel
|
||||||
|
BuildRequires: python-gobject2-devel
|
||||||
|
BuildRequires: scrollkeeper
|
||||||
|
BuildRequires: shared-mime-info
|
||||||
BuildRequires: update-desktop-files
|
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.9.3
|
Version: 1.9.4
|
||||||
Release: 1
|
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/
|
||||||
@ -171,28 +177,22 @@ Authors:
|
|||||||
# 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
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -f -i
|
|
||||||
intltoolize --force
|
|
||||||
# needed for gnumeric-1.6.3:
|
|
||||||
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
|
||||||
# FIXME: Build as root modifies system!
|
|
||||||
# gnumeric-1.6.3: --disable-scrollkeeper does not work properly.
|
|
||||||
%configure\
|
%configure\
|
||||||
--disable-scrollkeeper\
|
--disable-scrollkeeper\
|
||||||
|
--disable-static\
|
||||||
--libexecdir=%{_prefix}/lib/gnumeric\
|
--libexecdir=%{_prefix}/lib/gnumeric\
|
||||||
--enable-ssindex
|
--enable-ssindex\
|
||||||
|
--with-gnome
|
||||||
# --enable-pdfdocs
|
# --enable-pdfdocs
|
||||||
make %{?jobs:-j%jobs}
|
make %{?jobs:-j%jobs}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
%makeinstall
|
||||||
# FIXME: Build as root modifies system!
|
# FIXME: Build as root modifies system!
|
||||||
# gnumeric-1.6.3: --disable-scrollkeeper does not work properly.
|
# gnumeric-1.6.3: --disable-scrollkeeper does not work properly.
|
||||||
rm -rf $RPM_BUILD_ROOT%{_localstatedir}/scrollkeeper
|
rm -rf $RPM_BUILD_ROOT%{_localstatedir}/scrollkeeper
|
||||||
# gnumeric.keys contains strange MIME types. Ignore them.
|
# gnumeric.keys contains strange MIME types. Ignore them.
|
||||||
DESTDIR=$RPM_BUILD_ROOT mime-info-to-mime || true
|
DESTDIR=$RPM_BUILD_ROOT mime-info-to-mime || true
|
||||||
# Library doesn't install headers, remove development file.
|
|
||||||
rm $RPM_BUILD_ROOT%{_libdir}/*.*a
|
|
||||||
%suse_update_desktop_file -r -N Gnumeric %{name} Office Spreadsheet GNOME GTK
|
%suse_update_desktop_file -r -N Gnumeric %{name} Office Spreadsheet GNOME GTK
|
||||||
# Change sr@Latn to sr@latin
|
# Change sr@Latn to sr@latin
|
||||||
mv %{buildroot}%{_datadir}/locale/sr@Latn %{buildroot}%{_datadir}/locale/sr@latin
|
mv %{buildroot}%{_datadir}/locale/sr@Latn %{buildroot}%{_datadir}/locale/sr@latin
|
||||||
@ -200,8 +200,7 @@ mv %{buildroot}%{_datadir}/locale/sr@Latn %{buildroot}%{_datadir}/locale/sr@lati
|
|||||||
%find_lang gnumeric-functions %{name}.lang
|
%find_lang gnumeric-functions %{name}.lang
|
||||||
%find_gconf_schemas
|
%find_gconf_schemas
|
||||||
cat %{name}.schemas_list >%{name}.lst
|
cat %{name}.schemas_list >%{name}.lst
|
||||||
rm -r $RPM_BUILD_ROOT%{_libdir}/gnumeric/*/plugins/*/*.*a
|
find %{buildroot} -type f -name "*.la" -exec %{__rm} -fv {} +
|
||||||
rm -r $RPM_BUILD_ROOT%{_libdir}/goffice/*/plugins/*/*.*a
|
|
||||||
%fdupes $RPM_BUILD_ROOT
|
%fdupes $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
@ -245,7 +244,6 @@ fi
|
|||||||
%{_datadir}/pixmaps/*.ico
|
%{_datadir}/pixmaps/*.ico
|
||||||
%{_datadir}/pixmaps/gnumeric
|
%{_datadir}/pixmaps/gnumeric
|
||||||
%{_datadir}/icons/hicolor/*/apps/gnumeric.*
|
%{_datadir}/icons/hicolor/*/apps/gnumeric.*
|
||||||
#%{_datadir}/mime/packages/*.xml
|
|
||||||
%{_datadir}/omf/gnumeric
|
%{_datadir}/omf/gnumeric
|
||||||
%{_mandir}/man?/*.*
|
%{_mandir}/man?/*.*
|
||||||
|
|
||||||
@ -258,6 +256,26 @@ fi
|
|||||||
%{_libdir}/gnumeric/*/include
|
%{_libdir}/gnumeric/*/include
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 10 2009 vuntz@novell.com
|
||||||
|
- Use --with-gnome because we really want gnumeric to use gconf.
|
||||||
|
- Add libgnomeui-devel BuildRequires.
|
||||||
|
* Fri Feb 27 2009 vuntz@novell.com
|
||||||
|
- Update to version 1.9.4:
|
||||||
|
+ Many changes. See NEWS for the complete details. The following
|
||||||
|
changes are worth mentioning:
|
||||||
|
- Work around vulnerability in Python. [bgo#569648]
|
||||||
|
- Make non-gnome the default. [bgo#558840]
|
||||||
|
- Remove BuildRequires: docbook-utils, gnutls-devel,
|
||||||
|
gtksourceview18-devel, indent, libgnomeprintui-devel, libidl,
|
||||||
|
libtiff-devel, libwnck-devel, pcre-devel, perl-XML-Parser,
|
||||||
|
python-gtk-devel.
|
||||||
|
- Change BuildRequires: libgnomedb-devel to libgnomedb3-devel.
|
||||||
|
- Add BuildRequires: python-gobject2-devel.
|
||||||
|
- Remove unneeded calls to autoreconf and intltoolize.
|
||||||
|
- Remove -fno-strict-aliasing from CFLAGS.
|
||||||
|
- Pass --disable-static to configure.
|
||||||
|
- Use makeinstall.
|
||||||
|
- Clean removal of .la files.
|
||||||
* Sat Jan 31 2009 vuntz@novell.com
|
* Sat Jan 31 2009 vuntz@novell.com
|
||||||
- Use sr@latin instead of sr@Latn.
|
- Use sr@latin instead of sr@Latn.
|
||||||
* Fri Oct 24 2008 maw@suse.de
|
* Fri Oct 24 2008 maw@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user