automatic version update by autodist [release 2.6.2-1mamba;Sat Oct 29 2016]
This commit is contained in:
parent
7c95a84267
commit
8f8162dbbd
22
flex.spec
22
flex.spec
@ -1,13 +1,13 @@
|
||||
Name: flex
|
||||
Version: 2.6.0
|
||||
Release: 2mamba
|
||||
Version: 2.6.2
|
||||
Release: 1mamba
|
||||
Summary: A tool for creating scanners (loxical pattern recognizers)
|
||||
Group: Development/Tools
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://flex.sourceforge.net/
|
||||
Source: http://downloads.sourceforge.net/sourceforge/flex/flex-%{version}.tar.bz2
|
||||
Source: https://github.com/westes/flex.git/v%{version}/flex-%{version}.tar.bz2
|
||||
Patch0: flex-2.6.0-gcc-5.3.0-c-comment.patch
|
||||
License: BSD
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
@ -52,9 +52,10 @@ This package contains libraries and header files for developing applications tha
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
#%patch0 -p1
|
||||
|
||||
%build
|
||||
./autogen.sh
|
||||
%configure
|
||||
%if "%{_host}" != "%{_build}"
|
||||
sed -i "/#define malloc rpl_malloc/d" config.h
|
||||
@ -104,15 +105,16 @@ exit 0
|
||||
%{_libdir}/libfl_pic.la
|
||||
%{_libdir}/libfl_pic.so
|
||||
%dir %{_datadir}/doc/flex
|
||||
%{_datadir}/doc/flex/AUTHORS
|
||||
%{_datadir}/doc/flex/COPYING
|
||||
%{_datadir}/doc/flex/NEWS
|
||||
%{_datadir}/doc/flex/ONEWS
|
||||
%{_datadir}/doc/flex/README
|
||||
%{_datadir}/doc/flex/flex.pdf
|
||||
%{_datadir}/doc/flex/*
|
||||
#%doc COPYING NEWS README* TODO THANKS
|
||||
|
||||
%changelog
|
||||
* Sat Oct 29 2016 Automatic Build System <autodist@mambasoft.it> 2.6.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Jun 04 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 2.6.1-1mamba
|
||||
- update to 2.6.1
|
||||
|
||||
* Sat Dec 26 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 2.6.0-2mamba
|
||||
- added upstream patch to fix a cxx-style comment in c code compiler warning
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user