rebuilt with debug package [release 2.6.4-4mamba;Fri Nov 27 2020]

This commit is contained in:
Silvan Calarco 2024-01-05 22:27:20 +01:00
parent 716a58df40
commit 5bfb86a888

View File

@ -1,7 +1,7 @@
Name: flex
Epoch: 1
Version: 2.6.4
Release: 3mamba
Release: 4mamba
Summary: A tool for creating scanners (loxical pattern recognizers)
Group: Development/Tools
Vendor: openmamba
@ -50,13 +50,15 @@ Requires: libfl = %{?epoch:%epoch:}%{version}-%{release}
%description -n libfl-devel
This package contains libraries and header files for developing applications that use %{name}.
%debug_package
%prep
%setup -q
#%patch0 -p1
%patch1 -p1
./autogen.sh
%build
./autogen.sh
%configure
%if "%{_host}" != "%{_build}"
sed -i "/#define malloc rpl_malloc/d" config.h
@ -110,6 +112,9 @@ exit 0
#%doc COPYING NEWS README* TODO THANKS
%changelog
* Fri Nov 27 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 2.6.4-4mamba
- rebuilt with debug package
* Tue Nov 28 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 2.6.4-3mamba
- patched to fix segfault with glibc 2.26