|
|
@@ -39,13 +39,13 @@ Class: CORE
|
|
|
Group: Language
|
|
|
License: BSD
|
|
|
Version: %{V_release}
|
|
|
-Release: 20040331
|
|
|
+Release: 20040409
|
|
|
|
|
|
# package options
|
|
|
%option with_beta yes
|
|
|
|
|
|
# list of sources
|
|
|
-Source0: ftp://ftp.gnu.org/non-gnu/flex/flex-%{V_release}.tar.gz
|
|
|
+Source0: ftp://ftp.gnu.org/gnu/non-gnu/flex/flex-%{V_release}.tar.gz
|
|
|
Source1: http://osdn.dl.sourceforge.net/sourceforge/lex/flex-%{V_beta}.tar.gz
|
|
|
Patch0: flex.patch
|
|
|
|
|
|
@@ -70,7 +70,7 @@ AutoReqProv: no
|
|
|
%track
|
|
|
prog flex:release = {
|
|
|
version = %{V_release}
|
|
|
- url = ftp://ftp.gnu.org/non-gnu/flex/
|
|
|
+ url = ftp://ftp.gnu.org/gnu/non-gnu/flex/
|
|
|
regex = flex-(__VER__)\.tar\.gz
|
|
|
}
|
|
|
prog flex:beta = {
|