- fix typo in man page (#588565)
This commit is contained in:
parent
d82c87b169
commit
90141b2d0e
16
units-1.88-man-typo.patch
Normal file
16
units-1.88-man-typo.patch
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
units.man | 2 +-
|
||||||
|
1 files changed, 1 insertions(+), 1 deletions(-)
|
||||||
|
|
||||||
|
diff --git a/units.man b/units.man
|
||||||
|
index 6199904..e202da4 100644
|
||||||
|
--- a/units.man
|
||||||
|
+++ b/units.man
|
||||||
|
@@ -446,7 +446,7 @@ The temperature differences are done using units starting with
|
||||||
|
Think of `tempF(x)' not as a function but as a notation which
|
||||||
|
indicates that `x' should have units of `tempF' attached to
|
||||||
|
it. See \fINonlinear units\fR. The first conversion shows that if it's 45
|
||||||
|
-degrees Fahrehneit outside it's 7.2 degrees Celsius. The second
|
||||||
|
+degrees Fahrenheit outside it's 7.2 degrees Celsius. The second
|
||||||
|
conversions indicates that a change of 45 degrees Fahrenheit corresponds
|
||||||
|
to a change of 25 degrees Celsius.
|
||||||
|
.PP
|
@ -1,7 +1,7 @@
|
|||||||
Summary: A utility for converting amounts from one unit to another
|
Summary: A utility for converting amounts from one unit to another
|
||||||
Name: units
|
Name: units
|
||||||
Version: 1.88
|
Version: 1.88
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Source: ftp://ftp.gnu.org/gnu/units/%{name}-%{version}.tar.gz
|
Source: ftp://ftp.gnu.org/gnu/units/%{name}-%{version}.tar.gz
|
||||||
URL: http://www.gnu.org/software/units/units.html
|
URL: http://www.gnu.org/software/units/units.html
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
@ -12,6 +12,7 @@ Requires(preun): /sbin/install-info
|
|||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
BuildRequires: ncurses-devel
|
BuildRequires: ncurses-devel
|
||||||
BuildRequires: readline-devel
|
BuildRequires: readline-devel
|
||||||
|
Patch1: units-1.88-man-typo.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Units converts an amount from one unit to another, or tells you what
|
Units converts an amount from one unit to another, or tells you what
|
||||||
@ -20,7 +21,8 @@ another. The units program can handle multiplicative scale changes as
|
|||||||
well as conversions such as Fahrenheit to Celsius.
|
well as conversions such as Fahrenheit to Celsius.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch1 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -55,6 +57,9 @@ fi
|
|||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 05 2010 Kamil Dudka <kdudka@redhat.com> - 1.88-2
|
||||||
|
- fix typo in man page (#588565)
|
||||||
|
|
||||||
* Tue Feb 23 2010 Kamil Dudka <kdudka@redhat.com> - 1.88-1
|
* Tue Feb 23 2010 Kamil Dudka <kdudka@redhat.com> - 1.88-1
|
||||||
- new upstream release, dropped applied patches
|
- new upstream release, dropped applied patches
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user