automatic version update by autodist [release 2.1-1mamba;Sat Mar 27 2021]
This commit is contained in:
parent
59937165f4
commit
ae6f925111
@ -1,12 +1,12 @@
|
|||||||
Name: re2c
|
Name: re2c
|
||||||
Version: 2.0.3
|
Version: 2.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A tool for writing very fast and very flexible scanners
|
Summary: A tool for writing very fast and very flexible scanners
|
||||||
Group: System/Tools
|
Group: System/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://re2c.org/
|
URL: https://re2c.org/
|
||||||
Source: https://github.com/skvadrik/re2c/releases/download/%{version}/re2c-%{version}.tar.xz
|
Source: https://github.com/skvadrik/re2c/releases/download/%{version}/re2c-%{version}.tar.xz
|
||||||
#Source: http://downloads.sourceforge.net/sourceforge/re2c/re2c-%{version}.tar.gz
|
#Source: http://downloads.sourceforge.net/sourceforge/re2c/re2c-%{version}.tar.gz
|
||||||
License: Public Domain
|
License: Public Domain
|
||||||
@ -15,7 +15,6 @@ BuildRequires: glibc-devel
|
|||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
re2c is a tool for writing very fast and very flexible scanners. Unlike any other such tool, re2c focuses on generating high efficient code for regular expression matching. As a result this allows a much broader range of use than any traditional lexer offers. And Last but not least re2c generates warning free code that is equal to hand-written code in terms of size, speed and quality.
|
re2c is a tool for writing very fast and very flexible scanners. Unlike any other such tool, re2c focuses on generating high efficient code for regular expression matching. As a result this allows a much broader range of use than any traditional lexer offers. And Last but not least re2c generates warning free code that is equal to hand-written code in terms of size, speed and quality.
|
||||||
@ -45,6 +44,9 @@ re2c is a tool for writing very fast and very flexible scanners. Unlike any othe
|
|||||||
%{_mandir}/man1/re2go.1*
|
%{_mandir}/man1/re2go.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Mar 27 2021 Automatic Build System <autodist@mambasoft.it> 2.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Wed Aug 26 2020 Automatic Build System <autodist@mambasoft.it> 2.0.3-1mamba
|
* Wed Aug 26 2020 Automatic Build System <autodist@mambasoft.it> 2.0.3-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user