summaryrefslogtreecommitdiff
path: root/veracrypt
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2018-09-06 10:07:22 -0400
committerB Stack <bgstack15@gmail.com>2018-09-06 10:07:22 -0400
commit8dc8a8a2d2da22c9ae90d2935b3cc6d613284ffc (patch)
tree9195f75b897ad6e271392e6e93ecbde3ad0e250f /veracrypt
parentpart 5 (diff)
downloadstackrpms-8dc8a8a2d2da22c9ae90d2935b3cc6d613284ffc.tar.gz
stackrpms-8dc8a8a2d2da22c9ae90d2935b3cc6d613284ffc.tar.bz2
stackrpms-8dc8a8a2d2da22c9ae90d2935b3cc6d613284ffc.zip
now fixed, just cleaning up
Diffstat (limited to 'veracrypt')
-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