Skip to content
Snippets Groups Projects
Select Git revision
  • 975762f620bffe4d75f92026d2c17551f3892254
  • master default
  • labcomm2014
  • labcomm2006
  • python_sig_hash
  • typedefs
  • anders.blomdell
  • typeref
  • pragma
  • compiler-refactoring
  • labcomm2013
  • v2014.6
  • v2015.0
  • v2014.5
  • v2014.4
  • v2006.0
  • v2014.3
  • v2014.2
  • v2014.1
  • v2014.0
  • v2013.0
21 results

test_sample.lc

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