man and info patched - clarified scale after multiplication
This commit is contained in:
parent
8079f01710
commit
93598df500
7
bc.spec
7
bc.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: GNU's bc (a numeric processing language) and dc (a calculator)
|
Summary: GNU's bc (a numeric processing language) and dc (a calculator)
|
||||||
Name: bc
|
Name: bc
|
||||||
Version: 1.06.95
|
Version: 1.06.95
|
||||||
Release: 10%{?dist}
|
Release: 11%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://www.gnu.org/software/bc/
|
URL: http://www.gnu.org/software/bc/
|
||||||
Group: Applications/Engineering
|
Group: Applications/Engineering
|
||||||
@ -10,6 +10,7 @@ Patch1: bc-1.06-dc_ibase.patch
|
|||||||
Patch2: bc-1.06.95-memleak.patch
|
Patch2: bc-1.06.95-memleak.patch
|
||||||
Patch3: bc-1.06.95-matlib.patch
|
Patch3: bc-1.06.95-matlib.patch
|
||||||
Patch4: bc-1.06.95-sigintmasking.patch
|
Patch4: bc-1.06.95-sigintmasking.patch
|
||||||
|
Patch5: bc-1.06.95-doc.patch
|
||||||
Requires(post): /sbin/install-info
|
Requires(post): /sbin/install-info
|
||||||
Requires(preun): /sbin/install-info
|
Requires(preun): /sbin/install-info
|
||||||
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
@ -30,6 +31,7 @@ if you would like to use its text mode calculator.
|
|||||||
%patch2 -p1 -b .memleak
|
%patch2 -p1 -b .memleak
|
||||||
%patch3 -p1 -b .matlib
|
%patch3 -p1 -b .matlib
|
||||||
%patch4 -p1 -b .sigintmask
|
%patch4 -p1 -b .sigintmask
|
||||||
|
%patch5 -p1 -b .doc
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --with-readline
|
%configure --with-readline
|
||||||
@ -64,6 +66,9 @@ fi
|
|||||||
%{_infodir}/*
|
%{_infodir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 02 2013 Frantisek Kluknavsky <fkluknav@redhat.com> - 1.06.95-11
|
||||||
|
- man and info patched - clarified scale after multiplication
|
||||||
|
|
||||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.06.95-10
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.06.95-10
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user