2006-11-08 22:52:04 +00:00
|
|
|
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
|
|
|
|
|
|
|
Name: pungi
|
2006-12-12 05:18:37 +00:00
|
|
|
Version: 0.1.2
|
2006-11-08 22:52:04 +00:00
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Distribution compose tool
|
|
|
|
|
|
|
|
Group: Development/Tools
|
|
|
|
License: GPL
|
2006-12-10 02:59:34 +00:00
|
|
|
URL: http://hosted.fedoraproject.org/projects/pungi
|
2006-11-08 22:52:04 +00:00
|
|
|
Source0: http://linux.duke.edu/projects/%{name}/release/%{name}-%{version}.tar.gz
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
Requires: anaconda-runtime
|
2006-12-12 05:18:37 +00:00
|
|
|
BuildRequires: python-devel
|
2006-11-08 22:52:04 +00:00
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%description
|
|
|
|
A tool to create anaconda based installation trees/isos of a set of rpms.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%{__python} setup.py build
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
2006-12-10 02:59:34 +00:00
|
|
|
%doc Authors Changelog COPYING GPL README ToDo
|
2006-11-09 01:33:06 +00:00
|
|
|
%config(noreplace) %{_sysconfdir}/pungi
|
2006-11-08 22:52:04 +00:00
|
|
|
# For noarch packages: sitelib
|
2006-11-09 01:33:06 +00:00
|
|
|
%{python_sitelib}/pypungi
|
2006-11-08 22:52:04 +00:00
|
|
|
%{_bindir}/pungi
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2006-12-14 03:07:01 +00:00
|
|
|
* Wed Dec 13 2006 Jesse Keating <jkeating@redhat.com> - 0.1.2-1
|
|
|
|
- Fix a bug in DVD repodata
|
|
|
|
- Add correct ppc boot args
|
|
|
|
- Set ppc arch correctly
|
|
|
|
|
2006-12-12 05:18:37 +00:00
|
|
|
* Mon Dec 11 2006 Jesse Keating <jkeating@redhat.com> - 0.1.1-2
|
|
|
|
- Need BR python-devel in rawhide
|
|
|
|
|
2006-12-12 04:57:21 +00:00
|
|
|
* Mon Dec 11 2006 Jesse Keating <jkeating@redhat.com> - 0.1.1-1
|
2006-12-10 02:59:34 +00:00
|
|
|
- Update to 0.1.1
|
|
|
|
- Add ability to get srpms
|
2006-12-12 04:57:21 +00:00
|
|
|
- Add ability to get relnote files
|
2006-12-10 02:59:34 +00:00
|
|
|
- Use a config file system
|
|
|
|
- Clean up some docs
|
|
|
|
- Add config files for composing FC6 respins
|
|
|
|
|
2006-11-08 22:52:04 +00:00
|
|
|
* Wed Nov 8 2006 Jesse Keating <jkeating@redhat.com> - 0.1.0-1
|
|
|
|
- Initial spec
|