From 8dc8a8a2d2da22c9ae90d2935b3cc6d613284ffc Mon Sep 17 00:00:00 2001 From: B Stack Date: Thu, 6 Sep 2018 10:07:22 -0400 Subject: now fixed, just cleaning up --- veracrypt/veracrypt.spec | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'veracrypt') diff --git a/veracrypt/veracrypt.spec b/veracrypt/veracrypt.spec index 164f57d..43ea177 100644 --- a/veracrypt/veracrypt.spec +++ b/veracrypt/veracrypt.spec @@ -97,18 +97,12 @@ BuildRequires: gcc-c++ BuildRequires: fuse-devel BuildRequires: desktop-file-utils BuildRequires: ImageMagick -# need rename BuildRequires: util-linux BuildRequires: yasm -%if 0%{?rhel}%{?fedora} -%if 0%{?rhel} BuildRequires: ghostscript -%else +%if 0%{?fedora} BuildRequires: ghostscript-core %endif -%else -BuildRequires: ghostscript -%endif %description VeraCrypt is a free open source disk encryption software for Windows, Mac OSX and Linux. Brought to you by IDRIX (https://www.idrix.fr) and based on TrueCrypt 7.1a. @@ -165,12 +159,7 @@ test -f %{srcdir}/Setup/Linux/%{name}.desktop && \ # none # man pages -# handled by the %files %doc directive? # not really man pages in this case, just html and text -#for thisdir in $( find %{indocdir} -mindepth 1 -maxdepth 1 -printf '%f\n' ) ; -#do -# %{__install} -p -D -d %{indocdir}/${thisdir} %{buildroot}%{_defaultdocdir}/%{name}/${thisdir} -#done if test -e "%{indocdir}/chm/VeraCrypt User Guide.chm" ; then mv "%{indocdir}/chm/VeraCrypt User Guide.chm" "%{indocdir}/chm/VeraCrypt_User_Guide.chm" || : -- cgit