test/zsh2.spec
author Kristian H?gsberg <krh@redhat.com>
Fri Jul 03 19:06:29 2009 +0100 (2009-07-03)
changeset 373 fda83d91e600
child 393 d16ac3fb05fa
permissions -rw-r--r--
Go back to having all info in one rzdb file.

We can still split the rzdb file into a main file and a file data and a details file, but that's only for optimizing the required download size. On the system we always combine the parts back into one rzdb file once downloaded.

committer: J. Ali Harlow <ali@juiblex.co.uk>
     1 Name:      zsh2
     2 Summary:   Test package
     3 Group:     Test
     4 License:   GPL
     5 Version:   1
     6 Release:   1
     7 Source:    zsh2.tar
     8 BuildArch: noarch
     9 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
    10 Prefix:    /usr
    11 Requires:  zip
    12 
    13 %description
    14 New and improved test package
    15 
    16 %prep
    17 
    18 %build
    19 
    20 %install
    21 mkdir -p $RPM_BUILD_ROOT/usr/bin
    22 mkdir -p $RPM_BUILD_ROOT/etc
    23 touch $RPM_BUILD_ROOT/usr/bin/zsh2
    24 echo "DEVICE /dev/tty" > $RPM_BUILD_ROOT/etc/zsh.conf
    25 
    26 %clean
    27 
    28 %files
    29 /usr/bin/zsh2
    30 /etc/zsh.conf