rpms/deltarpm/devel deltarpm.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Mihai Ibanescu (misa) fedora-extras-commits at redhat.com
Thu Aug 17 21:19:44 UTC 2006


Author: misa

Update of /cvs/extras/rpms/deltarpm/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14436/devel

Modified Files:
	.cvsignore sources 
Added Files:
	deltarpm.spec 
Log Message:
auto-import deltarpm-3.3-4 on branch devel from deltarpm-3.3-4.src.rpm
Initial import


--- NEW FILE deltarpm.spec ---
Summary: Create deltas between rpms
Name: deltarpm
Version: 3.3
Release: 4%{?dist}
License: BSD
Group: System Environment/Base
URL: http://www.novell.com/products/linuxpackages/professional/deltarpm.html

Source: ftp://ftp.suse.com/pub/projects/deltarpm/deltarpm-3.3.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires: bzip2-devel, rpm-devel

%description
A deltarpm contains the difference between an old
and a new version of a rpm, which makes it possible
to recreate the new rpm from the deltarpm and the old
one. You don't have to have a copy of the old rpm,
deltarpms can also work with installed rpms.

%prep
%setup -q

%build
%{__make} %{?_smp_mflags} bindir=%{_bindir} mandir=%{_mandir} prefix=%{_prefix}

%install
%{__rm} -rf %{buildroot}
%makeinstall

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-, root, root, 0755)
%doc LICENSE.BSD README
%doc %{_mandir}/man8/*
%{_bindir}/applydeltaiso
%{_bindir}/applydeltarpm
%{_bindir}/combinedeltarpm
%{_bindir}/drpmsync
%{_bindir}/makedeltaiso
%{_bindir}/makedeltarpm
%{_bindir}/rpmdumpheader

%changelog
* Thu Aug 17 2006 Mihai Ibanescu <misa at redhat.com> - 3.3-4
- Removing BuildRequires: gcc

* Tue Aug 15 2006 Mihai Ibanescu <misa at redhat.com> - 3.3-3
- Fedora packaging guidelines build

* Tue Aug  8 2006 Mihai Ibanescu <misa at redhat.com> - 3.3-2
- Added BuildRequires: rpm-devel, gcc

* Sat Dec 03 2005 Dries Verachtert <dries at ulyssis.org> - 3.3-1 - 3768/dries
- Initial package.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/deltarpm/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	17 Aug 2006 21:19:25 -0000	1.1
+++ .cvsignore	17 Aug 2006 21:19:44 -0000	1.2
@@ -0,0 +1 @@
+deltarpm-3.3.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/deltarpm/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	17 Aug 2006 21:19:25 -0000	1.1
+++ sources	17 Aug 2006 21:19:44 -0000	1.2
@@ -0,0 +1 @@
+01b1e997f9b00f2c59aa6355309d3d06  deltarpm-3.3.tar.bz2




More information about the fedora-extras-commits mailing list