|
|
@@ -32,11 +32,11 @@ Packager: The OpenPKG Project
|
|
|
Distribution: OpenPKG [REL]
|
|
|
Group: News
|
|
|
License: GPL
|
|
|
-Version: 1.5.10
|
|
|
-Release: 20011201
|
|
|
+Version: 1.5.11
|
|
|
+Release: 20020131
|
|
|
|
|
|
# list of sources
|
|
|
-Source0: ftp://ftp.tin.org/pub/news/clients/tin/unstable/tin-%{version}.tar.bz2
|
|
|
+Source0: ftp://ftp.tin.org/pub/news/clients/tin/v1.5/tin-%{version}.tar.bz2
|
|
|
|
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
|
@@ -51,6 +51,7 @@ AutoReqProv: no
|
|
|
|
|
|
%prep
|
|
|
%setup -q
|
|
|
+ %{l_rpmtool} subst 's;strcasestr;my_strcasestr;' -- */*.[ch]
|
|
|
|
|
|
%build
|
|
|
PATH="%{l_prefix}/bin:$PATH"; export PATH
|