diff options
Diffstat (limited to 're2c.spec')
-rw-r--r-- | re2c.spec | 19 |
1 files changed, 17 insertions, 2 deletions
@@ -1,11 +1,23 @@ +# remirepo spec file for re2c014, renamed from: +# +# Fedora spec file for re2c +# +# License: MIT +# http://opensource.org/licenses/MIT +# +# Please preserve changelog entries +# + Summary: Tool for generating C-based recognizers from regular expressions -Name: re2c +Name: re2c014 Version: 0.14.3 Release: 2%{?dist} License: Public Domain Group: Development/Tools URL: http://re2c.org/ Source: http://downloads.sf.net/re2c/re2c-%{version}.tar.gz +Conflicts: re2c +Provides: re2c = %{version} %description re2c is a tool for writing very fast and very flexible scanners. Unlike any @@ -17,7 +29,7 @@ quality. %prep -%setup -q +%setup -q -n re2c-%{version} # Fix all those executable files, set executable only the ones that need to be find . -type f -exec chmod -x {} \; %{__chmod} +x configure depcomp install-sh missing @@ -46,6 +58,9 @@ find . -type f -exec chmod -x {} \; %changelog +* Fri Nov 10 2017 Remi Collet <remi@remirepo.net> - 0.14.3-2 +- rename to re2c014 + * Wed Apr 20 2016 Sean Callaway <seancallaway@gmail.com> - 0.14.3-2 - Rebuilt for EPEL7 |