This commit is contained in:
parent
29b952ba17
commit
fbc2e9f3f3
2
tcl.spec
2
tcl.spec
@ -160,10 +160,12 @@ ln -sf tclsh%TCL_MINOR %buildroot%_prefix/bin/tclsh
|
|||||||
ln -sf tclsh.1.gz %buildroot%_mandir/man1/tclsh%TCL_MINOR.1.gz
|
ln -sf tclsh.1.gz %buildroot%_mandir/man1/tclsh%TCL_MINOR.1.gz
|
||||||
mkdir -p %buildroot%_datadir/tcl
|
mkdir -p %buildroot%_datadir/tcl
|
||||||
install -D %{S:3} -m 644 %buildroot%_rpmmacrodir/macros.tcl
|
install -D %{S:3} -m 644 %buildroot%_rpmmacrodir/macros.tcl
|
||||||
|
|
||||||
# The information in TCL_LIBS is not needed for shared libraries
|
# The information in TCL_LIBS is not needed for shared libraries
|
||||||
# and we don't support static linking.
|
# and we don't support static linking.
|
||||||
sed -i "/^TCL_LIBS=/s/'.*'$//" %buildroot%_libdir/tclConfig.sh
|
sed -i "/^TCL_LIBS=/s/'.*'$//" %buildroot%_libdir/tclConfig.sh
|
||||||
sed -i "/^Libs.private: /s/ .*$//" %buildroot%_libdir/pkgconfig/tcl.pc
|
sed -i "/^Libs.private: /s/ .*$//" %buildroot%_libdir/pkgconfig/tcl.pc
|
||||||
|
|
||||||
# We are Tcl, not SQLite
|
# We are Tcl, not SQLite
|
||||||
rm -f %buildroot%bindir/sqlite*
|
rm -f %buildroot%bindir/sqlite*
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user