This commit is contained in:
parent
4cc43fd8a0
commit
f3bc391ad8
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:fa2840021afc23afec5d742ed6bdf77f0b12b7ac37ffa976be3cbd7b28190caf
|
|
||||||
size 14159544
|
|
3
gnumeric-1.9.3.tar.bz2
Normal file
3
gnumeric-1.9.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ebe0d7f87bc519f9738c378095142371740ac8547e310675cf5760048f6985eb
|
||||||
|
size 15294246
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jan 31 20:53:21 CET 2009 - vuntz@novell.com
|
||||||
|
|
||||||
|
- Use sr@latin instead of sr@Latn.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 11:56:14 CDT 2008 - maw@suse.de
|
||||||
|
|
||||||
|
- Update to version 1.9.3:
|
||||||
|
+ Many changes and fixes; see the file NEWS for a full account.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 04 17:17:13 CEST 2008 - mboman@novell.com
|
Thu Sep 04 17:17:13 CEST 2008 - mboman@novell.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gnumeric (Version 1.9.2)
|
# spec file for package gnumeric (Version 1.9.3)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -30,7 +30,7 @@ Group: Productivity/Office/Spreadsheets
|
|||||||
Provides: gnumeric2
|
Provides: gnumeric2
|
||||||
Obsoletes: gnumeric2
|
Obsoletes: gnumeric2
|
||||||
Summary: Spreadsheet Application
|
Summary: Spreadsheet Application
|
||||||
Version: 1.9.2
|
Version: 1.9.3
|
||||||
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/
|
||||||
@ -194,11 +194,14 @@ DESTDIR=$RPM_BUILD_ROOT mime-info-to-mime || true
|
|||||||
# Library doesn't install headers, remove development file.
|
# Library doesn't install headers, remove development file.
|
||||||
rm $RPM_BUILD_ROOT%{_libdir}/*.*a
|
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
|
||||||
|
mv %{buildroot}%{_datadir}/locale/sr@Latn %{buildroot}%{_datadir}/locale/sr@latin
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
%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
|
rm -r $RPM_BUILD_ROOT%{_libdir}/gnumeric/*/plugins/*/*.*a
|
||||||
|
rm -r $RPM_BUILD_ROOT%{_libdir}/goffice/*/plugins/*/*.*a
|
||||||
%fdupes $RPM_BUILD_ROOT
|
%fdupes $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
@ -235,6 +238,7 @@ fi
|
|||||||
%{_libdir}/gnumeric/*/plugins/*/*.py
|
%{_libdir}/gnumeric/*/plugins/*/*.py
|
||||||
%{_libdir}/gnumeric/*/plugins/*/*.pl
|
%{_libdir}/gnumeric/*/plugins/*/*.pl
|
||||||
%{_libdir}/gnumeric/*/plugins/gnome-glossary/glossary-po-header
|
%{_libdir}/gnumeric/*/plugins/gnome-glossary/glossary-po-header
|
||||||
|
%{_libdir}/goffice/*/plugins/gnumeric
|
||||||
%{_datadir}/applications/*.desktop
|
%{_datadir}/applications/*.desktop
|
||||||
%{_datadir}/gnumeric
|
%{_datadir}/gnumeric
|
||||||
%{_datadir}/pixmaps/*.png
|
%{_datadir}/pixmaps/*.png
|
||||||
@ -254,6 +258,11 @@ fi
|
|||||||
%{_libdir}/gnumeric/*/include
|
%{_libdir}/gnumeric/*/include
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jan 31 2009 vuntz@novell.com
|
||||||
|
- Use sr@latin instead of sr@Latn.
|
||||||
|
* Fri Oct 24 2008 maw@suse.de
|
||||||
|
- Update to version 1.9.3:
|
||||||
|
+ Many changes and fixes; see the file NEWS for a full account.
|
||||||
* Thu Sep 04 2008 mboman@novell.com
|
* Thu Sep 04 2008 mboman@novell.com
|
||||||
- Update to version 1.9.2
|
- Update to version 1.9.2
|
||||||
+ To many fixes and changes to list. Please see NEWS for full details.
|
+ To many fixes and changes to list. Please see NEWS for full details.
|
||||||
@ -279,7 +288,7 @@ fi
|
|||||||
- Fixed gcc 4.3 issues for beta.
|
- Fixed gcc 4.3 issues for beta.
|
||||||
* Thu Oct 11 2007 sbrabec@suse.cz
|
* Thu Oct 11 2007 sbrabec@suse.cz
|
||||||
- Removed bogus dependency on mDNSResponder.
|
- Removed bogus dependency on mDNSResponder.
|
||||||
* Wed Aug 08 2007 maw@suse.de
|
* Tue Aug 07 2007 maw@suse.de
|
||||||
- Use %%fdupes
|
- Use %%fdupes
|
||||||
- Split off a -lang subpackage
|
- Split off a -lang subpackage
|
||||||
- s#%%run_ldconfig#/sbin/ldconfig/ in %%post and %%postun.
|
- s#%%run_ldconfig#/sbin/ldconfig/ in %%post and %%postun.
|
||||||
@ -385,7 +394,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]
|
||||||
* Thu Sep 28 2006 jhargadon@suse.de
|
* Wed Sep 27 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
|
||||||
|
Loading…
Reference in New Issue
Block a user