741727
Summary: A binary file delta generator
741727
Name: xdelta
741727
Version: 3.0.7
01f5e8
Release: 4%{?dist}
741727
License: GPLv2
741727
Group: Development/Tools
741727
Source0: http://xdelta.googlecode.com/files/xdelta3-%{version}.tar.gz
741727
URL: http://xdelta.org/
741727
741727
BuildRequires: autoconf automake
741727
# for testsuite
741727
BuildRequires: ncompress
741727
741727
# Allow the build also in 32 bit arches
741727
# ~> still downstream
741727
# ~> reported as the issue @161 upstream
741727
Patch1: xdelta3-3.0.7-i686-build.patch
741727
741727
# Man page day fixes
741727
# ~> proposal: http://code.google.com/p/xdelta/issues/detail?id=158
741727
# ~> private #958492
741727
Patch2: xdelta-3.0.6-man-page-day.patch
741727
741727
%description
741727
Xdelta (X for XCF: the eXperimental Computing Facility at Berkeley) is
741727
a binary delta generator (like a diff program for binaries) and an RCS
741727
version control replacement library. Xdelta uses a binary file delta
741727
algorithm to replace the standard diff program used by RCS
741727
741727
%prep
741727
%setup -q -n %{name}3-%{version}
741727
%patch1 -p1 -b .build-i686
741727
%patch2 -p2 -b .man-page-day
741727
741727
%build
741727
autoreconf -v
741727
%configure
741727
make %{?_smp_mflags} V=0
741727
741727
%install
741727
mkdir -p $RPM_BUILD_ROOT/%{_bindir}
741727
mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man1
741727
741727
install -m755 xdelta3 $RPM_BUILD_ROOT/%{_bindir}
741727
install -m 644 xdelta3.1 $RPM_BUILD_ROOT/%{_mandir}/man1
741727
741727
# Create compat symlinks
741727
pushd $RPM_BUILD_ROOT/%{_bindir}
741727
ln -s xdelta3 xdelta
741727
popd
741727
741727
pushd $RPM_BUILD_ROOT/%{_mandir}/man1
741727
ln -s xdelta3.1 xdelta.1
741727
popd
741727
741727
%check
741727
./xdelta3 test
741727
741727
%files
741727
%doc README COPYING
741727
%{_bindir}/xdelta*
741727
%{_mandir}/man1/xdelta*
741727
741727
%changelog
01f5e8
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 3.0.7-4
01f5e8
- Mass rebuild 2014-01-24
01f5e8
01f5e8
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 3.0.7-3
01f5e8
- Mass rebuild 2013-12-27
01f5e8
741727
* Wed Jul 10 2013 Pavel Raiskup <praiskup@redhat.com> - 3.0.7-2
741727
- really remove the gcc-warning patch & remove old Makefile from git
741727
- s/Url/URL/, for both fixes thanks to pshiffer
741727
741727
* Tue Jun 18 2013 Pavel Raiskup <praiskup@redhat.com> - 3.0.7-1
741727
- rebase to 3.0.7, remove unneeded patch (#962800)
741727
- allow the build for 32 bit arches
741727
741727
* Mon May 13 2013 Pavel Raiskup <praiskup@redhat.com> - 3.0.6-1
741727
- rebase to 3.0.6 (#958492)
741727
- cleanup, enable tests, man-page-day fix (private #948411)
741727
741727
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.4-2
741727
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
741727
741727
* Tue Sep 04 2012 Adam Tkac <atkac redhat com> - 3.0.4-1
741727
- update to 3.0.4
741727
741727
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.0-4
741727
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
741727
741727
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.0-3
741727
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
741727
741727
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.0-2
741727
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
741727
741727
* Wed Jan 19 2011 Adam Tkac <atkac redhat com> 3.0.0-1
741727
- update to 3.0.0
741727
741727
* Mon Oct 11 2010 Adam Tkac <atkac redhat com> 3.0-1.z
741727
- update to 3.0z
741727
- obsolete patches:
741727
  - xdelta-1.1.3-aclocal.patch
741727
  - xdelta-1.1.3-edsio.patch
741727
  - xdelta-1.1.4-glib2.patch
741727
  - xdelta-1.1.3-pkgconfig.patch
741727
741727
* Thu Dec 03 2009 Adam Tkac <atkac redhat com> 1.1.4-9
741727
- use appropriate BuildRoot
741727
741727
* Mon Nov 30 2009 Adam Tkac <atkac redhat com> 1.1.4-8
741727
- merge review related fixes (#226552)
741727
741727
* Tue Aug 11 2009 Adam Tkac <atkac redhat com> 1.1.4-7
741727
- update source + project URLs
741727
741727
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.4-6
741727
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
741727
741727
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.4-5
741727
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
741727
741727
* Fri Oct 03 2008 Adam Tkac <atkac redhat com> 1.1.4-4
741727
- updated patches due rpm 4.6 (#465102)
741727
741727
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.1.4-3
741727
- Autorebuild for GCC 4.3
741727
741727
* Wed Aug 22 2007 Adam Tkac <atkac redhat com> 1.1.4-2
741727
- rebuild (BuildID feature)
741727
- changed license to GPLv2
741727
741727
* Tue Jan 30 2007 Adam Tkac <atkac redhat com> 1.1.4-1
741727
- version 1.1.4 has been marked as final 1.1.4 version
741727
741727
* Mon Jan 29 2007 Adam Tkac <atkac redhat com> 1.1.4pre1-1
741727
- started using dist macro
741727
- updated to 1.1.4pre1
741727
741727
* Fri Jul 14 2006 Jesse Keating <jkeating@redhat.com> 1.1.3-20
741727
- rebuild
741727
741727
* Tue May 30 2006 Ludek Smid <lsmid@redhat.com> 1.1.3-19
741727
- libtoolize and autotools are now run during build phase
741727
- resolved multilib conflict using pkgconfig tool
741727
741727
* Fri May 05 2006 Ludek Smid <lsmid@redhat.com> 1.1.3-18
741727
- patches created on i386 fail to apply on x86_64 (#190406)
741727
741727
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.1.3-17.2.1
741727
- bump again for double-long bug on ppc(64)
741727
741727
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.1.3-17.2
741727
- rebuilt for new gcc4.1 snapshot and glibc changes
741727
741727
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
741727
- rebuilt
741727
741727
* Fri Sep 09 2005 Jindrich Novy <jnovy@redhat.com>1.1.3-17
741727
- link libxdelta against libedsio (#165978)
741727
- add support for large files (#155524)
741727
- port to use glib2 instead of obsolete glib1.2 (#136221)
741727
741727
* Wed Mar 23 2005 Jindrich Novy <jnovy@redhat.com> 1.1.3-16
741727
- fix conflicting storage classes that causes build failure with gcc4
741727
- gcc4 warnfixes
741727
- create backups for patches
741727
- drop libtool BuildRequires
741727
- rebuild with gcc4
741727
741727
* Wed Oct 20 2004 Miloslav Trmac <mitr@redhat.com> - 1.1.3-15
741727
- Add BuildRequires: glib-devel (#123759)
741727
- Properly quote aclocal macro definition
741727
741727
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
741727
- rebuilt
741727
741727
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
741727
- rebuilt
741727
741727
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
741727
- rebuilt
741727
741727
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
741727
- rebuilt
741727
741727
* Wed Feb 19 2003 Elliot Lee <sopwith@redhat.com> 1.1.3-11
741727
- xdelta-config belongs in the -devel subpackage - fix it
741727
741727
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
741727
- rebuilt
741727
741727
* Wed Dec 18 2002 Elliot Lee <sopwith@redhat.com> 1.1.3-9
741727
- Rebuild
741727
741727
* Mon Oct 21 2002 Elliot Lee <sopwith@redhat.com> 1.1.3-8
741727
- Rebuild
741727
741727
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
741727
- automated rebuild
741727
741727
* Thu May 23 2002 Tim Powers <timp@redhat.com>
741727
- automated rebuild
741727
741727
* Fri Feb 15 2002 Elliot Lee <sopwith@redhat.com> 1.1.3-5
741727
- Undo fixscribble patch, jmacd explained why my code+edsio API was at 
741727
  fault and not xdelta.
741727
741727
* Fri Jan 25 2002 Elliot Lee <sopwith@redhat.com> 1.1.3-4
741727
- Fix the bad estimation of checksum array size that caused libxdelta to
741727
  scribble over unallocated memory when generating a delta.
741727
741727
* Thu Jan 24 2002 Elliot Lee <sopwith@redhat.com> 1.1.3-3
741727
- Fix the lack of xdp_generator_free function
741727
- Use _smp_mflags
741727
- Prevent configure.in from chucking -O3 into CFLAGS
741727
741727
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
741727
- automated rebuild
741727
741727
* Mon Sep 24 2001 Than Ngo <than@redhat.com> 1.1.3-1
741727
- update to 1.1.3
741727
- Copyright -> License
741727
741727
* Mon Jul 23 2001 Jeff Johnson <jbj@redhat.com>
741727
- add build dependency on zlib-devel (#49739).
741727
741727
* Tue Jun 26 2001 Florian La Roche <Florian.LaRoche@redhat.de>
741727
- do not use attr, as it also modifies symlinks in binary rpms :-)
741727
741727
* Tue Jun 26 2001 Florian La Roche <Florian.LaRoche@redhat.de>
741727
- man-pages owned by root
741727
- include link from lib major version number
741727
741727
* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
741727
- Bump release + rebuild.
741727
741727
* Mon Dec 11 2000 Erik Troan <ewt@redhat.com>
741727
- rebuilt
741727
741727
* Fri Jun 09 2000 Than Ngo <than@redhat.de>
741727
- FHS fixes
741727
- use rpm macros
741727
741727
* Tue May 23 2000 Karsten Hopp <Karsten.Hopp@redhat.de>
741727
- rebuild for 7.0
741727
- changed mandir to /usr/share/man
741727
741727
* Mon Jul 26 1999 Tim Powers <timp@redhat.com>
741727
- rebuilt for 6.1
741727
741727
* Tue May 11 1999 Cristian Gafton <gafton@redhat.com>
741727
- don't ship /usr/info/dir
741727
741727
* Tue Apr 13 1999 Michael Maher <mike@redhat.com>
741727
- built package fpr 6.0
741727
- updated package
741727
741727
* Thu Jul 23 1998 Jeff Johnson <jbj@redhat.com>
741727
- package for powertools.
741727
741727
* Tue Jul 07 1998 Arne Coucheron <arneco@online.no>
741727
  [0.22-1]
741727
- removed running of automake, problem fixed in sources
741727
741727
* Sat Jul 04 1998 Arne Coucheron <arneco@online.no>
741727
  [0.21-1]
741727
- added xdelta.magic to %%doc
741727
- added running of automake before configure to make this version build
741727
- changed %%defattr
741727
741727
* Sat Jun 27 1998 Arne Coucheron <arneco@online.no>
741727
  [0.20-1]
741727
741727
* Sun Jun  7 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
741727
  [0.19-3]
741727
- fixed configuring sources by add --x-includes=/usr/lib/glib/include
741727
  configure parameter (for glibconfig.h),
741727
- changed Source url to ftp://www.xcf.berkeley.edu/pub/xdelta/
741727
- fixed %%defattr macros (thanks to René Wuttke <Rene.Wuttke@gmx.net>).
741727
741727
* Wed May  6 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
741727
  [0.19-2]
741727
- %%{version} macro instead %%{PACKAGE_VERSION},
741727
- added -q %%setup parameter,
741727
- added using %%{name} macro in Buildroot, Source and Rquires in devel
741727
  fields.
741727
741727
* Sun May 03 1998 Arne Coucheron <arneco@online.no>
741727
  [0.19-1]
741727
- removed some older changelogs
741727
741727
* Wed Apr 29 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
741727
  [0.18-2]
741727
- removed COPYING from %%doc (copyright statment is in Copyright field),
741727
- /sbin/ldconfig is now -p parameter in %%post, %%postun,
741727
- replaced "mkdir -p" with "install -d" in %%install,
741727
- added "Requires: xdelta = %%{PACKAGE_VERSION}" for devel,
741727
- added using %%defattr macro in %%files (requires rpm >= 2.4.99),
741727
- added using predefined macro %%{PACKAGE_VERSION} instead %%{version},
741727
- changed permission on /usr/lib/lib*.so links to 644,
741727
- removed /usr/lib/libxdelta.la from devel,
741727
- added striping /usr/lib/lib*.so.*.* libs,
741727
- Buildroot changed to /tmp/xdelta-%%{PACKAGE_VERSION}-root.
741727
741727
* Fri Apr 24 1998 Arne Coucheron <arneco@online.no>
741727
  [0.18-1]
741727
- removed the fakeglib patch
741727
741727
* Wed Apr 08 1998 Arne Coucheron <arneco@online.no>
741727
  [0.15-2]
741727
- splitted the package into a main and devel package
741727
741727
* Sat Apr 04 1998 Arne Coucheron <arneco@online.no>
741727
  [0.15-1]