This commit is contained in:
parent
6677968390
commit
0636a5a3fe
@ -1,8 +1,7 @@
|
|||||||
--- gnumeric.desktop.in
|
--- gnumeric.desktop.in
|
||||||
+++ gnumeric.desktop.in
|
+++ gnumeric.desktop.in
|
||||||
@@ -1,10 +1,11 @@
|
@@ -1,13 +1,13 @@
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
+X-SuSE-translate=true
|
|
||||||
Encoding=UTF-8
|
Encoding=UTF-8
|
||||||
-_Name=Gnumeric Spreadsheet
|
-_Name=Gnumeric Spreadsheet
|
||||||
+_Name=Gnumeric
|
+_Name=Gnumeric
|
||||||
@ -13,4 +12,8 @@
|
|||||||
+Icon=gnome-gnumeric
|
+Icon=gnome-gnumeric
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Type=Application
|
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
|
Fri May 25 01:21:49 CEST 2007 - ro@suse.de
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@ Provides: gnumeric2
|
|||||||
Obsoletes: gnumeric2
|
Obsoletes: gnumeric2
|
||||||
Summary: Spreadsheet Application
|
Summary: Spreadsheet Application
|
||||||
Version: 1.7.8
|
Version: 1.7.8
|
||||||
Release: 26
|
Release: 31
|
||||||
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.6/gnumeric-%{version}.tar.bz2
|
||||||
URL: http://www.gnumeric.org/
|
URL: http://www.gnumeric.org/
|
||||||
Patch: gnumeric-pro-fonts.patch
|
Patch: gnumeric-pro-fonts.patch
|
||||||
@ -91,8 +91,7 @@ Authors:
|
|||||||
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
|
||||||
Requires: gnumeric = %{version}
|
Requires: %{name} = %{version} goffice-devel libgnomeprint-devel
|
||||||
Autoreqprov: on
|
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Gnumeric is a spreadsheet application with advanced features and
|
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
|
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 %{name}
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
%find_lang gnumeric-functions %{name}.lang
|
%find_lang gnumeric-functions %{name}.lang
|
||||||
%find_gconf_schemas
|
%find_gconf_schemas
|
||||||
@ -237,9 +237,13 @@ fi
|
|||||||
%files devel
|
%files devel
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{_includedir}/libspreadsheet*
|
%{_includedir}/libspreadsheet*
|
||||||
%{_libdir}/pkgconfig/*
|
%{_libdir}/pkgconfig/*.pc
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri May 25 2007 - ro@suse.de
|
||||||
- branch off devel package
|
- branch off devel package
|
||||||
* Wed Mar 07 2007 - jhargadon@suse.de
|
* Wed Mar 07 2007 - jhargadon@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user