[csync2] Update to 2-1.34

Luis Enrique Bazán De León lbazan at fedoraproject.org
Wed Jul 20 21:58:13 UTC 2011


commit 912111d90117dd816aab9997ef2c31df3b9c9c31
Author: Luis Bazan <lbazan at BAKER-FEDORA.(none)>
Date:   Wed Jul 20 16:57:29 2011 -0500

    Update to 2-1.34

 csync2.spec |   52 +++++++++++++++++++++++++++++++---------------------
 1 files changed, 31 insertions(+), 21 deletions(-)
---
diff --git a/csync2.spec b/csync2.spec
index ac0bd9b..33c8cd7 100644
--- a/csync2.spec
+++ b/csync2.spec
@@ -1,23 +1,30 @@
-Summary: Cluster synchronization tool
-Name: csync2
-Version: 1.34
-Release: 5%{?dist}
-License: GPLv2+
-Group: Applications/System
-URL: http://oss.linbit.com/csync2/
-Source0: http://oss.linbit.com/csync2/%{name}-%{version}.tar.gz
-Source1: csync2-README.quickstart
-Patch0: csync2-fix-xinetd.patch
-Patch1: csync2-1.34-cfg.patch
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
-Requires: xinetd
-Requires(post): openssl
-BuildRequires: sqlite2-devel
-BuildRequires: librsync-devel
-BuildRequires: bison
-BuildRequires: flex
-BuildRequires: gnutls-devel
-BuildRequires: libtasn1-devel
+Summary:        Cluster synchronization tool
+Name:           csync2
+Version:        1.34
+Release:        6%{?dist}
+License:        GPLv2+
+Group:          Applications/System
+URL:            http://oss.linbit.com/csync2/
+Source0:        http://oss.linbit.com/csync2/%{name}-%{version}.tar.gz
+
+Source1:        csync2-README.quickstart
+Patch0:         csync2-fix-xinetd.patch
+Patch1:         csync2-1.34-cfg.patch
+
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
+
+BuildRequires:  sqlite2-devel
+BuildRequires:  gnutls-devel
+BuildRequires:  librsync-devel
+BuildRequires:  libgcrypt-devel
+BuildRequires:  libgpg-error-devel
+BuildRequires:  openssl
+BuildRequires:  byacc
+BuildRequires:  flex
+BuildRequires:  bison
+BuildRequires:  libtasn1-devel
+Requires:       xinetd
+
 
 %description
 Csync2 is a cluster synchronization tool. It can be used to keep files on
@@ -84,7 +91,7 @@ fi
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS COPYING README README.quickstart paper.pdf
+%doc README.quickstart paper.pdf
 %dir %{_sysconfdir}/csync2/
 %config(noreplace) %{_sysconfdir}/csync2/csync2.cfg
 %config(noreplace) %{_sysconfdir}/xinetd.d/csync2
@@ -97,6 +104,9 @@ fi
 
 
 %changelog
+* Wed Jul 20 2011 Luis Bazan <bazanluis20 at gmail.com> 1.34-6
+- add BuildRequires 
+
 * Wed Nov 28 2007 Matthias Saou <http://freshrpms.net/> 1.34-5
 - Include cfg patch to include pointers to local doc and better defaults.
 


More information about the scm-commits mailing list