[packages/cantata] fix cantata-tags execute attrs

glen glen at pld-linux.org
Sun Jan 3 22:29:08 CET 2016


commit 0c2d41007948b04f4447b2d74d2edfcb5e8907ed
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Sun Jan 3 23:28:50 2016 +0200

    fix cantata-tags execute attrs

 cantata.spec | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/cantata.spec b/cantata.spec
index 3d43074..da5dfaa 100644
--- a/cantata.spec
+++ b/cantata.spec
@@ -118,6 +118,7 @@ install -d build
 cd build
 CXXFLAGS="%{rpmcxxflags} -I/usr/include/qt5/QtSolutions"
 %cmake \
+	-DCANTATA_HELPERS_LIB_DIR=%{_libdir} \
 	-DENABLE_KDE:BOOL=%{?with_kde:ON}%{!?with_kde:OFF} \
 	-DENABLE_QT5:BOOL=ON \
 	-DENABLE_FFMPEG:BOOL=OFF \
@@ -152,7 +153,8 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog LICENSE README TODO
 %attr(755,root,root) %{_bindir}/cantata
-%{_prefix}/lib/cantata/
+%dir %{_libdir}/%{name}
+%attr(755,root,root) %{_libdir}/%{name}/cantata-tags
 %{_desktopdir}/cantata.desktop
 %{_iconsdir}/hicolor/*/*/*.png
 %{_iconsdir}/hicolor/*/*/*.svg
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/cantata.git/commitdiff/0c2d41007948b04f4447b2d74d2edfcb5e8907ed



More information about the pld-cvs-commit mailing list