SPECS: rsync.spec - rel 3; add and enable openssl support
arekm
arekm at pld-linux.org
Sat Nov 12 21:22:06 CET 2005
Author: arekm Date: Sat Nov 12 20:22:06 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- rel 3; add and enable openssl support
---- Files affected:
SPECS:
rsync.spec (1.101 -> 1.102)
---- Diffs:
================================================================
Index: SPECS/rsync.spec
diff -u SPECS/rsync.spec:1.101 SPECS/rsync.spec:1.102
--- SPECS/rsync.spec:1.101 Thu Sep 22 09:15:37 2005
+++ SPECS/rsync.spec Sat Nov 12 21:22:01 2005
@@ -14,7 +14,7 @@
Summary(zh_TW): [łń°Ô]$(B6G?i¤ő(c(B
Name: rsync
Version: 2.6.6
-Release: 2
+Release: 3
License: GPL
Group: Daemons
Source0: http://rsync.samba.org/ftp/rsync/%{name}-%{version}.tar.gz
@@ -31,6 +31,7 @@
BuildRequires: autoconf >= 2.52
BuildRequires: automake
BuildRequires: acl-devel
+BuildRequires: openssl-devel
BuildRequires: popt-devel
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -154,13 +155,16 @@
%patch0 -p1
%patch1 -p1
%patch2 -p1
+patch -p0 < patches/openssl-support.diff || exit 1
%build
cp -f /usr/share/automake/config.sub .
+%{__autoheader}
%{__autoconf}
%configure \
%{?with_rsh:--with-rsh=rsh} \
--enable-ipv6 \
+ --enable-openssl \
--with-acl-support \
--with-xattr-support \
--disable-debug \
@@ -269,6 +273,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.102 2005/11/12 20:22:01 arekm
+- rel 3; add and enable openssl support
+
Revision 1.101 2005/09/22 07:15:37 arekm
- rel 2; enable ACL and XATTR support
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/rsync.spec?r1=1.101&r2=1.102&f=u
More information about the pld-cvs-commit
mailing list