|
|
|
@ -36,7 +36,7 @@ Distribution: OpenPKG [PLUS] |
|
|
|
Group: Text |
|
|
|
Group: Text |
|
|
|
License: GPL |
|
|
|
License: GPL |
|
|
|
Version: %{V_here} |
|
|
|
Version: %{V_here} |
|
|
|
Release: 20020823 |
|
|
|
Release: 20020826 |
|
|
|
|
|
|
|
|
|
|
|
# list of sources |
|
|
|
# list of sources |
|
|
|
Source0: http://tidy.sourceforge.net/src/tidy_src_%{V_real}.tgz |
|
|
|
Source0: http://tidy.sourceforge.net/src/tidy_src_%{V_real}.tgz |
|
|
|
@ -44,7 +44,7 @@ Source0: http://tidy.sourceforge.net/src/tidy_src_%{V_real}.tgz |
|
|
|
# build information |
|
|
|
# build information |
|
|
|
Prefix: %{l_prefix} |
|
|
|
Prefix: %{l_prefix} |
|
|
|
BuildRoot: %{l_buildroot} |
|
|
|
BuildRoot: %{l_buildroot} |
|
|
|
BuildPreReq: OpenPKG, openpkg >= 20020206 |
|
|
|
BuildPreReq: OpenPKG, openpkg >= 20020206, make |
|
|
|
PreReq: OpenPKG, openpkg >= 20020206 |
|
|
|
PreReq: OpenPKG, openpkg >= 20020206 |
|
|
|
AutoReq: no |
|
|
|
AutoReq: no |
|
|
|
AutoReqProv: no |
|
|
|
AutoReqProv: no |
|
|
|
@ -56,6 +56,10 @@ AutoReqProv: no |
|
|
|
%setup -q -n tidy |
|
|
|
%setup -q -n tidy |
|
|
|
|
|
|
|
|
|
|
|
%build |
|
|
|
%build |
|
|
|
|
|
|
|
echo $PATH |
|
|
|
|
|
|
|
echo $LDFLAGS |
|
|
|
|
|
|
|
echo $CFLAGS |
|
|
|
|
|
|
|
echo $CPPFLAGS |
|
|
|
%{l_make} %{l_mflags -O} \ |
|
|
|
%{l_make} %{l_mflags -O} \ |
|
|
|
CC="%{l_cc} %{l_cflags -O}" |
|
|
|
CC="%{l_cc} %{l_cflags -O}" |
|
|
|
|
|
|
|
|
|
|
|
|