]> git.pld-linux.org Git - packages/rsync.git/commitdiff
- updated to 2.5.2 (security fixes - importand), rsync-2_5_2-1
authorkloczek <kloczek@pld-linux.org>
Sat, 26 Jan 2002 06:29:52 +0000 (06:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- 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

rsync.spec

index b79cb2efb0c54abd54a609d84c34f6ac7267e90e..9d61e52ee49a9afae0277eeb854cd6cfef6cd802 100644 (file)
@@ -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
This page took 0.029517 seconds and 4 git commands to generate.