From 028ea4994568554b89b3d2b6df724e190d2d6823 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 17:22:55 +0100 Subject: [PATCH] automatic version update by autodist [release 0.13.6-1mamba;Mon Jul 08 2013] --- README.md | 2 ++ re2c.spec | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 52 insertions(+) create mode 100644 re2c.spec diff --git a/README.md b/README.md index 75de4ac..8bd1041 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # 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. + diff --git a/re2c.spec b/re2c.spec new file mode 100644 index 0000000..b34c0f1 --- /dev/null +++ b/re2c.spec @@ -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 +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 0.13.6-1mamba +- automatic version update by autodist + +* Thu Oct 09 2008 Silvan Calarco 0.13.5-1mamba +- automatic update by autodist + +* Wed Sep 19 2007 Silvan Calarco 0.12.3-1mamba +- package created by autospec