Diff for /embedaddon/rsync/packaging/lsb/rsync.spec between versions 1.1.1.2 and 1.1.1.3

version 1.1.1.2, 2013/10/14 07:51:14 version 1.1.1.3, 2016/11/01 09:54:32
Line 1 Line 1
 Summary: A fast, versatile, remote (and local) file-copying tool  Summary: A fast, versatile, remote (and local) file-copying tool
 Name: rsync  Name: rsync
Version: 3.1.0Version: 3.1.2
 %define fullversion %{version}  %define fullversion %{version}
 Release: 1  Release: 1
 %define srcdir src  %define srcdir src
 Group: Applications/Internet  Group: Applications/Internet
   License: GPL
 Source0: http://rsync.samba.org/ftp/rsync/%{srcdir}/rsync-%{fullversion}.tar.gz  Source0: http://rsync.samba.org/ftp/rsync/%{srcdir}/rsync-%{fullversion}.tar.gz
 #Source1: http://rsync.samba.org/ftp/rsync/%{srcdir}/rsync-patches-%{fullversion}.tar.gz  #Source1: http://rsync.samba.org/ftp/rsync/%{srcdir}/rsync-patches-%{fullversion}.tar.gz
 URL: http://rsync.samba.org/  URL: http://rsync.samba.org/
   
 Prefix: %{_prefix}  Prefix: %{_prefix}
 BuildRoot: /var/tmp/%{name}-root  BuildRoot: /var/tmp/%{name}-root
 License: GPL  
   
 %package ssl-client  %package ssl-client
 Summary: Provides rsync-ssl  Summary: Provides rsync-ssl
Requires: stunnel >= 4Group: Applications/Internet
 Requires: rsync, stunnel >= 4
   
 %package ssl-daemon  %package ssl-daemon
 Summary: An stunnel config file to support ssl rsync daemon connections.  Summary: An stunnel config file to support ssl rsync daemon connections.
Requires: stunnel >= 4Group: Applications/Internet
 Requires: rsync, stunnel >= 4
   
 %description  %description
 Rsync is a fast and extraordinarily versatile file copying tool.  It can  Rsync is a fast and extraordinarily versatile file copying tool.  It can
Line 89  rm -rf $RPM_BUILD_ROOT Line 91  rm -rf $RPM_BUILD_ROOT
 %dir /etc/rsync-ssl/certs  %dir /etc/rsync-ssl/certs
   
 %changelog  %changelog
* Sat Sep 28 2013 Wayne Davison <wayned@samba.org>* Mon Dec 21 2015 Wayne Davison <wayned@samba.org>
Released 3.1.0.Released 3.1.2.
   
 * Fri Mar 21 2008 Wayne Davison <wayned@samba.org>  * Fri Mar 21 2008 Wayne Davison <wayned@samba.org>
 Added installation of /etc/xinetd.d/rsync file and some commented-out  Added installation of /etc/xinetd.d/rsync file and some commented-out

Removed from v.1.1.1.2  
changed lines
  Added in v.1.1.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>