rpms/yum-plugin-download-order/F-10 import.log, NONE, 1.1 yum-plugin-download-order.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Rakesh Pandit rakesh at fedoraproject.org
Sun Sep 13 11:39:17 UTC 2009


Author: rakesh

Update of /cvs/pkgs/rpms/yum-plugin-download-order/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15000/F-10

Modified Files:
	.cvsignore sources 
Added Files:
	import.log yum-plugin-download-order.spec 
Log Message:
Initial import



--- NEW FILE import.log ---
yum-plugin-download-order-0_1-5_fc12:F-10:yum-plugin-download-order-0.1-5.fc12.src.rpm:1252842460


--- NEW FILE yum-plugin-download-order.spec ---
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

Summary: Yum plugin to order downloaded packages
Name: yum-plugin-download-order
Version: 0.1
Release: 5%{?dist}
License: GPLv2+
Group: Development/Tools
Source: http://rakesh.fedorapeople.org/yum/%{name}-%{version}.tar.gz
URL: http://rakesh.fedorapeople.org/yum/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: python-setuptools, python-devel
Requires: yum >= 3.2.23

%description
Yum plugin to order downloads. Right now it just orders based on size.


%prep
%setup -q

%build
#Empty build

%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install --skip-build --root $RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-, root, root, -)
%doc README COPYING
%{python_sitelib}/*
/usr/lib/yum-plugins/download-order.py*
%config(noreplace) %{_sysconfdir}/yum/pluginconf.d/download-order.conf

%changelog
* Wed Aug 26 2009 Rakesh Pandit <rakesh at fedoraproject.org> 0.1-5
- Added python-devel as BR and renamed to yum-plugin-download-order

* Sun Aug 23 2009 Rakesh Pandit <rakesh at fedoraproject.org> 0.1-4
- fixed buildrequire and definition of python_sitelib

* Tue Aug 04 2009 Rakesh Pandit <rakesh at fedoraproject.org> 0.1-3
- fixed tarball, fixed import bug

* Tue Jun 23 2009 Rakesh Pandit <rakesh at fedoraproject.org> 0.1-2
- Updated with setup file
- Included egg files

* Mon Jun 22 2009 Rakesh Pandit <rakesh at fedoraproject.org> 0.1-1
- Initial package


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/yum-plugin-download-order/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	26 Aug 2009 22:35:23 -0000	1.1
+++ .cvsignore	13 Sep 2009 11:39:15 -0000	1.2
@@ -0,0 +1 @@
+yum-plugin-download-order-0.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/yum-plugin-download-order/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	26 Aug 2009 22:35:23 -0000	1.1
+++ sources	13 Sep 2009 11:39:15 -0000	1.2
@@ -0,0 +1 @@
+e38b9c40164b0881c96664bcb9fb24ba  yum-plugin-download-order-0.1.tar.gz




More information about the fedora-extras-commits mailing list