diff --git a/gnumeric-desktop.patch b/gnumeric-desktop.patch index 1086ef5..2286dc8 100644 --- a/gnumeric-desktop.patch +++ b/gnumeric-desktop.patch @@ -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 diff --git a/gnumeric.changes b/gnumeric.changes index 9c5598d..db2323a 100644 --- a/gnumeric.changes +++ b/gnumeric.changes @@ -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 diff --git a/gnumeric.spec b/gnumeric.spec index 1119b80..d0165b9 100644 --- a/gnumeric.spec +++ b/gnumeric.spec @@ -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