Browse Source

vendor changed license of distribution tarball IN-PLACE, so use our original version

master
parent
commit
959c989489
  1. 14
      gentle/gentle.patch
  2. 8
      gentle/gentle.spec

14
gentle/gentle.patch

@ -10,3 +10,17 @@
#ifdef __cplusplus
Index: reflex/reflex.c
--- reflex/reflex.c 1998-08-20 15:56:10 +0200
+++ reflex/reflex.c 2006-03-27 14:48:06 +0200
@@ -61,8 +61,9 @@
/* (11) LAYOUT block */
char *layout[] = {
"\\ { yypos += 1; }",
- "\\n { yyPosToNextLine(); }",
"\\t { yypos += 1; }",
+ "\\r { yypos += 1; }",
+ "\\n { yyPosToNextLine(); }",
""
};
/* (12) ILLEGAL block */

8
gentle/gentle.spec

@ -33,10 +33,10 @@ Class: PLUS
Group: CompilerCompiler
License: GPL
Version: 97
Release: 20061013
Release: 20061030
# list of sources
Source0: http://gentle.compilertools.net/gentle-%{version}.tar.gz
Source0: ftp://ftp.openpkg.org/sources/CPY/gentle/gentle-%{version}.tar.gz
Patch0: gentle.patch
# build information
@ -58,8 +58,10 @@ AutoReqProv: no
%track
prog gentle = {
disabled
comment = "rse: vendor changed license and our original version will not change anymore"
version = %{version}
url = http://gentle.compilertools.net/download.html
url = ftp://ftp.openpkg.org/sources/CPY/gentle/
regex = gentle-(__VER__)\.tar\.gz
}

Loading…
Cancel
Save