[packages/gmpc] - explicitly state that empty plugins dir is packaged here
qboosh
qboosh at pld-linux.org
Mon Sep 1 18:10:19 CEST 2025
commit 2bfed40405eb6e370e7998dca4a5be6b40338d14
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Mon Sep 1 18:13:04 2025 +0200
- explicitly state that empty plugins dir is packaged here
gmpc.spec | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/gmpc.spec b/gmpc.spec
index 065faec..cf6dd24 100644
--- a/gmpc.spec
+++ b/gmpc.spec
@@ -135,7 +135,8 @@ rm -rf $RPM_BUILD_ROOT
%attr(755,root,root) %{_bindir}/gmpc-remote-stream
%{_desktopdir}/gmpc.desktop
%{_datadir}/%{name}
-%{_libdir}/%{name}
+%dir %{_libdir}/%{name}
+%dir %{_libdir}/%{name}/plugins
%{_iconsdir}/hicolor/16x16/apps/gmpc.png
%{_iconsdir}/hicolor/22x22/apps/gmpc.png
%{_iconsdir}/hicolor/32x32/apps/gmpc.png
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gmpc.git/commitdiff/2bfed40405eb6e370e7998dca4a5be6b40338d14
More information about the pld-cvs-commit
mailing list