summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--veracrypt/veracrypt.spec13
1 files changed, 1 insertions, 12 deletions
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" || :
bgstack15