[packages/ocsync] - Fix matching so files in %files - Added todo notes

caleb caleb at pld-linux.org
Tue Sep 10 12:29:40 CEST 2013


commit 95f367656f132cf56d1cc18a8740c4609333e77c
Author: Caleb Maclennan <caleb at pld-linux.org>
Date:   Tue Sep 10 13:27:20 2013 +0300

    - Fix matching so files in %files
    - Added todo notes

 ocsync.spec | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/ocsync.spec b/ocsync.spec
index 2a064ae..4d75cc0 100644
--- a/ocsync.spec
+++ b/ocsync.spec
@@ -1,3 +1,7 @@
+# TODO:
+# * Add subpackage and complile time flags for plugin packages:
+#   * smb backend
+# * Package documentation
 Summary:	A user level bidirectional client only file synchronizer (owncloud version)
 Name:		ocsync
 Version:	0.80.0
@@ -86,7 +90,8 @@ rm -rf $RPM_BUILD_ROOT
 %config(noreplace) %{_sysconfdir}/ocsync/ocsync_exclude.conf
 %attr(755,root,root) %{_bindir}/ocsync
 %dir %{_sysconfdir}/ocsync
-%attr(755,root,root) %{_libdir}/libocsync.so.*
+%attr(755,root,root) %{_libdir}/libocsync.so.*.*.*
+%ghost %{_libdir}/libocsync.so.0
 %dir %{_libdir}/ocsync-0
 %{_mandir}/man1/ocsync.1*
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ocsync.git/commitdiff/95f367656f132cf56d1cc18a8740c4609333e77c



More information about the pld-cvs-commit mailing list