test/zap.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>
ali@351
     1
Name:      zap
ali@351
     2
Summary:   Test package
ali@351
     3
Group:     Test
ali@351
     4
License:   GPL
ali@351
     5
Version:   1
ali@351
     6
Release:   1
ali@351
     7
Source:    zap.tar
ali@351
     8
BuildArch: noarch
ali@351
     9
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
ali@351
    10
Prefix:    /usr
ali@351
    11
ali@351
    12
%description
ali@351
    13
Test package
ali@351
    14
ali@351
    15
%prep
ali@351
    16
ali@351
    17
%build
ali@351
    18
ali@351
    19
%install
ali@351
    20
mkdir -p $RPM_BUILD_ROOT/usr/bin
ali@351
    21
touch $RPM_BUILD_ROOT/usr/bin/zap
ali@351
    22
ali@351
    23
%clean
ali@351
    24
ali@351
    25
%files
ali@351
    26
/usr/bin/zap