- Rebase to 2.5.33

This commit is contained in:
Petr Machata 2007-01-24 16:15:21 +00:00
parent 1b6b694a14
commit a084c51809
3 changed files with 26 additions and 38 deletions

View File

@ -1 +1 @@
flex-2.5.4a.tar.gz flex-2.5.33.tar.bz2

View File

@ -1,25 +1,13 @@
Summary: A tool for creating scanners (text pattern recognizers). Summary: A tool for creating scanners (text pattern recognizers).
Name: flex Name: flex
Version: 2.5.4a Version: 2.5.33
Release: 41%{?dist} Release: 1%{?dist}
License: BSD License: BSD
Group: Development/Tools Group: Development/Tools
URL: http://www.gnu.org/software/flex/ URL: http://flex.sourceforge.net/
BuildRoot: %{_tmppath}/%{name}-root Source: http://puzzle.dl.sourceforge.net/sourceforge/flex/flex-%{version}.tar.bz2
Source: ftp://ftp.gnu.org/non-gnu/flex/flex-2.5.4a.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Patch0: flex-2.5.4a-skel.patch BuildRequires: gettext info byacc
Patch1: flex-2.5.4-glibc22.patch
Patch2: flex-2.5.4a-gcc3.patch
Patch3: flex-2.5.4a-gcc31.patch
Patch4: flex-2.5.4a2.patch
Patch5: flex-pic.patch
Patch6: flex-2.5.4a2-std.patch
Patch7: flex-2.5.4a2-warn.patch
Patch8: flex-2.5.4a2-shapwarn.patch
Patch9: flex-2.5.4a2-iniscan.patch
Patch10: flex-2.5.4a-Makefile.in.patch
#Patch11: flex-2.5.4a-posix.patch
BuildRequires: autoconf, byacc
%description %description
The flex program generates scanners. Scanners are programs which can The flex program generates scanners. Scanners are programs which can
@ -36,40 +24,35 @@ You should install flex if you are going to use your system for
application development. application development.
%prep %prep
%setup -q -n %{name}-2.5.4 %setup -q -n flex-%{version}
%patch0 -p1
%patch1 -p1 -b .glibc22
%patch2 -p1 -b .glib3
%patch3 -p1 -b .gcc31
%patch4 -p1 -b .yynoinput
%patch5 -p1 -b .pic
%patch6 -p1 -b .std
%patch7 -p1 -b .warn
%patch8 -p1 -b .shapwarn
%patch9 -p1 -b .iniscan
%patch10 -p1
#%patch11 -p1
%build %build
autoconf %configure --disable-dependency-tracking
%configure
make make
%install %install
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install
%makeinstall mandir=$RPM_BUILD_ROOT/%{_mandir}/man1
( cd ${RPM_BUILD_ROOT} ( cd ${RPM_BUILD_ROOT}
ln -sf flex .%{_bindir}/lex ln -sf flex .%{_bindir}/lex
ln -sf flex .%{_bindir}/flex++
ln -s flex.1 .%{_mandir}/man1/lex.1 ln -s flex.1 .%{_mandir}/man1/lex.1
ln -s flex.1 .%{_mandir}/man1/flex++.1 ln -s flex.1 .%{_mandir}/man1/flex++.1
ln -s libfl.a .%{_libdir}/libl.a ln -s libfl.a .%{_libdir}/libl.a
) )
%find_lang flex
%post
/sbin/install-info %{_infodir}/flex.info.gz --dir-file=%{_infodir}/dir ||:
%postun
/sbin/install-info --delete flex --dir-file=%{_infodir}/dir ||:
%check %check
echo ============TESTING=============== echo ============TESTING===============
make bigcheck make check
echo ============END TESTING=========== echo ============END TESTING===========
%clean %clean
@ -82,8 +65,13 @@ rm -rf ${RPM_BUILD_ROOT}
%{_mandir}/man1/* %{_mandir}/man1/*
%{_libdir}/*.a %{_libdir}/*.a
%{_includedir}/FlexLexer.h %{_includedir}/FlexLexer.h
%{_infodir}/flex.info*
%{_datadir}/locale/*
%changelog %changelog
* Fri Jan 19 2007 Petr Machata <pmachata@redhat.com> - 2.5.33-1
- Rebase to 2.5.33
* Tue Jul 18 2006 Petr Machata <pmachata@redhat.com> - 2.5.4a-41 * Tue Jul 18 2006 Petr Machata <pmachata@redhat.com> - 2.5.4a-41
- Reverting posix patch. Imposing posix because of warning is too - Reverting posix patch. Imposing posix because of warning is too
much of a restriction. much of a restriction.

View File

@ -1 +1 @@
bd8753d0b22e1f4ec87a553a73021adf flex-2.5.4a.tar.gz 343374a00b38d9e39d1158b71af37150 flex-2.5.33.tar.bz2