|
|
@@ -31,11 +31,11 @@ Distribution: OpenPKG Community
|
|
|
Class: BASE
|
|
|
Group: Logfile
|
|
|
License: GPL
|
|
|
-Version: 1.6.2
|
|
|
-Release: 20080502
|
|
|
+Version: 1.7.0
|
|
|
+Release: 20080515
|
|
|
|
|
|
# list of sources
|
|
|
-Source0: http://www.cronolog.org/download/cronolog-%{version}.tar.gz
|
|
|
+Source0: http://cronolog.org/patches/cronolog-%{version}-beta.tar.gz
|
|
|
|
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
|
@@ -57,6 +57,8 @@ AutoReqProv: no
|
|
|
|
|
|
%track
|
|
|
prog cronolog = {
|
|
|
+ disabled
|
|
|
+ comment = "cs: unmaintained web page"
|
|
|
version = %{version}
|
|
|
url = http://www.cronolog.org/download/
|
|
|
regex = cronolog-(__VER__)\.tar\.gz
|
|
|
@@ -64,6 +66,13 @@ AutoReqProv: no
|
|
|
|
|
|
%prep
|
|
|
%setup -q
|
|
|
+ case "%{l_platform -t}" in
|
|
|
+ *-freebsd* | *-netbsd* )
|
|
|
+ %{l_shtool} subst \
|
|
|
+ -e 's;|O_LARGEFILE;;g' \
|
|
|
+ src/cronolog.c
|
|
|
+ ;;
|
|
|
+ esac
|
|
|
|
|
|
%build
|
|
|
CC="%{l_cc}" \
|