%define debug_package %{nil}
Summary: BEAM TMS Module Controller OS
Name: tms-mcsys
Version: 2.0.6
Release: %{release}
Epoch: 1
License: GPL
Group: Development
Source0: tms-mcsys.tar.gz
#BuildArchitectures: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
%description
The BEAM TMS Module Controller OS packages is a cut down Linux system for Network boot
on the TMS systems Module Controllers.
%prep
%setup -q -n tms-mcsys
rm -rf $RPM_BUILD_ROOT
make DESTDIR=%{buildroot} config
%build
make
%install
make DESTDIR=%{buildroot} install
%clean
#rm -rf $RPM_BUILD_ROOT
%post
#if [ ! -e /usr/tms/rootfs/dev/console ]; then
# mknod /usr/tms/rootfs/dev/console c 5 1
#fi
%files
%defattr(-,root,root,-)
%attr(0755,root,root)
/usr/tms
/var/lib/tftpboot/tms-mcsys
%changelog
* Thu Feb 22 2007 BEAM Ltd
- Initial RPM release.