This commit is contained in:
parent
6677968390
commit
0636a5a3fe
@ -1,8 +1,7 @@
|
||||
--- gnumeric.desktop.in
|
||||
+++ gnumeric.desktop.in
|
||||
@@ -1,10 +1,11 @@
|
||||
@@ -1,13 +1,13 @@
|
||||
[Desktop Entry]
|
||||
+X-SuSE-translate=true
|
||||
Encoding=UTF-8
|
||||
-_Name=Gnumeric Spreadsheet
|
||||
+_Name=Gnumeric
|
||||
@ -13,4 +12,8 @@
|
||||
+Icon=gnome-gnumeric
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Application;Office;Spreadsheet;Science;Math;GNOME;GTK;
|
||||
-Categories=Application;Office;Spreadsheet;Science;Math;GNOME;GTK;
|
||||
+Categories=Office;Spreadsheet;Science;Math;GNOME;GTK;
|
||||
StartupNotify=true
|
||||
X-GNOME-Bugzilla-Bugzilla=GNOME
|
||||
X-GNOME-Bugzilla-Product=Gnumeric
|
||||
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 7 13:31:52 CEST 2007 - sbrabec@suse.cz
|
||||
|
||||
- Fixed deskop file translation.
|
||||
- Fixed devel dependencies.
|
||||
- Removed invalid desktop Category "Application" (#254654).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 25 01:21:49 CEST 2007 - ro@suse.de
|
||||
|
||||
|
@ -18,7 +18,7 @@ Provides: gnumeric2
|
||||
Obsoletes: gnumeric2
|
||||
Summary: Spreadsheet Application
|
||||
Version: 1.7.8
|
||||
Release: 26
|
||||
Release: 31
|
||||
Source: ftp://ftp.gnome.org/pub/gnome/sources/gnumeric/1.6/gnumeric-%{version}.tar.bz2
|
||||
URL: http://www.gnumeric.org/
|
||||
Patch: gnumeric-pro-fonts.patch
|
||||
@ -91,8 +91,7 @@ Authors:
|
||||
Summary: Spreadsheet Application
|
||||
Group: Productivity/Office/Spreadsheets
|
||||
Provides: gnumeric:/usr/include/libspreadsheet-1-7/application.h
|
||||
Requires: gnumeric = %{version}
|
||||
Autoreqprov: on
|
||||
Requires: %{name} = %{version} goffice-devel libgnomeprint-devel
|
||||
|
||||
%description devel
|
||||
Gnumeric is a spreadsheet application with advanced features and
|
||||
@ -183,6 +182,7 @@ rm -r $RPM_BUILD_ROOT%{_localstatedir}/scrollkeeper
|
||||
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 %{name}
|
||||
%find_lang %{name}
|
||||
%find_lang gnumeric-functions %{name}.lang
|
||||
%find_gconf_schemas
|
||||
@ -237,9 +237,13 @@ fi
|
||||
%files devel
|
||||
%defattr(-, root, root)
|
||||
%{_includedir}/libspreadsheet*
|
||||
%{_libdir}/pkgconfig/*
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
|
||||
%changelog
|
||||
* Thu Jun 07 2007 - sbrabec@suse.cz
|
||||
- Fixed deskop file translation.
|
||||
- Fixed devel dependencies.
|
||||
- Removed invalid desktop Category "Application" (#254654).
|
||||
* Fri May 25 2007 - ro@suse.de
|
||||
- branch off devel package
|
||||
* Wed Mar 07 2007 - jhargadon@suse.de
|
||||
|
Loading…
Reference in New Issue
Block a user