]> git.pld-linux.org Git - packages/rsync.git/commitdiff
- adapterized.
authorkloczek <kloczek@pld-linux.org>
Sat, 23 Feb 2002 04:32:21 +0000 (04:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rsync.spec -> 1.54

rsync.spec

index a953d7b04884853b4f3090630c6fce8ea3046dd7..15117489b99bf572bc8244db8425eb2527a40e96 100644 (file)
@@ -65,11 +65,11 @@ pakietu.
 %patch1 -p1
 
 %build
-autoconf 
+autoconf
 %configure \
        --enable-ipv6
 
-%{__make} 
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -86,7 +86,7 @@ install -d $RPM_BUILD_ROOT{%{_sysconfdir},/etc/sysconfig/rc-inetd}
 
 install %{SOURCE1} $RPM_BUILD_ROOT/etc/sysconfig/rc-inetd/rsyncd
 
-gzip -9nf README 
+gzip -9nf README
 
 %post -n rsyncd
 if [ -f /var/lock/subsys/rc-inetd ]; then
@@ -105,7 +105,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc README.gz 
+%doc README.gz
 %attr(755,root,root) %{_bindir}/*
 %{_mandir}/man1/*
 
This page took 0.11687 seconds and 4 git commands to generate.