- avoid %nil to pass download_files service
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=77
This commit is contained in:
parent
46bc2fa000
commit
97348eb8a5
@ -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
|
Mon Sep 1 07:45:22 UTC 2014 - fcrozat@suse.com
|
||||||
|
|
||||||
|
4
tcl.spec
4
tcl.spec
@ -20,7 +20,7 @@ Name: tcl
|
|||||||
Url: http://www.tcl.tk
|
Url: http://www.tcl.tk
|
||||||
Version: 8.6.2
|
Version: 8.6.2
|
||||||
Release: 0
|
Release: 0
|
||||||
%define rrc %nil
|
%define rrc
|
||||||
%define TCL_MINOR %(echo %version | cut -c1-3)
|
%define TCL_MINOR %(echo %version | cut -c1-3)
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Summary: The Tcl Programming Language
|
Summary: The Tcl Programming Language
|
||||||
@ -36,7 +36,7 @@ Provides: tclsh%{TCL_MINOR}
|
|||||||
Obsoletes: itcl < 4.0.0
|
Obsoletes: itcl < 4.0.0
|
||||||
Provides: itcl = 4.0.0
|
Provides: itcl = 4.0.0
|
||||||
PreReq: /bin/rm
|
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
|
Source1: tcl-rpmlintrc
|
||||||
Source2: baselibs.conf
|
Source2: baselibs.conf
|
||||||
Source3: macros.tcl
|
Source3: macros.tcl
|
||||||
|
Loading…
Reference in New Issue
Block a user