From a4c7958d671df6577eb1a2e54b545b6fa38aebe75a8271c6f458c1d0d54454b6 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 1 Jul 2016 07:58:54 +0000 Subject: [PATCH] Ship more files OBS-URL: https://build.opensuse.org/package/show/security/hashcat?expand=0&rev=5 --- hashcat.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/hashcat.spec b/hashcat.spec index 96615a3..8fa3c3a 100644 --- a/hashcat.spec +++ b/hashcat.spec @@ -42,14 +42,16 @@ hashing algorithms. %patch -P 1 -p1 %build -make %{?_smp_mflags} COMPTIME=0 our_CFLAGS="%optflags" +make %{?_smp_mflags} COMPTIME=0 our_CFLAGS="%optflags" PREFIX="%_prefix" %install -install -Dpm 0755 hashcat "%buildroot/%_bindir/hashcat" +%make_install PREFIX="%_prefix" DOCUMENT_FOLDER="%_docdir/%name" %files %defattr(-,root,root) %doc README.md docs/license.txt %_bindir/hashcat +%_datadir/%name/ +%_docdir/%name/ %changelog