rpms/yum-plugin-download-order/devel 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
Mon Sep 14 05:08:54 UTC 2009


Author: rakesh

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

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_2-1_fc12:HEAD:yum-plugin-download-order-0.2-1.fc12.src.rpm:1252905342


--- 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.2
Release: 1%{?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.24

%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
* Mon Sep 14 2009 Rakesh Pandit <rakesh at fedoraproject.org> 0.2-1
- Updated to 0.2 in sync with 3.2.24

* 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/devel/.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	14 Sep 2009 05:08:54 -0000	1.2
@@ -0,0 +1 @@
+yum-plugin-download-order-0.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/yum-plugin-download-order/devel/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	14 Sep 2009 05:08:54 -0000	1.2
@@ -0,0 +1 @@
+34bd463e89d176699afd3fa8b55abff6  yum-plugin-download-order-0.2.tar.gz




More information about the fedora-extras-commits mailing list