|
|
@@ -36,6 +36,7 @@ Release: 20011121.0
|
|
|
|
|
|
# list of sources
|
|
|
Source0: ftp://ftp.debian.org/debian/pool/main/g/gup/gup_%{version}.tar.gz
|
|
|
+Patch0: gup-%{version}.patch
|
|
|
|
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
|
@@ -49,12 +50,14 @@ AutoReqProv: no
|
|
|
|
|
|
%prep
|
|
|
%setup -q -n gup-%{version}
|
|
|
+ %patch -p0
|
|
|
|
|
|
%build
|
|
|
%{l_rpmtool} subst \
|
|
|
's;/usr/sbin/sendmail;%{l_prefix}/sbin/sendmail;' \
|
|
|
's;/var/lib/news;%{l_prefix}/var/gup;' \
|
|
|
's;"news";"postmaster";' \
|
|
|
+ 's;USE_FLOCK;USE_DOTLOCK;' \
|
|
|
-- config.h
|
|
|
%{l_make} %{l_mflags -O} \
|
|
|
CC="%{l_cc}" \
|