From e5c7addc914b347c3ef60f4b087c9420e8f77205 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 10 Nov 2017 07:34:05 +0100 Subject: rename to re2c014 --- .gitignore | 8 ++++++++ Makefile | 4 ++++ re2c.spec | 19 +++++++++++++++++-- 3 files changed, 29 insertions(+), 2 deletions(-) create mode 100644 .gitignore create mode 100644 Makefile diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fc9aa8c --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +clog +package-*.xml +*.tgz +*.tar.gz +*.tar.xz +*.tar.xz.asc +*.src.rpm +*/*rpm diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..1e65467 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +SRCDIR := $(shell pwd) +NAME := $(shell basename $(SRCDIR)) +include ../common/Makefile + diff --git a/re2c.spec b/re2c.spec index fd286fd..c8e6339 100644 --- a/re2c.spec +++ b/re2c.spec @@ -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 - 0.14.3-2 +- rename to re2c014 + * Wed Apr 20 2016 Sean Callaway - 0.14.3-2 - Rebuilt for EPEL7 -- cgit