test/zap.spec
author J. Ali Harlow <ali@juiblex.co.uk>
Wed Apr 29 17:00:01 2009 +0100 (2009-04-29)
changeset 361 2523d03a840e
child 393 d16ac3fb05fa
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:      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