diff options
Diffstat (limited to 'openssl-freefilesync/openssl.spec')
-rw-r--r-- | openssl-freefilesync/openssl.spec | 8 |
1 files changed, 4 insertions, 4 deletions
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*/* |