update to 1.2 [release 1.2-1mamba;Fri Aug 02 2019]
This commit is contained in:
parent
195b7cece8
commit
d5cda7e7c5
@ -1,5 +1,5 @@
|
|||||||
Name: re2c
|
Name: re2c
|
||||||
Version: 1.0.1
|
Version: 1.2
|
||||||
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
|
||||||
@ -7,7 +7,8 @@ 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: http://re2c.org/
|
||||||
Source: http://downloads.sourceforge.net/sourceforge/re2c/re2c-%{version}.tar.gz
|
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
|
License: Public Domain
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -37,9 +38,11 @@ re2c is a tool for writing very fast and very flexible scanners. Unlike any othe
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/re2c
|
%{_bindir}/re2c
|
||||||
%{_mandir}/man1/re2c.1*
|
%{_mandir}/man1/re2c.1*
|
||||||
%doc README
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 02 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2-1mamba
|
||||||
|
- update to 1.2
|
||||||
|
|
||||||
* Wed Aug 16 2017 Automatic Build System <autodist@mambasoft.it> 1.0.1-1mamba
|
* Wed Aug 16 2017 Automatic Build System <autodist@mambasoft.it> 1.0.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user