[owncloud-csync/f17] Removed the modulesCMakeList_namechange.patch to make the modules compatible with mirall Modified th

Joseph Marrero jmarrero at fedoraproject.org
Mon Aug 20 06:47:47 UTC 2012


commit 71274ef1b26537ff07c3adc5f407e0c9de73c7f3
Author: jmarrero <jmarrero at fedoraproject.com>
Date:   Mon Aug 20 02:43:18 2012 -0400

    Removed the modulesCMakeList_namechange.patch to make the modules compatible with mirall
    Modified the spec according to acomodate the removal of the patch and new file names for the modules

 modulesCMakeLists_namechange.patch |   21 ---------------------
 owncloud-csync.spec                |   22 +++++++++++-----------
 2 files changed, 11 insertions(+), 32 deletions(-)
---
diff --git a/owncloud-csync.spec b/owncloud-csync.spec
index a182b43..7c36c3c 100644
--- a/owncloud-csync.spec
+++ b/owncloud-csync.spec
@@ -1,6 +1,6 @@
 Name:           owncloud-csync
 Version:        0.50.8
-Release:        8%{?dist}
+Release:        9%{?dist}
 Summary:        A user level bidirectional client only file synchronizer
 License:        GPLv2+
 Url:            http://owncloud.org/sync-clients/
@@ -12,9 +12,8 @@ Patch01: csync-0.50.8-COPYING_fix.patch
 Patch02: rootCMakeLists_namechange.patch
 Patch03: clientCMakeLists_namechange.patch
 Patch04: configCMakeLists_namechange.patch
-Patch05: modulesCMakeLists_namechange.patch
-Patch06: docCMakeLists_namechange.patch
-Patch07: srcCMakeLists_namechange.patch
+Patch05: docCMakeLists_namechange.patch
+Patch06: srcCMakeLists_namechange.patch
 
 
 BuildRequires:  check
@@ -97,9 +96,8 @@ The csync-doc package provides user documentation for csync.
 %patch02 -p1 -b .root_namechange
 %patch03 -p1 -b .client_namechange
 %patch04 -p1 -b .config_namechange
-%patch05 -p1 -b .modules_namechange
-%patch06 -p1 -b .doc_namechange
-%patch07 -p1 -b .src_namechange
+%patch05 -p1 -b .doc_namechange
+%patch06 -p1 -b .src_namechange
 
 mv %{_builddir}/csync-%{version}/doc/csync.1 %{_builddir}/csync-%{version}/doc/occsync.1 
 mv %{_builddir}/csync-%{version}/doc/csync.1.txt %{_builddir}/csync-%{version}/doc/occsync.1.txt
@@ -147,13 +145,13 @@ popd build
 %dir %{_libdir}/occsync-0
 
 %files plugin-smb
-%{_libdir}/occsync-0/occsync_smb.so
+%{_libdir}/occsync-0/csync_smb.so
 
 %files plugin-sftp
-%{_libdir}/occsync-0/occsync_sftp.so
+%{_libdir}/occsync-0/csync_sftp.so
 
 %files plugin-owncloud
-%{_libdir}/occsync-0/occsync_owncloud.so
+%{_libdir}/occsync-0/csync_owncloud.so
 
 %files devel
 %{_includedir}/occsync
@@ -166,6 +164,8 @@ popd build
 %{_docdir}/%{name}-%{version}
 
 %changelog
+* Mon Aug 20 2012 <jmarrero at fedoraproject.org> 0.50.8-9
+- Removed Patch modulesCMakeLists_namechange.patch to make modules compatible with Mirall runtime.
 * Sat Aug 18 2012 <jmarrero at fedoraproject.org> 0.50.8-8
 - Marked as no arch doc packages
 * Sat Aug 18 2012 <jmarrero at fedoraproject.org> 0.50.8-7
@@ -191,4 +191,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
+- Initial try to package csync dav branch version
\ No newline at end of file


More information about the scm-commits mailing list