|
|
@@ -38,7 +38,7 @@ Class: BASE
|
|
|
Group: Converter
|
|
|
License: GPL
|
|
|
Version: %{V_major}%{V_minor}
|
|
|
-Release: 20050117
|
|
|
+Release: 20050124
|
|
|
|
|
|
# list of sources
|
|
|
Source0: ftp://ftp.enst.fr/pub/unix/a2ps/a2ps-%{V_major}%{V_minor}.tar.gz
|
|
|
@@ -47,7 +47,7 @@ Patch0: a2ps.patch
|
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
|
BuildRoot: %{l_buildroot}
|
|
|
-BuildPreReq: OpenPKG, openpkg >= 20040130, psutils, flex, bison
|
|
|
+BuildPreReq: OpenPKG, openpkg >= 20040130, psutils, flex, bison, config
|
|
|
PreReq: OpenPKG, openpkg >= 20040130, psutils
|
|
|
AutoReq: no
|
|
|
AutoReqProv: no
|
|
|
@@ -69,6 +69,7 @@ AutoReqProv: no
|
|
|
%prep
|
|
|
%setup -q -n a2ps-%{V_major}
|
|
|
%patch -p0
|
|
|
+ %{l_prefix}/bin/config install auxdir
|
|
|
|
|
|
%build
|
|
|
CC="%{l_cc}" \
|