[packages/megacmd] fix library packaging
glen
glen at pld-linux.org
Thu Nov 8 23:12:32 CET 2018
commit f3c91bd4983021c260b1ca40bfe1772d94fa3c38
Author: Elan Ruusamäe <glen at pld-linux.org>
Date: Fri Nov 9 00:12:26 2018 +0200
fix library packaging
megacmd.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/megacmd.spec b/megacmd.spec
index 779f876..78368e4 100644
--- a/megacmd.spec
+++ b/megacmd.spec
@@ -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)
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/megacmd.git/commitdiff/f3c91bd4983021c260b1ca40bfe1772d94fa3c38
More information about the pld-cvs-commit
mailing list