diff --git a/xdg-utils-1.0.1-typo.patch b/xdg-utils-1.0.1-typo.patch new file mode 100644 index 0000000..9d7c29b --- /dev/null +++ b/xdg-utils-1.0.1-typo.patch @@ -0,0 +1,11 @@ +--- xdg-utils-1.0.1/scripts/man/xdg-icon-resource.1.typo 2006-11-03 21:35:57.000000000 -0600 ++++ xdg-utils-1.0.1/scripts/man/xdg-icon-resource.1 2006-12-19 15:52:35.000000000 -0600 +@@ -56,7 +56,7 @@ + .SH "OPTIONS" + .TP + \fB\-\-noupdate\fR +-Postpone updating the desktop icon system. If multiple icons are added in sequence this flag can be used to indicate that additional changes will follow and that it is not necassery to update the desktop icon system right away. ++Postpone updating the desktop icon system. If multiple icons are added in sequence this flag can be used to indicate that additional changes will follow and that it is not necessary to update the desktop icon system right away. + .TP + \fB\-\-novendor\fR + Normally, xdg\-icon\-resource checks to ensure that an icon file to be installed in the diff --git a/xdg-utils.spec b/xdg-utils.spec index 0a4740a..85710db 100644 --- a/xdg-utils.spec +++ b/xdg-utils.spec @@ -2,7 +2,7 @@ Summary: Basic desktop integration functions Name: xdg-utils Version: 1.0.1 -Release: 1%{?dist} +Release: 2%{?dist} URL: http://portland.freedesktop.org/ Source0: http://portland.freedesktop.org/download/xdg-utils-%{version}%{?beta}.tgz @@ -12,7 +12,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Patch1: xdg-utils-1.0-mimeopen.patch +Patch2: xdg-utils-1.0.1-typo.patch +Requires: coreutils Requires: desktop-file-utils ## kde-config #Requires(hint): kdelibs @@ -49,6 +51,7 @@ The following scripts are provided at this time: %setup -q -n %{name}-%{version}%{?beta} %patch1 -p1 -b .mimeopen +%patch2 -p1 -b .typo %build @@ -75,6 +78,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Dec 19 2006 Rex Dieter 1.0.1-2 +- fix typo in xdg-icon-resource manpage + * Mon Nov 06 2006 Rex Dieter 1.0.1-1 - xdg-utils-1.0.1