File seal.spec of Package seal
#
# spec file for package spec (Version 2.0)
#
# Copyright (c) 2003 SuSE Linux AG, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://www.suse.de/feedback/
#
# norootforbuild
Name: seal
License: LGPL
Group: unsorted
#Requires: xforms
Autoreqprov: on
Version: 1.07
Release: 0
Summary: spec
Source: %{name}107.zip
Patch: %name-%version.dif
BuildRequires: unzip
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
spec
%prep
%setup -c -T
unzip -d .. %SOURCE0
%patch
%build
cd src
make %{?jobs:-j%jobs} linux \
%ifnarch %ix86
ASMOBJS= ASMFLAGS=
%endif
%install
install -D -m 644 src/audio.h $RPM_BUILD_ROOT/usr/include/audio.h
install -D -m 644 lib/Linux/libaudio.a $RPM_BUILD_ROOT%_libdir/libaudio.a
%files
%defattr(-,root,root)
%doc *.TXT ChangeLog doc/man.html examples
/usr/include/audio.h
%_libdir/libaudio.a