]> git.pld-linux.org Git - packages/rsync.git/blobdiff - rsync.spec
- more fixes
[packages/rsync.git] / rsync.spec
index b6c5b4d099ebe033fa3f6582a6cee56c3d872196..5422372bcdd7e38e8432192148703995a9b5496e 100644 (file)
@@ -1,15 +1,16 @@
 Summary:       Program for efficient remote updates of files.
 Summary(pl):   Program efektywnego modyfikowania plików na zdalnym komputerze.
 Name:          rsync
-Version:       2.3.1
-Release:       4
+Version:       2.3.2
+Release:       1
 Copyright:     GPL
 Group:         Daemons
 Group(pl):     Serwery
 Source:                ftp://samba.anu.edu.au/pub/rsync/%{name}-%{version}.tar.gz
 Patch0:                rsync-config.patch
 Patch1:                rsync-man.patch
-Patch2:                rsync-231-v6-19990520-PLD.patch
+# commented out since there's not rsync-2.3.2 patch available yet (19991119)
+# Patch2:              ftp://ftp.kame.net/pub/kame/misc/rsync-231-v6-19990902a.diff.gz
 URL:           http://samba.anu.edu.au/rsync/
 BuildRoot:     /tmp/%{name}-%{version}-root
 
@@ -36,15 +37,17 @@ algorytmu zosta
 %setup  -q
 %patch0 -p1
 %patch1 -p1
-# We don't use it because it's buggy ;(
 #%patch2 -p1
 
 %build
 autoconf 
 LDFLAGS="-s"; export LDFLAGS
-%configure \
+
+#%configure \
 #      --enable-ipv6
 
+%configure
+
 make 
 
 %install
@@ -74,13 +77,3 @@ rm -rf $RPM_BUILD_ROOT
 
 %attr(755,root,root) %{_sbindir}/*
 %{_mandir}/man[15]/*
-
-%changelog
-* Thu Jun 17 1999 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
-  [2.3.1-4]
-- FHS 2.0 
-
-* Wed Jun  9 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
-  [2.3.1-3]
-- pl translation by Wojtek ¦lusarczyk <wojtek@shadow.eu.org>,
-- spec rewrited by PLD team.
This page took 0.106965 seconds and 4 git commands to generate.