]> git.pld-linux.org Git - packages/rsync.git/commitdiff
- moved back to /usr/bin - rsync is mainly a client, not a server (by
authorSebastian Zagrodzki <sebek@zagrodzki.net>
Tue, 26 Sep 2000 14:06:49 +0000 (14:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  analogy to cvs)
- release 2

Changed files:
    rsync.spec -> 1.40

rsync.spec

index 2fc624c47950f0dc77a9a5b4780e6847e48dd4e9..57b0b8582025142fe201279ac69264003b213f59 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Program for efficient remote updates of files.
 Summary(pl):   Program efektywnego modyfikowania plików na zdalnym komputerze.
 Name:          rsync
 Version:       2.4.5
 Summary(pl):   Program efektywnego modyfikowania plików na zdalnym komputerze.
 Name:          rsync
 Version:       2.4.5
-Release:       1
+Release:       2
 License:       GPL
 Group:         Daemons
 Group(pl):     Serwery
 License:       GPL
 Group:         Daemons
 Group(pl):     Serwery
@@ -81,7 +81,7 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        prefix=$RPM_BUILD_ROOT%{_prefix} \
        mandir=$RPM_BUILD_ROOT%{_mandir} \
 %{__make} install \
        prefix=$RPM_BUILD_ROOT%{_prefix} \
        mandir=$RPM_BUILD_ROOT%{_mandir} \
-       bindir=$RPM_BUILD_ROOT%{_sbindir}
+       bindir=$RPM_BUILD_ROOT%{_bindir}
 
 install -d $RPM_BUILD_ROOT{%{_sysconfdir},/etc/sysconfig/rc-inetd}
 
 
 install -d $RPM_BUILD_ROOT{%{_sysconfdir},/etc/sysconfig/rc-inetd}
 
@@ -110,7 +110,7 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc README.gz 
 %files
 %defattr(644,root,root,755)
 %doc README.gz 
-%attr(755,root,root) %{_sbindir}/*
+%attr(755,root,root) %{_bindir}/*
 %{_mandir}/man1/*
 
 %files -n rsyncd
 %{_mandir}/man1/*
 
 %files -n rsyncd
This page took 0.161278 seconds and 4 git commands to generate.