Initial import (#661272)
This commit is contained in:
parent
359b7bb9cf
commit
6d90247b12
1
.gitignore
vendored
1
.gitignore
vendored
@ -0,0 +1 @@
|
||||
/lorax-0.1.tar.bz2
|
60
lorax.spec
Normal file
60
lorax.spec
Normal file
@ -0,0 +1,60 @@
|
||||
Name: lorax
|
||||
Version: 0.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Tool for creating the anaconda install images
|
||||
|
||||
Group: Applications/System
|
||||
License: GPLv2+
|
||||
URL: http://git.fedorahosted.org/git/?p=lorax.git
|
||||
|
||||
# This is a Red Hat maintained package which is specific to
|
||||
# our distribution. Thus the source is only available from
|
||||
# within this srpm.
|
||||
Source0: %{name}-%{version}.tar.bz2
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: python-setuptools
|
||||
Requires: python2-devel
|
||||
Requires: python-mako
|
||||
Requires: gawk
|
||||
Requires: glibc-common
|
||||
Requires: cpio
|
||||
Requires: module-init-tools
|
||||
Requires: device-mapper
|
||||
Requires: findutils
|
||||
Requires: GConf2
|
||||
Requires: isomd5sum
|
||||
Requires: syslinux
|
||||
Requires: glibc
|
||||
Requires: util-linux-ng
|
||||
Requires: dosfstools
|
||||
Requires: genisoimage
|
||||
Requires: parted
|
||||
|
||||
%description
|
||||
Lorax is a tool for creating the anaconda install images.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
make DESTDIR=$RPM_BUILD_ROOT install
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING AUTHORS
|
||||
%{python_sitelib}/pylorax
|
||||
%{python_sitelib}/*.egg-info
|
||||
%{_sbindir}/lorax
|
||||
%dir %{_sysconfdir}/lorax
|
||||
%config(noreplace) %{_sysconfdir}/lorax/lorax.conf
|
||||
%dir %{_datadir}/lorax
|
||||
%{_datadir}/lorax/*
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Dec 01 2010 Martin Gracik <mgracik@redhat.com> 0.1-1
|
||||
- First packaging of the new lorax tool.
|
Loading…
Reference in New Issue
Block a user