Skip to content
Snippets Groups Projects
Select Git revision
  • 8aa110cf9ce12d822bba59830cb9c1b4318e973d
  • master default protected
  • state_at_demo_220614
3 results

README.md

Blame
  • sha512toc.spec.template 596 B
    Name:           sha512toc
    Version:        __SHA512TOC_VERSION__
    Release:        1
    Summary:        A simple utility to create a TOC of a directory
    License:        GPLv3
    Source0:        http://control.lth.se/sha512toc.tar
    
    #BuildRequires:  libattr-devel
    
    %description
    A simple utility to create a TOC of a directory
    
    %prep
    %setup -q -n %{name}
    
    %build
    make sha512TOC_VERSION=__sha512TOC_VERSION__
    file sha512toc
    
    %install
    rm -rf ${RPM_BUILD_ROOT}
    mkdir -p ${RPM_BUILD_ROOT}/usr/bin/
    cp sha512toc ${RPM_BUILD_ROOT}/usr/bin/
    
    %files
    %defattr(-,root,root,-)
    %attr(04755,root,root) /usr/bin/sha512toc