pungi/pungi.spec

75 lines
1.9 KiB
RPMSpec
Raw Normal View History

%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
Name: pungi
Version: 0.1.2
2007-03-12 19:38:27 +00:00
Release: 3%{?dist}
Summary: Distribution compose tool
Group: Development/Tools
License: GPL
2006-12-12 04:59:08 +00:00
URL: http://hosted.fedoraproject.org/projects/pungi
Source0: http://linux.duke.edu/projects/%{name}/release/%{name}-%{version}.tar.gz
2007-03-12 19:38:27 +00:00
Patch0: pungi-sha1order.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
2007-01-16 21:52:23 +00:00
Requires: anaconda-runtime, yum >= 3.0.3
BuildRequires: python-devel
BuildArch: noarch
%description
A tool to create anaconda based installation trees/isos of a set of rpms.
%prep
%setup -q
2007-03-12 19:38:27 +00:00
%patch0
%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-12 04:59:08 +00:00
%doc Authors Changelog COPYING GPL README ToDo
%config(noreplace) %{_sysconfdir}/pungi
# For noarch packages: sitelib
%{python_sitelib}/pypungi
%{_bindir}/pungi
%changelog
2007-03-12 19:38:27 +00:00
* Mon Mar 12 2007 Jesse Keating <jkeating@redhat.com> - 0.1.2-3
- Add a patch to fix the sha1 ordering
2007-01-16 21:53:26 +00:00
* Tue Jan 16 2007 Jesse Keating <jkeating@redhat.com> - 0.1.2-2
2007-01-16 21:52:23 +00:00
- Require the new yum (now that it landed in updates)
* 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
* Mon Dec 11 2006 Jesse Keating <jkeating@redhat.com> - 0.1.1-2
- Need BR python-devel in rawhide
2006-12-12 04:59:08 +00:00
* Mon Dec 11 2006 Jesse Keating <jkeating@redhat.com> - 0.1.1-1
- Update to 0.1.1
- Add ability to get srpms
- Add ability to get relnote files
- Use a config file system
- Clean up some docs
- Add config files for composing FC6 respins
* Wed Nov 8 2006 Jesse Keating <jkeating@redhat.com> - 0.1.0-1
- Initial spec