SPECS: deltarpm.spec (NEW) - Add deltarpm request by. PLD-DEVEL - ...

skibi skibi at pld-linux.org
Sun Sep 9 16:39:06 CEST 2007


Author: skibi                        Date: Sun Sep  9 14:39:06 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- Add deltarpm request by. PLD-DEVEL - Mateusz Murawski matowy at tlen.pl

---- Files affected:
SPECS:
   deltarpm.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/deltarpm.spec
diff -u /dev/null SPECS/deltarpm.spec:1.1
--- /dev/null	Sun Sep  9 16:39:06 2007
+++ SPECS/deltarpm.spec	Sun Sep  9 16:39:00 2007
@@ -0,0 +1,71 @@
+# $Revision$, $Date$
+Summary:	Create deltas between rpms
+Name:		deltarpm
+Version:	3.4
+Release:	5
+License:	BSD
+Group:		Base
+URL:		http://www.novell.com/products/linuxpackages/professional/deltarpm.html
+
+Source0:	ftp://ftp.suse.com/pub/projects/deltarpm/%{name}-%{version}.tar.bz2
+# Source0-md5:  cac779a18a1bc256fb6497526a83ac82
+
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+BuildRequires:	bzip2-devel
+BuildRequires:	rpm-devel
+
+Patch0:		%{name}-3.4-multilib-workaround.patch
+Patch1:		%{name}-3.4-multilib-include-colored.patch
+Patch2:		%{name}-3.4-prelink-bugfix.patch
+Patch3:		%{name}-3.4-no-skip-doc.patch
+Patch4:		%{name}-3.4-pld.patch
+
+%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
+%patch0 -p0 
+%patch1 -p1 
+%patch2 -p1 
+%patch3 -p1 
+%patch4 -p1
+
+%build
+%{__make} %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" \
+	bindir=%{_bindir} mandir=%{_mandir} prefix=%{_prefix}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc LICENSE.BSD README
+%{_mandir}/man8/*
+%attr(755,root,root) %{_bindir}/applydeltaiso
+%attr(755,root,root) %{_bindir}/applydeltarpm
+%attr(755,root,root) %{_bindir}/combinedeltarpm
+%attr(755,root,root) %{_bindir}/drpmsync
+%attr(755,root,root) %{_bindir}/fragiso
+%attr(755,root,root) %{_bindir}/makedeltaiso
+%attr(755,root,root) %{_bindir}/makedeltarpm
+%attr(755,root,root) %{_bindir}/rpmdumpheader
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007/09/09 14:39:00  skibi
+- Add deltarpm request by. PLD-DEVEL - Mateusz Murawski matowy at tlen.pl
+
================================================================


More information about the pld-cvs-commit mailing list