[owncloud-csync/f17] fix for f17 spec only

Joseph Marrero jmarrero at fedoraproject.org
Sun Oct 14 21:51:32 UTC 2012


commit c92e43145af4aa17433903e3cdf65a837a6ec0f0
Author: Joseph Marrero <jmarrero at fedoraproject.org>
Date:   Sun Oct 14 21:51:02 2012 +0000

    fix for f17 spec only

 owncloud-csync.spec |   18 +++++++++++++++++-
 1 files changed, 17 insertions(+), 1 deletions(-)
---
diff --git a/owncloud-csync.spec b/owncloud-csync.spec
index bdd5047..63314d8 100644
--- a/owncloud-csync.spec
+++ b/owncloud-csync.spec
@@ -48,6 +48,17 @@ ocsync is an implementation of a file synchronizer which provides the
 feature of roaming home directories for Linux clients. ocsync makes use
 of libneon to access ownCloud. 
 
+##### F17 only spec area starts
+
+%package plugin-smb
+Summary:        SMB plugin for ocsync
+Requires:       %{name}-libs%{?_isa} = %{version}-%{release}
+
+%description plugin-smb
+This plug-in allows applications using ocsync to synchronize with a
+Samba or Windows server.
+
+##### F17 only spec area ends
 %package devel
 Summary:        Development files for ocsync
 Requires:       %{name}-libs%{?_isa} = %{version}-%{release}
@@ -122,6 +133,11 @@ popd build
 %files plugin-owncloud
 %{_libdir}/ocsync-0/ocsync_owncloud.so
 
+#f17 only area starts
+%files plugin-smb
+%{_libdir}/occsync-0/csync_smb.so
+#f17 only area ends
+
 %files devel
 %{_includedir}/ocsync
 %{_libdir}/libocsync.so
@@ -164,4 +180,4 @@ popd build
 * Sat Aug 14 2012 <jmarrero at fedoraproject.org> 0.50.8-2
 - Added openssl dependency version
 * Sat Aug 11 2012 <jmarrero at fedoraproject.org> 0.50.8-1
-- Initial try to package csync dav branch version
\ No newline at end of file
+- Initial try to package csync dav branch version


More information about the scm-commits mailing list