test/zip.spec
author J. Ali Harlow <ali@juiblex.co.uk>
Wed Apr 29 17:00:01 2009 +0100 (2009-04-29)
changeset 361 2523d03a840e
child 367 e45f50e940b6
permissions -rw-r--r--
Add support for preloading lua modules. This is useful both when
providing lua bindings to applications based on librazor and when
producing static binaries using librazor (where otherwise the lua
POSIX library would need to be included as an additional dynamic
object).
ali@351
     1
Name:      zip
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:    zip.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
Requires:  zap
ali@351
    12
ali@351
    13
%description
ali@351
    14
Test package
ali@351
    15
ali@351
    16
%prep
ali@351
    17
ali@351
    18
%build
ali@351
    19
ali@351
    20
%install
ali@351
    21
mkdir -p $RPM_BUILD_ROOT/usr/bin
ali@351
    22
touch $RPM_BUILD_ROOT/usr/bin/zip
ali@351
    23
ali@351
    24
%clean
ali@351
    25
ali@351
    26
%files
ali@351
    27
/usr/bin/zip