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
|
Name: flex
|
||||||
Version: 2.6.0
|
Version: 2.6.2
|
||||||
Release: 2mamba
|
Release: 1mamba
|
||||||
Summary: A tool for creating scanners (loxical pattern recognizers)
|
Summary: A tool for creating scanners (loxical pattern recognizers)
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://flex.sourceforge.net/
|
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
|
Patch0: flex-2.6.0-gcc-5.3.0-c-comment.patch
|
||||||
License: BSD
|
License: BSD
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
@ -52,9 +52,10 @@ This package contains libraries and header files for developing applications tha
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
#%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
./autogen.sh
|
||||||
%configure
|
%configure
|
||||||
%if "%{_host}" != "%{_build}"
|
%if "%{_host}" != "%{_build}"
|
||||||
sed -i "/#define malloc rpl_malloc/d" config.h
|
sed -i "/#define malloc rpl_malloc/d" config.h
|
||||||
@ -104,15 +105,16 @@ exit 0
|
|||||||
%{_libdir}/libfl_pic.la
|
%{_libdir}/libfl_pic.la
|
||||||
%{_libdir}/libfl_pic.so
|
%{_libdir}/libfl_pic.so
|
||||||
%dir %{_datadir}/doc/flex
|
%dir %{_datadir}/doc/flex
|
||||||
%{_datadir}/doc/flex/AUTHORS
|
%{_datadir}/doc/flex/*
|
||||||
%{_datadir}/doc/flex/COPYING
|
|
||||||
%{_datadir}/doc/flex/NEWS
|
|
||||||
%{_datadir}/doc/flex/ONEWS
|
|
||||||
%{_datadir}/doc/flex/README
|
|
||||||
%{_datadir}/doc/flex/flex.pdf
|
|
||||||
#%doc COPYING NEWS README* TODO THANKS
|
#%doc COPYING NEWS README* TODO THANKS
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- added upstream patch to fix a cxx-style comment in c code compiler warning
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user