diff options
author | B Stack <bgstack15@gmail.com> | 2018-09-06 10:07:22 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2018-09-06 10:07:22 -0400 |
commit | 8dc8a8a2d2da22c9ae90d2935b3cc6d613284ffc (patch) | |
tree | 9195f75b897ad6e271392e6e93ecbde3ad0e250f /veracrypt/veracrypt.spec | |
parent | part 5 (diff) | |
download | stackrpms-8dc8a8a2d2da22c9ae90d2935b3cc6d613284ffc.tar.gz stackrpms-8dc8a8a2d2da22c9ae90d2935b3cc6d613284ffc.tar.bz2 stackrpms-8dc8a8a2d2da22c9ae90d2935b3cc6d613284ffc.zip |
now fixed, just cleaning up
Diffstat (limited to 'veracrypt/veracrypt.spec')
-rw-r--r-- | veracrypt/veracrypt.spec | 13 |
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" || : |