From ea6d36ea0d4e91f87fce60120edda446f41cb290 Mon Sep 17 00:00:00 2001 From: Štěpán Kasal Date: Dec 14 2007 10:21:31 +0000 Subject: Remove bc-1.06-flex.patch --- diff --git a/bc-1.06-flex.patch b/bc-1.06-flex.patch deleted file mode 100644 index 9924755..0000000 --- a/bc-1.06-flex.patch +++ /dev/null @@ -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.) diff --git a/bc.spec b/bc.spec index f3a8bcc..94439f1 100644 --- a/bc.spec +++ b/bc.spec @@ -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 1.06-31 +- Remove bc-1.06-flex.patch + * Fri Dec 07 2007 Zdenek Prikryl 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 1.06-25 -- fex supports -8 now (pmachata) +- flex supports -8 now (pmachata) * Fri Feb 23 2007 Karsten Hopp 1.06-24 - fix buildroot