|
|
|
|
@ -37,7 +37,7 @@ Distribution: OpenPKG [EVAL]
|
|
|
|
|
Group: Web |
|
|
|
|
License: Apache Software License 1.1 |
|
|
|
|
Version: %{V_opkg} |
|
|
|
|
Release: 20030208 |
|
|
|
|
Release: 20030408 |
|
|
|
|
|
|
|
|
|
# package options |
|
|
|
|
%option with_threads no |
|
|
|
|
@ -141,10 +141,10 @@ AutoReqProv: no
|
|
|
|
|
%install |
|
|
|
|
%{l_shtool} mkdir -p -m 755 $RPM_BUILD_ROOT%{l_prefix}/bin |
|
|
|
|
%{l_shtool} install -c -s -m 755 \ |
|
|
|
|
bin/Xalan $RPM_BUILD_ROOT%{l_prefix}/bin |
|
|
|
|
bin/Xalan $RPM_BUILD_ROOT%{l_prefix}/bin/ |
|
|
|
|
%{l_shtool} mkdir -p -m 755 $RPM_BUILD_ROOT%{l_prefix}/lib |
|
|
|
|
%{l_shtool} install -c -m 644 \ |
|
|
|
|
lib/libxalan-c.a $RPM_BUILD_ROOT%{l_prefix}/lib |
|
|
|
|
lib/libxalan-c.a $RPM_BUILD_ROOT%{l_prefix}/lib/ |
|
|
|
|
%{l_shtool} mkdir -p -m 755 $RPM_BUILD_ROOT%{l_prefix}/share/xalan-c |
|
|
|
|
( cd c |
|
|
|
|
for f in `find xdocs -type d \( -name CVS -prune -o -print \)`; do |
|
|
|
|
|