]> git.pld-linux.org Git - packages/megacmd.git/commitdiff
fix library packaging auto/th/megacmd-1.0.0-2
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 8 Nov 2018 22:12:26 +0000 (00:12 +0200)
committerElan Ruusamäe <glen@pld-linux.org>
Thu, 8 Nov 2018 22:12:26 +0000 (00:12 +0200)
megacmd.spec

index 779f87648b549ae0a84ba334c222c8c6b0ac1a1b..78368e43bd3076bb2fe187991a8b5ac5ca3b6f35 100644 (file)
@@ -1,7 +1,7 @@
 Summary:       Command Line Interactive and Scriptable Application to access MEGA
 Name:          megacmd
 Version:       1.0.0
-Release:       1
+Release:       2
 License:       BSD-like
 Group:         Applications
 Source0:       https://github.com/meganz/MEGAcmd/archive/%{version}/%{name}-%{version}.tar.gz
@@ -127,8 +127,8 @@ rm -rf $RPM_BUILD_ROOT
 
 %files libs
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libmega.so.30401
-%attr(755,root,root) %ghost %{_libdir}/libmega.so.*.*.*
+%attr(755,root,root) %{_libdir}/libmega.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libmega.so.30401
 
 %files devel
 %defattr(644,root,root,755)
This page took 0.066414 seconds and 4 git commands to generate.