From: kloczek Date: Sat, 26 Jan 2002 06:29:52 +0000 (+0000) Subject: - updated to 2.5.2 (security fixes - importand), X-Git-Tag: rsync-2_5_2-1 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;h=bbd47287ae29914eced56f3f4ddb6214ee1da27f;hp=3eea30c962b9ec584cf246226fe6eecda54abd11;p=packages%2Frsync.git - updated to 2.5.2 (security fixes - importand), - added popt-devel to BuildRequires, - removed outdated config patch, - removed outdated ipv6 patch and added --enable-ipv6 to configure parameters. Changed files: rsync.spec -> 1.52 --- diff --git a/rsync.spec b/rsync.spec index b79cb2e..9d61e52 100644 --- a/rsync.spec +++ b/rsync.spec @@ -1,8 +1,8 @@ Summary: Program for efficient remote updates of files Summary(pl): Program efektywnego modyfikowania plików na zdalnym komputerze Name: rsync -Version: 2.4.6 -Release: 5 +Version: 2.5.2 +Release: 1 License: GPL Group: Daemons Group(de): Server @@ -11,10 +11,8 @@ Source0: http://rsync.samba.org/ftp/rsync/%{name}-%{version}.tar.gz Source1: %{name}.inet Patch0: %{name}-config.patch Patch1: %{name}-man.patch -Patch2: %{name}-configure.patch -#Patch3: http://www.misiek.eu.org/ipv6/%{name}-2.4.5-ipv6-20000821.patch.gz -Patch3: %{name}-2.4.6-ipv6-20010419.patch.gz BuildRequires: autoconf +BuildRequires: popt-devel URL: http://samba.anu.edu.au/rsync/ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -69,12 +67,12 @@ pakietu. %setup -q %patch0 -p1 %patch1 -p1 -%patch2 -p1 -%patch3 -p1 %build autoconf -%configure +%configure \ + --enable-ipv6 + %{__make} %install