SPECS: re2c.spec - cleanup
radek
radek at pld-linux.org
Fri May 11 17:58:54 CEST 2007
Author: radek Date: Fri May 11 15:58:54 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- cleanup
---- Files affected:
SPECS:
re2c.spec (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SPECS/re2c.spec
diff -u SPECS/re2c.spec:1.1 SPECS/re2c.spec:1.2
--- SPECS/re2c.spec:1.1 Fri May 11 17:55:10 2007
+++ SPECS/re2c.spec Fri May 11 17:58:49 2007
@@ -1,11 +1,6 @@
# $Revision$, $Date$
-#
-# Conditional build:
-#%%bcond_with tests # build with tests
-%bcond_without tests # build without tests
-#
-Summary: -
-Summary(pl.UTF-8): -
+Summary: re2c - a tool for writing very fast and very flexible scanners
+#Summary(pl.UTF-8): -
Name: re2c
Version: 0.12.0
Release: 1
@@ -14,22 +9,22 @@
Source0: http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
# Source0-md5: 68d6d1faf26179a7fe1f2d348cf90ac8
URL: http://re2c.org/
-#BuildRequires: -
+BuildRequires: libstdc++-devel
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: libtool
-#Requires(postun): -
-#Requires(pre,post): -
-#Requires(preun): -
-#Requires: -
-#Provides: -
-#Provides: group(foo)
-#Provides: user(foo)
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%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.
-%description -l pl.UTF-8
+#%description -l pl.UTF-8
+# TODO
%prep
%setup -q
@@ -64,6 +59,6 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
-Revision 1.1 2007/05/11 15:55:10 radek
-- new
+Revision 1.2 2007/05/11 15:58:49 radek
+- cleanup
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/re2c.spec?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list