automatic version update by autodist [release 3.0-1mamba;Sat Jan 29 2022]

This commit is contained in:
Automatic Build System 2024-01-05 17:22:56 +01:00
parent 83539e92a5
commit af3cc99148

View File

@ -1,5 +1,5 @@
Name: re2c
Version: 2.2
Version: 3.0
Release: 1mamba
Summary: A tool for writing very fast and very flexible scanners
Group: System/Tools
@ -8,7 +8,6 @@ Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://re2c.org/
Source: https://github.com/skvadrik/re2c/releases/download/%{version}/re2c-%{version}.tar.xz
#Source: http://downloads.sourceforge.net/sourceforge/re2c/re2c-%{version}.tar.gz
License: Public Domain
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
@ -19,6 +18,8 @@ BuildRequires: libstdc++6-devel
%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.
%debug_package
%prep
%setup -q
@ -37,13 +38,18 @@ re2c is a tool for writing very fast and very flexible scanners. Unlike any othe
%defattr(-,root,root)
%{_bindir}/re2c
%{_bindir}/re2go
%{_bindir}/re2rust
%dir %{_datadir}/re2c
%dir %{_datadir}/re2c/stdlib
%{_datadir}/re2c/stdlib/unicode_categories.re
%{_mandir}/man1/re2c.1*
%{_mandir}/man1/re2go.1*
%{_mandir}/man1/re2rust.1*
%changelog
* Sat Jan 29 2022 Automatic Build System <autodist@mambasoft.it> 3.0-1mamba
- automatic version update by autodist
* Sun Aug 01 2021 Automatic Build System <autodist@mambasoft.it> 2.2-1mamba
- automatic version update by autodist