|
@@ -1,22 +1,20 @@
|
|
Summary: GNU's bc (a numeric processing language) and dc (a calculator).
|
|
Summary: GNU's bc (a numeric processing language) and dc (a calculator).
|
|
Summary(ja): GNU bc (計算言語) と dc (計算機)
|
|
Summary(ja): GNU bc (計算言語) と dc (計算機)
|
|
Name: bc
|
|
Name: bc
|
|
-Version: 1.06
|
|
|
|
-Release: 20%{?_dist_release}
|
|
|
|
|
|
+Version: 1.06.95
|
|
|
|
+Release: 1%{?_dist_release}
|
|
License: GPL
|
|
License: GPL
|
|
URL: http://www.gnu.org/software/bc/
|
|
URL: http://www.gnu.org/software/bc/
|
|
Group: Applications/Edutainment
|
|
Group: Applications/Edutainment
|
|
-Source: ftp://ftp.gnu.org/gnu/bc/bc-%{version}.tar.bz2
|
|
|
|
-Patch1: bc-1.06-readline42.patch
|
|
|
|
-Patch2: bc-1.06-s390.patch
|
|
|
|
-Patch3: bc-1.06-info_exp_bessel.patch
|
|
|
|
-Patch5: bc-1.06-string.patch
|
|
|
|
-Patch6: bc-1.06-dc_ibase.patch
|
|
|
|
|
|
+Source: ftp://alpha.gnu.org/gnu/bc/bc-%{version}.tar.bz2
|
|
|
|
+Patch1: bc-1.06-dc_ibase.patch
|
|
|
|
+Patch2: bc-1.06.95-memleak.patch
|
|
|
|
+Patch3: bc-1.06.95-matlib.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}-%{version}-root
|
|
Buildroot: %{_tmppath}/%{name}-%{version}-%{version}-root
|
|
-BuildRequires: readline-devel flex
|
|
|
|
|
|
+BuildRequires: readline-devel, flex, bison, texinfo
|
|
|
|
|
|
%description
|
|
%description
|
|
The bc package includes bc and dc. Bc is an arbitrary precision
|
|
The bc package includes bc and dc. Bc is an arbitrary precision
|
|
@@ -38,11 +36,9 @@ bc は任意精度の計算言語です.dc はスタックを用いた対話
|
|
|
|
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
-%patch1 -p1 -b .rl22
|
|
|
|
-%patch2 -p1 -b .s390
|
|
|
|
-%patch3 -p1 -b .info_exp_bessel
|
|
|
|
-%patch5 -p1 -b .string
|
|
|
|
-%patch6 -p1 -b .dc_ibase
|
|
|
|
|
|
+%patch1 -p1 -b .dc_ibase
|
|
|
|
+%patch2 -p1 -b .memleak
|
|
|
|
+%patch3 -p1 -b .matlib
|
|
|
|
|
|
%build
|
|
%build
|
|
%configure --with-readline
|
|
%configure --with-readline
|
|
@@ -77,6 +73,11 @@ fi
|
|
%{_infodir}/*
|
|
%{_infodir}/*
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Tue Apr 05 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.06.95-1
|
|
|
|
+- update to upstream alpha.
|
|
|
|
+- update fedora patches
|
|
|
|
+- add BR: bison, texinfo
|
|
|
|
+
|
|
* Tue Mar 31 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.06-20
|
|
* Tue Mar 31 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.06-20
|
|
- spec in utf-8
|
|
- spec in utf-8
|
|
|
|
|