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