diff --git a/.cvsignore b/.cvsignore index e69de29..5feacca 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +anaconda-yum-plugins-1.0.tar.bz2 diff --git a/anaconda-yum-plugins.spec b/anaconda-yum-plugins.spec new file mode 100644 index 0000000..51be248 --- /dev/null +++ b/anaconda-yum-plugins.spec @@ -0,0 +1,41 @@ +Summary: Installation-related yum plugins +Name: anaconda-yum-plugins +Version: 1.0 +Release: 1 +License: GPLv2+ +Group: Applications/System +URL: http://fedoraproject.org/wiki/Anaconda + +Source0: %{name}-%{version}.tar.bz2 + +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildArch: noarch +Requires: python, yum + +%description +The anaconda yum-plugins package contains yum plugins that are useful for +anaconda and other system installation-related programs. + +%prep +%setup -q + +%build +# noop + +%install +%{__rm} -rf %{buildroot} +# RPM will take care of the python-compiling stuff +%{__make} install DESTDIR=%{buildroot} NO_PY_COMPILE=1 + +%clean +%{__rm} -rf %{buildroot} + +%files +%defattr(-,root,root,-) +%doc COPYING +%config(noreplace) %{_sysconfdir}/yum/pluginconf.d/* +%{_prefix}/lib/yum-plugins/* + +%changelog +* Mon Sep 15 2008 Will Woods - 1.0-1 +- Initial packaging (moved out of anaconda package) diff --git a/sources b/sources index e69de29..f8f3fa4 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +2bbc35e796f55c0542cbb4b8e8ad9958 anaconda-yum-plugins-1.0.tar.bz2