]> git.pld-linux.org Git - packages/libopenshot.git/commitdiff
- disable so check due to false negative WriteImages reference auto/th/libopenshot-0.1.4-1
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 7 May 2017 09:53:28 +0000 (11:53 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 7 May 2017 09:53:28 +0000 (11:53 +0200)
- updated files

libopenshot.spec

index 9c0ccb4937d204652108baf326dc99c886df3fe7..0094f0b7649493bd215f2f5e0c88478626262e93 100644 (file)
@@ -26,6 +26,8 @@ BuildRequires:        unittest-cpp-devel
 BuildRequires: zeromq-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define                skip_post_check_so      libopenshot.so.*
+
 %description
 OpenShot Library (libopenshot) is an open-source project dedicated to
 delivering high quality video editing, animation, and playback
@@ -77,7 +79,7 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libopenshot.so.*.*
-%attr(755,root,root) %ghost %{_libdir}/libopenshot.so.9
+%attr(755,root,root) %ghost %{_libdir}/libopenshot.so.1
 
 %files devel
 %defattr(644,root,root,755)
This page took 0.083127 seconds and 4 git commands to generate.