summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-11-10 07:34:05 +0100
committerRemi Collet <remi@remirepo.net>2017-11-10 07:34:05 +0100
commite5c7addc914b347c3ef60f4b087c9420e8f77205 (patch)
tree8d5935cd42fd3c99a37f2d45e57f74259bca877a
parent3fcaec434352b468618197f90dc6835d4dc0e1b9 (diff)
rename to re2c014HEADmaster
-rw-r--r--.gitignore8
-rw-r--r--Makefile4
-rw-r--r--re2c.spec19
3 files changed, 29 insertions, 2 deletions
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 <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