Browse Source

upgrading package: val 0.9.0 -> 0.9.1

master
parent
commit
9334464a52
  1. 17
      val/val.spec

17
val/val.spec

@ -32,8 +32,11 @@ Packager: The OpenPKG Project
Distribution: OpenPKG [PLUS] Distribution: OpenPKG [PLUS]
Group: System Group: System
License: MIT/X11-style License: MIT/X11-style
Version: 0.9.0 Version: 0.9.1
Release: 20020315 Release: 20030217
# package options
%option with_ex no
# list of sources # list of sources
Source0: ftp://ftp.ossp.org/pkg/lib/val/val-%{version}.tar.gz Source0: ftp://ftp.ossp.org/pkg/lib/val/val-%{version}.tar.gz
@ -41,8 +44,12 @@ Source0: ftp://ftp.ossp.org/pkg/lib/val/val-%{version}.tar.gz
# build information # build information
Prefix: %{l_prefix} Prefix: %{l_prefix}
BuildRoot: %{l_buildroot} BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20020206, ex BuildPreReq: OpenPKG, openpkg >= 20020206
PreReq: OpenPKG, openpkg >= 20020206, ex PreReq: OpenPKG, openpkg >= 20020206
%if "%{with_ex}" == "yes"
BuildPreReq: ex
PreReq: ex
%endif
AutoReq: no AutoReq: no
AutoReqProv: no AutoReqProv: no
@ -66,7 +73,9 @@ AutoReqProv: no
CFLAGS="%{l_cflags -O}" \ CFLAGS="%{l_cflags -O}" \
./configure \ ./configure \
--prefix=%{l_prefix} \ --prefix=%{l_prefix} \
%if "%{with_ex}" == "yes"
--with-ex=%{l_prefix} \ --with-ex=%{l_prefix} \
%endif
--disable-shared --disable-shared
%{l_make} %{l_mflags -O} %{l_make} %{l_mflags -O}

Loading…
Cancel
Save