rpms/presto-utils/FC-6 presto-utils.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jonathan Dieter (jdieter) fedora-extras-commits at redhat.com
Thu Jul 5 06:51:03 UTC 2007


Author: jdieter

Update of /cvs/extras/rpms/presto-utils/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15855/FC-6

Modified Files:
	.cvsignore sources 
Added Files:
	presto-utils.spec 
Log Message:
Initial release


--- NEW FILE presto-utils.spec ---
Summary: Tools for creating presto repositories
Name: presto-utils
Version: 0.2.0
Release: 1%{?dist}
License: GPL
Group: Development/Tools
Source: http://www.lesbg.com/jdieter/presto/%{name}-%{version}.tar.bz2
URL: http://www.lesbg.com/jdieter/presto/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
Requires: python >= 2.4, deltarpm >= 3.4-2, createrepo >= 0.4.8

%description
Yum-presto is a plugin for yum that looks for deltarpms rather than rpms
whenever they are available.  This has the potential of saving a lot of
bandwidth when downloading updates.

A Deltarpm is the difference between two rpms.  If you already have foo-1.0
installed and foo-1.1 is available, yum-presto will download the deltarpm
for foo-1.0 => 1.1 rather than the full foo-1.1 rpm, and then build the full 
foo-1.1 package from your installed foo-1.0 and the downloaded deltarpm.

Presto-utils is a series of tools for creating presto repositories that
yum-presto can use.

%prep
%setup -q

%build

%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-, root, root, -)
%doc README 
%doc COPYING
%doc ChangeLog
%{_bindir}/createprestorepo
%{_bindir}/createdeltarpms
%{_datadir}/presto-utils

%changelog
* Tue Jun 19 2007 Jonathan Dieter <jdieter at gmail.com> - 0.2.0-1
- Initial release 


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/presto-utils/FC-6/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	20 Jun 2007 23:39:56 -0000	1.1
+++ .cvsignore	5 Jul 2007 06:50:25 -0000	1.2
@@ -0,0 +1 @@
+presto-utils-0.2.0.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/presto-utils/FC-6/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	20 Jun 2007 23:39:56 -0000	1.1
+++ sources	5 Jul 2007 06:50:25 -0000	1.2
@@ -0,0 +1 @@
+7edea7f7b2c2cd543fa040b2cbcb1097  presto-utils-0.2.0.tar.bz2




More information about the scm-commits mailing list