Add correct patch.
This commit is contained in:
parent
795cadcf4e
commit
84783a2296
@ -1,2 +1,3 @@
|
||||
tk8.5a5-src.tar.gz
|
||||
tcl8.5a5-src.tar.gz
|
||||
lst.tar.gz
|
||||
|
||||
1
sources
1
sources
@ -1,2 +1,3 @@
|
||||
8118677251db51faf49bb3333ed6db16 tk8.5a5-src.tar.gz
|
||||
fe9e399c1f186f8c605de8d2e262881e tcl8.5a5-src.tar.gz
|
||||
d3c75c99e2767cbf1b587aa1e4538df8 lst.tar.gz
|
||||
|
||||
4
tcl.spec
4
tcl.spec
@ -11,6 +11,7 @@ Group: Development/Languages
|
||||
URL: http://tcl.sourceforge.net/
|
||||
Source0: http://puzzle.dl.sourceforge.net/sourceforge/tcl/tcl%{version}-src.tar.gz
|
||||
Source1: http://switch.dl.sourceforge.net/sourceforge/tcl/tk%{version}-src.tar.gz
|
||||
Source2: lst.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||
Buildrequires: autoconf, sed
|
||||
Patch1: tcl-8.5a5-tclm4-soname.patch
|
||||
@ -62,6 +63,9 @@ This package contains the html manual.
|
||||
%prep
|
||||
%setup -T -D -c %{name}-%{version} -q -a 0 -a 1
|
||||
##-a 1
|
||||
pwd
|
||||
ls
|
||||
tar -xvzf ../lst.tar.gz
|
||||
cd %{name}%{version}
|
||||
|
||||
# define DT SONAME in shared lib
|
||||
|
||||
Loading…
Reference in New Issue
Block a user