Accepting request 634733 from home:jengelh:branches:network:utilities
- Replace old variables by modern counterparts. OBS-URL: https://build.opensuse.org/request/show/634733 OBS-URL: https://build.opensuse.org/package/show/network:utilities/socat?expand=0&rev=48
This commit is contained in:
parent
9cddc232d6
commit
8b438b379a
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 10 12:14:48 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Replace old variables by modern counterparts.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 30 16:32:32 UTC 2018 - crrodriguez@opensuse.org
|
Thu Aug 30 16:32:32 UTC 2018 - crrodriguez@opensuse.org
|
||||||
|
|
||||||
|
@ -70,15 +70,15 @@ test -n "$CL_DATE"
|
|||||||
export BUILD_DATE="$(LANG=C date --utc -d "${CL_DATE}" +"%b %e %Y %T")"
|
export BUILD_DATE="$(LANG=C date --utc -d "${CL_DATE}" +"%b %e %Y %T")"
|
||||||
export CFLAGS="%{optflags} -fno-strict-aliasing -DHAVE_SSLv23_client_method -DHAVE_SSLv23_server_method"
|
export CFLAGS="%{optflags} -fno-strict-aliasing -DHAVE_SSLv23_client_method -DHAVE_SSLv23_server_method"
|
||||||
%configure
|
%configure
|
||||||
%{__make} all
|
make all
|
||||||
mkdir examples
|
mkdir examples
|
||||||
cp -a daemon.sh ftp.sh mail.sh proxyecho.sh readline.sh examples
|
cp -a daemon.sh ftp.sh mail.sh proxyecho.sh readline.sh examples
|
||||||
|
|
||||||
%install
|
%install
|
||||||
mkdir -p \
|
mkdir -p \
|
||||||
${RPM_BUILD_ROOT}/%{_bindir} \
|
%{buildroot}/%{_bindir} \
|
||||||
${RPM_BUILD_ROOT}/%{_mandir}/man1
|
%{buildroot}/%{_mandir}/man1
|
||||||
%{__make} DESTDIR=${RPM_BUILD_ROOT} install
|
%make_install
|
||||||
|
|
||||||
%check
|
%check
|
||||||
export TERM=ansi
|
export TERM=ansi
|
||||||
|
Loading…
Reference in New Issue
Block a user