File base-installer.spec of Package base-installer
# norootforbuild
Name: base-installer
Group: Development/Languages
Version: 0.1
Release: 1
License: GPL
Summary: Installer for Base Project
Autoreqprov: on
Requires: yum yum-metadata-parser rpm-python
Source0: %{name}-%{version}.tar.bz2
BuildRoot:%{_tmppath}/%{name}-%{version}-build
BuildArchitectures: noarch
%description
This is the installer for Base.
%prep
%setup -n %{name}-%{version}
%build
%install
make DESTDIR="$RPM_BUILD_ROOT" install
%files
%defattr(-,root,root)
/usr/bin/base-bootstrap
/usr/bin/base-installer
/usr/lib/base-installer/
%doc README
%clean
rm -rf $RPM_BUILD_ROOT
%changelog