Christopher Edward Lumens f1f623
Summary: Installation-related yum plugins
Christopher Edward Lumens f1f623
Name:    anaconda-yum-plugins
Christopher Edward Lumens f1f623
Version: 1.0
Christopher Edward Lumens f1f623
Release: 1%{?dist}
Christopher Edward Lumens f1f623
License: GPLv2+
Christopher Edward Lumens f1f623
Group:   Applications/System
Christopher Edward Lumens f1f623
URL:     http://fedoraproject.org/wiki/Anaconda
Christopher Edward Lumens f1f623
Christopher Edward Lumens f1f623
Source0: %{name}-%{version}.tar.bz2
Christopher Edward Lumens f1f623
Christopher Edward Lumens f1f623
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Christopher Edward Lumens f1f623
BuildArch: noarch
Christopher Edward Lumens f1f623
Requires:  python, yum
Christopher Edward Lumens f1f623
Christopher Edward Lumens f1f623
%description
Christopher Edward Lumens f1f623
The anaconda yum-plugins package contains yum plugins that are useful for
Christopher Edward Lumens f1f623
anaconda and other system installation-related programs.
Christopher Edward Lumens f1f623
Christopher Edward Lumens f1f623
%prep
Christopher Edward Lumens f1f623
%setup -q
Christopher Edward Lumens f1f623
Christopher Edward Lumens f1f623
%build
Christopher Edward Lumens f1f623
# noop
Christopher Edward Lumens f1f623
Christopher Edward Lumens f1f623
%install
Christopher Edward Lumens f1f623
%{__rm} -rf %{buildroot}
Christopher Edward Lumens f1f623
# RPM will take care of the python-compiling stuff
Christopher Edward Lumens f1f623
%{__make} install DESTDIR=%{buildroot} NO_PY_COMPILE=1
Christopher Edward Lumens f1f623
Christopher Edward Lumens f1f623
%clean
Christopher Edward Lumens f1f623
%{__rm} -rf %{buildroot}
Christopher Edward Lumens f1f623
Christopher Edward Lumens f1f623
%files
Christopher Edward Lumens f1f623
%defattr(-,root,root,-)
Christopher Edward Lumens f1f623
%doc COPYING
Christopher Edward Lumens f1f623
%config(noreplace) %{_sysconfdir}/yum/pluginconf.d/*
Christopher Edward Lumens f1f623
%{_prefix}/lib/yum-plugins/*
Christopher Edward Lumens f1f623
Christopher Edward Lumens f1f623
%changelog
Christopher Edward Lumens f1f623
* Mon Sep 15 2008 Will Woods <wwoods@redhat.com> - 1.0-1
Christopher Edward Lumens f1f623
- Initial packaging (moved out of anaconda package)