]> git.pld-linux.org Git - packages/owncloudclient.git/commitdiff
move ocsync lib to standard dir
authorElan Ruusamäe <glen@delfi.ee>
Tue, 12 Apr 2016 18:07:43 +0000 (21:07 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 12 Apr 2016 18:07:43 +0000 (21:07 +0300)
owncloudclient.spec

index f61482b9b273883bfca3cb1d7fae8ce20ad372e2..63ba9094cd0f8ed8e58ae2b95aa2aaa3f0e029d3 100644 (file)
@@ -12,7 +12,7 @@
 Summary:       The ownCloud client
 Name:          owncloudclient
 Version:       2.1.1
-Release:       0.13
+Release:       0.14
 License:       GPL v2+
 Group:         X11/Applications
 Source0:       https://download.owncloud.com/desktop/stable/%{name}-%{version}.tar.xz
@@ -130,6 +130,9 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} -C build install \
        DESTDIR=$RPM_BUILD_ROOT
 
+# owncloud client links without rpath
+mv $RPM_BUILD_ROOT%{_libdir}/owncloud/libocsync.so* $RPM_BUILD_ROOT%{_libdir}
+
 %if %{with nautilus}
 # nemo not in pld
 %{__rm} $RPM_BUILD_ROOT%{_datadir}/nemo-python/extensions/syncstate.py*
@@ -177,14 +180,14 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libowncloudsync.so.*.*.*
 %ghost %{_libdir}/libowncloudsync.so.0
-%attr(755,root,root) %{_libdir}/owncloud/libocsync.so.*.*.*
-%ghost %{_libdir}/owncloud/libocsync.so.0
+%attr(755,root,root) %{_libdir}/libocsync.so.*.*.*
+%ghost %{_libdir}/libocsync.so.0
 
 %files devel
 %defattr(644,root,root,755)
 %{_includedir}/owncloudsync
 %{_libdir}/libowncloudsync.so
-%{_libdir}/owncloud/libocsync.so
+%{_libdir}/libocsync.so
 
 %if %{with nautilus}
 %files nautilus
This page took 0.087904 seconds and 4 git commands to generate.