- fix typo in xdg-icon-resource manpage

This commit is contained in:
Rex Dieter 2006-12-19 21:46:42 +00:00
parent 617b1294c2
commit 85830932d1
2 changed files with 18 additions and 1 deletions

View File

@ -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

View File

@ -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 <rdieter[AT]fedoraproject.org> 1.0.1-2
- fix typo in xdg-icon-resource manpage
* Mon Nov 06 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.0.1-1
- xdg-utils-1.0.1