%global _hardened_build 1 %define veracrypt_version 1.26.15 %define wxwidgets_version 3.2.6 Summary: Open-source utility for on-the-fly encryption Name: veracrypt Version: 1.26.15 Release: 1%{?dist} License: ASL 2.0 and TrueCrypt License 3.0 URL: https://www.veracrypt.fr/en/Home.html Source0: https://www.veracrypt.fr/code/VeraCrypt/snapshot/VeraCrypt-VeraCrypt_%{veracrypt_version}.tar.gz Source1: https://github.com/wxWidgets/wxWidgets/releases/download/v%{wxwidgets_version}/wxWidgets-%{wxwidgets_version}.tar.bz2 Patch1: make-flags.patch BuildRequires: fuse-devel BuildRequires: gcc-c++ BuildRequires: gtk2-devel BuildRequires: gtk3-devel BuildRequires: make BuildRequires: pcsc-lite-devel BuildRequires: pkgconf-pkg-config BuildRequires: yasm BuildRequires: mesa-libGL-devel BuildRequires: mesa-libEGL-devel Requires: fuse-libs Requires: gtk3 Requires: pcsc-lite-libs Provides: veracrypt(bin) = %{version}-%{release} %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. %prep tar -xf '%{SOURCE1}' %autosetup -p2 -n VeraCrypt-VeraCrypt_%{veracrypt_version}/src %build %set_build_flags %make_build WXSTATIC=1 WX_ROOT=%{_builddir}/wxWidgets-%{wxwidgets_version} wxbuild %make_build WXSTATIC=1 NOSTRIP=1 %install %make_install # We manage the installation through the package manager. rm -f %{buildroot}%{_bindir}/veracrypt-uninstall.sh %files %{_bindir}/veracrypt %{_sbindir}/mount.veracrypt %{_datadir}/applications/veracrypt.desktop %{_datadir}/mime/packages/veracrypt.xml %{_datadir}/pixmaps/veracrypt.xpm %{_datadir}/veracrypt/languages/Language.*.xml %license %{_datadir}/doc/veracrypt/License.txt %doc %{_datadir}/doc/veracrypt/HTML/* %changelog * Thu Nov 21 2024 ArchitektApx - 1.26.15 - Official changelog at https://github.com/veracrypt/VeraCrypt/releases/tag/VeraCrypt_1.26.15 * Wed Nov 20 2024 ArchitekApx - 1.26.14 - Initial fedora arm64 release