]> git.pld-linux.org Git - packages/deltarpm.git/commitdiff
- Add deltarpm request by. PLD-DEVEL - Mateusz Murawski matowy@tlen.pl
authorJarosław Skibiński <skibi@pld-linux.org>
Sun, 9 Sep 2007 14:39:00 +0000 (14:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    deltarpm.spec -> 1.1

deltarpm.spec [new file with mode: 0644]

diff --git a/deltarpm.spec b/deltarpm.spec
new file mode 100644 (file)
index 0000000..f5c7667
--- /dev/null
@@ -0,0 +1,60 @@
+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
This page took 0.100499 seconds and 4 git commands to generate.