OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 21-Jul-2003 13:34:36
Branch: HEAD Handle: 2003072112343501
Modified files:
openpkg-src/tcl tcl.spec
openpkg-web news.txt
Log:
speclint police: use %{l_ldflags} now
Summary:
Revision Changes Path
1.36 +3 -3 openpkg-src/tcl/tcl.spec
1.5685 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/tcl/tcl.spec
============================================================================
$ cvs diff -u -r1.35 -r1.36 tcl.spec
--- openpkg-src/tcl/tcl.spec 19 Jul 2003 09:16:33 -0000 1.35
+++ openpkg-src/tcl/tcl.spec 21 Jul 2003 11:34:36 -0000 1.36
@@ -38,7 +38,7 @@
Group: Language
License: GPL
Version: %{V_major}.%{V_minor}.%{V_level}
-Release: 20030719
+Release: 20030721
# package options
%option with_x11 no
@@ -102,7 +102,7 @@
# install Tcl
( cd tcl%{V_major}.%{V_minor}.%{V_level}/unix
%{l_shtool} subst \
- -e 's;-L[^ ]*;-L%{l_prefix}/lib;g' \
+ -e 's;-L[^ ]*;%{l_ldflags};g' \
-e
"s;\\(TCL_BUILD_STUB_LIB_PATH=\\).*;\\1'%{l_prefix}/lib/libtclstub%{V_major}.%{V_minor}\${TCL_DBGX}.a';"
\
tclConfig.sh
%{l_make} %{l_mflags} install INSTALL_ROOT=$RPM_BUILD_ROOT
@@ -129,7 +129,7 @@
%if "%{with_x11}" == "yes"
( cd tk%{V_major}.%{V_minor}.%{V_level}/unix
%{l_shtool} subst \
- -e 's;-L[^ ]*;-L%{l_prefix}/lib;g' \
+ -e 's;-L[^ ]*;%{l_ldflags};g' \
-e
"s;\\(TK_BUILD_STUB_LIB_PATH=\\).*;\\1'%{l_prefix}/lib/libtkstub%{V_major}.%{V_minor}.a';"
\
tkConfig.sh
%{l_make} %{l_mflags} install INSTALL_ROOT=$RPM_BUILD_ROOT
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.5684 -r1.5685 news.txt
--- openpkg-web/news.txt 21 Jul 2003 10:22:01 -0000 1.5684
+++ openpkg-web/news.txt 21 Jul 2003 11:34:35 -0000 1.5685
@@ -1,3 +1,4 @@
+21-Jul-2003: Upgraded package: P<tcl-8.4.3-20030721>
21-Jul-2003: Upgraded package: P<openpkg-20030721-20030721>
21-Jul-2003: New package: P<dailystrips-1.0.27-20030721>
21-Jul-2003: Upgraded package: P<uucp-1.07-20030721>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]