From 97348eb8a5c2eb4cefe7d4d73e9bca408f52f06fb4c6dd22f0c5a2884f40b216 Mon Sep 17 00:00:00 2001 From: Factory Maintainer Date: Sat, 6 Sep 2014 10:23:51 +0000 Subject: [PATCH] - avoid %nil to pass download_files service OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=77 --- tcl.changes | 5 +++++ tcl.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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