SHA256
1
0
forked from pool/hashcat

Ship more files

OBS-URL: https://build.opensuse.org/package/show/security/hashcat?expand=0&rev=5
This commit is contained in:
Jan Engelhardt 2016-07-01 07:58:54 +00:00 committed by Git OBS Bridge
parent 1169453c7c
commit a4c7958d67

View File

@ -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