rpms/bc/devel bc.spec,1.25,1.26

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Feb 23 11:31:46 UTC 2007


Author: karsten

Update of /cvs/dist/rpms/bc/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv9453

Modified Files:
	bc.spec 
Log Message:
- use 'flex -I' instead 'flex -I8' (not supported anymore)
- run autofoo stuff to update files for current automake



Index: bc.spec
===================================================================
RCS file: /cvs/dist/rpms/bc/devel/bc.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- bc.spec	23 Feb 2007 11:02:21 -0000	1.25
+++ bc.spec	23 Feb 2007 11:31:44 -0000	1.26
@@ -9,6 +9,7 @@
 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
 Requires(post): /sbin/install-info grep mktemp
 Requires(preun): /sbin/install-info
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -28,8 +29,11 @@
 %patch1 -p1 -b .rl22
 %patch2 -p1 -b .s390
 %patch3 -p1 -b .info_exp_bessel
+%patch4 -p1 -b .flexparameter
 
 %build
+aclocal
+automake -f --add-missing
 autoconf
 %configure --with-readline
 make %{?_smp_mflags}
@@ -76,6 +80,8 @@
 - use make install DESTDIR=...
 - convert changelog to utf-8
 - use smp flags
+- use 'flex -I' instead 'flex -I8' (not supported anymore)
+- run autofoo stuff to update files for current automake
 
 * Tue Jan 23 2007 Florian La Roche <laroche at redhat.com>
 - scripts should never fail: rhbz#223677




More information about the fedora-cvs-commits mailing list