diff --git a/tcl.changes b/tcl.changes index 5064b67..c6bcff6 100644 --- a/tcl.changes +++ b/tcl.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Sep 6 10:23:13 UTC 2014 - coolo@suse.de + +- avoid %nil to pass download_files service + ------------------------------------------------------------------- Mon Sep 1 07:45:22 UTC 2014 - fcrozat@suse.com diff --git a/tcl.spec b/tcl.spec index 2c8adfa..5b3ecd5 100644 --- a/tcl.spec +++ b/tcl.spec @@ -20,7 +20,7 @@ Name: tcl Url: http://www.tcl.tk Version: 8.6.2 Release: 0 -%define rrc %nil +%define rrc %define TCL_MINOR %(echo %version | cut -c1-3) BuildRoot: %{_tmppath}/%{name}-%{version}-build Summary: The Tcl Programming Language @@ -36,7 +36,7 @@ Provides: tclsh%{TCL_MINOR} Obsoletes: itcl < 4.0.0 Provides: itcl = 4.0.0 PreReq: /bin/rm -Source0: ftp://ftp.tcl.tk/pub/tcl/tcl8_6/%name%{version}%{rrc}-src.tar.gz +Source0: ftp://ftp.tcl.tk/pub/tcl/tcl8_6/%{name}%{version}%{rrc}-src.tar.gz Source1: tcl-rpmlintrc Source2: baselibs.conf Source3: macros.tcl