Remove bc-1.06-flex.patch

This commit is contained in:
Štěpán Kasal 2007-12-14 10:21:31 +00:00
parent 23a2b2ae26
commit ea6d36ea0d
2 changed files with 6 additions and 19 deletions

View File

@ -1,11 +0,0 @@
--- bc-1.06/configure.in.flex 2007-02-23 12:12:30.000000000 +0100
+++ bc-1.06/configure.in 2007-02-23 12:12:48.000000000 +0100
@@ -68,7 +68,7 @@
])
if test "$LEX" = "flex" ; then
- LEX="flex -I8"
+ LEX="flex -I -8"
else
if test "$bcrl" = "y" ; then
AC_MSG_WARN(readline works only with flex.)

14
bc.spec
View File

@ -1,7 +1,7 @@
Summary: GNU's bc (a numeric processing language) and dc (a calculator)
Name: bc
Version: 1.06
Release: 30%{?dist}
Release: 31%{?dist}
License: GPL
URL: http://www.gnu.org/software/bc/
Group: Applications/Engineering
@ -9,13 +9,12 @@ Source: ftp://ftp.gnu.org/gnu/bc/bc-%{version}.tar.gz
Patch1: bc-1.06-readline42.patch
Patch2: bc-1.06-s390.patch
Patch3: bc-1.06-info_exp_bessel.patch
Patch4: bc-1.06-flex.patch
Patch5: bc-1.06-string.patch
Patch6: bc-1.06-dc_ibase.patch
Requires(post): /sbin/install-info
Requires(preun): /sbin/install-info
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: readline-devel, flex, automake
BuildRequires: readline-devel, flex
%description
The bc package includes bc and dc. Bc is an arbitrary precision
@ -31,14 +30,10 @@ if you would like to use its text mode calculator.
%patch1 -p1 -b .rl22
%patch2 -p1 -b .s390
%patch3 -p1 -b .info_exp_bessel
%patch4 -p1 -b .flexparameter
%patch5 -p1 -b .string
%patch6 -p1 -b .dc_ibase
%build
aclocal
automake -f --add-missing
autoconf
%configure --with-readline
make %{?_smp_mflags}
@ -70,6 +65,9 @@ fi
%{_infodir}/*
%changelog
* Fri Dec 14 2007 Stepan Kasal <skasal@redhat.com> 1.06-31
- Remove bc-1.06-flex.patch
* Fri Dec 07 2007 Zdenek Prikryl <zprikryl@redhat.com> 1.06-30.fc9
- Package review (#225611)
@ -89,7 +87,7 @@ fi
- removed grep and mktemp usage from post script, also the requires
* Mon Feb 26 2007 Karsten Hopp <karsten@redhat.com> 1.06-25
- fex supports -8 now (pmachata)
- flex supports -8 now (pmachata)
* Fri Feb 23 2007 Karsten Hopp <karsten@redhat.com> 1.06-24
- fix buildroot