File librsync.spec of Package librsync
#
# spec file for package librsync
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: librsync
%define lname librsync1
BuildRequires: libbz2-devel
BuildRequires: libtool
BuildRequires: popt-devel
BuildRequires: zlib-devel
Summary: A Library for Generating Network Deltas
License: LGPL-2.1+
Group: Development/Libraries/C and C++
Version: 0.9.7
Release: 0
Url: http://librsync.sourceforge.net/
Source: http://prdownloads.sourceforge.net/rproxy/%{name}-%{version}.tar.bz2
Patch0: %{name}-%{version}-strictalias.diff
Patch1: librsync-0.9.7-largefiles.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
librsync implements the "rsync" algorithm, which allows remote
differencing of binary files. librsync computes a delta relative to a
file's checksum, so the two files need not both be present to generate
a delta.
%package -n %lname
Summary: A Library for Generating Network Deltas
Group: System/Libraries
# O/P added 2011-11-26
Obsoletes: librsync < %version-%release
Provides: librsync = %version-%release
%description -n %lname
librsync implements the "rsync" algorithm, which allows remote
differencing of binary files. librsync computes a delta relative to a
file's checksum, so the two files need not both be present to generate
a delta.
%package devel
Summary: Development files for librsync
Group: Development/Libraries/C and C++
Requires: %lname = %version
%description devel
librsync implements the "rsync" algorithm, which allows remote
differencing of binary files. librsync computes a delta relative to a
file's checksum, so the two files need not both be present to generate
a delta.
%package -n rdiff
Summary: Frontend to rsync's delta algorithm
Group: Productivity/Archiving/Backup
%description -n rdiff
rdiff computes and applies signature-based file differences.
%prep
%setup -q
%patch0
%patch1
%build
autoreconf -fi
%configure --enable-shared --disable-static --with-pic
make %{?_smp_mflags}
%install
%makeinstall
%{__rm} %{buildroot}%{_libdir}/librsync.la
%post -n %lname -p /sbin/ldconfig
%postun -n %lname -p /sbin/ldconfig
%files -n %lname
%defattr(-,root,root)
%{_libdir}/librsync.so.1*
%doc AUTHORS COPYING NEWS README THANKS TODO
%files devel
%defattr(-,root,root)
%{_libdir}/librsync.so
%{_mandir}/man3/*
%{_includedir}/*.h
%files -n rdiff
%defattr(-,root,root)
%{_bindir}/rdiff
%{_mandir}/man1/*
%changelog