|
|
@@ -23,7 +23,7 @@
|
|
|
##
|
|
|
|
|
|
# package version
|
|
|
-%define V_api_c 4.14
|
|
|
+%define V_api_c 4.15
|
|
|
%define V_api_pl 0.82
|
|
|
|
|
|
# package information
|
|
|
@@ -37,7 +37,7 @@ Class: BASE
|
|
|
Group: Filesystem
|
|
|
License: BSD
|
|
|
Version: %{V_api_c}
|
|
|
-Release: 20050708
|
|
|
+Release: 20050819
|
|
|
|
|
|
# package options
|
|
|
%option with_perl no
|
|
|
@@ -45,7 +45,6 @@ Release: 20050708
|
|
|
# list of sources
|
|
|
Source0: ftp://ftp.astron.com/pub/file/file-%{V_api_c}.tar.gz
|
|
|
Source1: http://www.cpan.org/modules/by-module/File/File-LibMagic-%{V_api_pl}.tgz
|
|
|
-Patch0: ftp://ftp.astron.com/pub/file/file-%{V_api_c}.patch1
|
|
|
|
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
|
@@ -80,7 +79,6 @@ AutoReqProv: no
|
|
|
%prep
|
|
|
%setup -q
|
|
|
%setup -q -D -T -a 1
|
|
|
- %patch -p0
|
|
|
|
|
|
%build
|
|
|
ACLOCAL=true \
|