[packages/neXtaw] - no attr for symlinks (and shared lib itself)
qboosh
qboosh at pld-linux.org
Sun Feb 8 07:50:09 CET 2026
commit f2b6f310a98437ce45cd055df850da99ecf70bf0
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sun Feb 8 07:50:20 2026 +0100
- no attr for symlinks (and shared lib itself)
neXtaw.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/neXtaw.spec b/neXtaw.spec
index 0cd3d84..8270ca0 100644
--- a/neXtaw.spec
+++ b/neXtaw.spec
@@ -95,12 +95,12 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
%doc AUTHORS COPYING ChangeLog README TODO doc/{CHANGES,FAQ,README.XAW3D} app-defaults-examples
-%attr(755,root,root) %{_libdir}/libneXtaw.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libneXtaw.so.0
+%{_libdir}/libneXtaw.so.*.*.*
+%ghost %{_libdir}/libneXtaw.so.0
%files devel
%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libneXtaw.so
+%{_libdir}/libneXtaw.so
%{_libdir}/libneXtaw.la
%{_includedir}/X11/neXtaw
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/neXtaw.git/commitdiff/f2b6f310a98437ce45cd055df850da99ecf70bf0
More information about the pld-cvs-commit
mailing list