automatic version update by autodist [release 0.13.6-1mamba;Mon Jul 08 2013]
This commit is contained in:
parent
055942ea3d
commit
028ea49945
@ -1,2 +1,4 @@
|
|||||||
# re2c
|
# re2c
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
50
re2c.spec
Normal file
50
re2c.spec
Normal file
@ -0,0 +1,50 @@
|
|||||||
|
Name: re2c
|
||||||
|
Version: 0.13.6
|
||||||
|
Release: 1mamba
|
||||||
|
Summary: A tool for writing very fast and very flexible scanners
|
||||||
|
Group: System/Tools
|
||||||
|
Vendor: openmamba
|
||||||
|
Distribution: openmamba
|
||||||
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
|
URL: http://re2c.org/
|
||||||
|
Source: http://downloads.sourceforge.net/sourceforge/re2c/re2c-%{version}.tar.gz
|
||||||
|
License: Public Domain
|
||||||
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libgcc
|
||||||
|
BuildRequires: libstdc++6-devel
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
|
%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.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q
|
||||||
|
|
||||||
|
%build
|
||||||
|
%configure
|
||||||
|
%make
|
||||||
|
|
||||||
|
%install
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
%makeinstall
|
||||||
|
|
||||||
|
%clean
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_bindir}/re2c
|
||||||
|
%{_mandir}/man1/re2c.1.gz
|
||||||
|
%doc README README.in
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Mon Jul 08 2013 Automatic Build System <autodist@mambasoft.it> 0.13.6-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Oct 09 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 0.13.5-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
* Wed Sep 19 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 0.12.3-1mamba
|
||||||
|
- package created by autospec
|
Loading…
Reference in New Issue
Block a user