[packages/ocsync] - run ldconfig
caleb
caleb at pld-linux.org
Wed Sep 25 13:40:47 CEST 2013
commit e542f5cc3812c6b1041ae70fab2dd08c57b5441f
Author: Caleb Maclennan <caleb at pld-linux.org>
Date: Wed Sep 25 14:38:52 2013 +0300
- run ldconfig
ocsync.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/ocsync.spec b/ocsync.spec
index 0edb2fe..520352e 100644
--- a/ocsync.spec
+++ b/ocsync.spec
@@ -5,7 +5,7 @@
Summary: A user level bidirectional client only file synchronizer (owncloud version)
Name: ocsync
Version: 0.90.0
-Release: 0.1
+Release: 0.2
License: GPL v2
Group: Libraries
Source0: http://download.owncloud.com/download/%{name}-%{version}.tar.bz2
@@ -83,6 +83,9 @@ cd build
%clean
rm -rf $RPM_BUILD_ROOT
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
%files
%defattr(644,root,root,755)
%doc AUTHORS COPYING INSTALL README
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ocsync.git/commitdiff/e542f5cc3812c6b1041ae70fab2dd08c57b5441f
More information about the pld-cvs-commit
mailing list