From 0bf7b02166e6ba107b9888dffab02a8c4d0e22b9 Mon Sep 17 00:00:00 2001 From: B Stack Date: Thu, 19 Sep 2019 09:26:17 -0400 Subject: ready for copr build --- openssl-freefilesync/openssl.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'openssl-freefilesync/openssl.spec') diff --git a/openssl-freefilesync/openssl.spec b/openssl-freefilesync/openssl.spec index 6815465..29cef89 100644 --- a/openssl-freefilesync/openssl.spec +++ b/openssl-freefilesync/openssl.spec @@ -16,7 +16,6 @@ # for openssl-freefilesync %define fullname openssl-freefilesync %define shortname openssl -%define suffix 111c # Arches on which we need to prevent arch conflicts on opensslconf.h, must # also be handled in opensslconf-new.h. @@ -411,10 +410,10 @@ export LD_LIBRARY_PATH pushd ${RPM_BUILD_ROOT}%{_mandir} for word in $( find . ! -type d -print ) ; do - mv "${word}" "${word}%{suffix}" + mv "${word}" "${word}-111c" done popd -mv %{RPM_BUILD_ROOT}%{_bindir}/openssl{,%{suffix}} +mv ${RPM_BUILD_ROOT}%{_bindir}/openssl{,-111c} %files %{!?_licensedir:%global license %%doc} @@ -422,7 +421,8 @@ mv %{RPM_BUILD_ROOT}%{_bindir}/openssl{,%{suffix}} %doc FAQ NEWS README README.FIPS %{_bindir}/make-dummy-cert %{_bindir}/renew-dummy-cert -%{_bindir}/openssl%{suffix} +# for openssl-freefilesync +%{_bindir}/openssl-111c %{_mandir}/man1*/* %{_mandir}/man5*/* %{_mandir}/man7*/* -- cgit