test/zap.spec
author J. Ali Harlow <ali@juiblex.co.uk>
Wed Apr 22 15:09:17 2009 +0100 (2009-04-22)
changeset 359 c9c90315ea24
child 393 d16ac3fb05fa
permissions -rw-r--r--
Add support for named roots so that we can understand MS-Windows paths
such as c:/windows. Without this, the user always has to ensure they
are on the correct drive before running razor.
     1 Name:      zap
     2 Summary:   Test package
     3 Group:     Test
     4 License:   GPL
     5 Version:   1
     6 Release:   1
     7 Source:    zap.tar
     8 BuildArch: noarch
     9 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
    10 Prefix:    /usr
    11 
    12 %description
    13 Test package
    14 
    15 %prep
    16 
    17 %build
    18 
    19 %install
    20 mkdir -p $RPM_BUILD_ROOT/usr/bin
    21 touch $RPM_BUILD_ROOT/usr/bin/zap
    22 
    23 %clean
    24 
    25 %files
    26 /usr/bin/zap