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:
Takashi Iwai 2018-09-12 07:25:22 +00:00 committed by Git OBS Bridge
parent 9cddc232d6
commit 8b438b379a
2 changed files with 9 additions and 4 deletions

View File

@ -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

View File

@ -70,15 +70,15 @@ test -n "$CL_DATE"
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"
%configure
%{__make} all
make all
mkdir examples
cp -a daemon.sh ftp.sh mail.sh proxyecho.sh readline.sh examples
%install
mkdir -p \
${RPM_BUILD_ROOT}/%{_bindir} \
${RPM_BUILD_ROOT}/%{_mandir}/man1
%{__make} DESTDIR=${RPM_BUILD_ROOT} install
%{buildroot}/%{_bindir} \
%{buildroot}/%{_mandir}/man1
%make_install
%check
export TERM=ansi