[packages/libfakekey] - drop obsolete hack, no attr for symlinks or shared libs
qboosh
qboosh at pld-linux.org
Sun Mar 15 12:45:42 CET 2026
commit 602370be4ad686fda9753dfbd6abaa62b84a1de3
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sun Mar 15 12:45:52 2026 +0100
- drop obsolete hack, no attr for symlinks or shared libs
libfakekey.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/libfakekey.spec b/libfakekey.spec
index 136a312..2a39d6c 100644
--- a/libfakekey.spec
+++ b/libfakekey.spec
@@ -58,7 +58,7 @@ Statyczna biblioteka libfakekey.
%{__autoheader}
%{__automake}
%configure
-%{__make} AM_LDFLAGS=-lX11
+%{__make}
%install
rm -rf $RPM_BUILD_ROOT
@@ -77,12 +77,12 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
%doc ChangeLog
-%attr(755,root,root) %{_libdir}/libfakekey.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libfakekey.so.[0-9]
+%{_libdir}/libfakekey.so.*.*.*
+%ghost %{_libdir}/libfakekey.so.0
%files devel
%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libfakekey.so
+%{_libdir}/libfakekey.so
%{_includedir}/fakekey
%{_pkgconfigdir}/libfakekey.pc
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libfakekey.git/commitdiff/602370be4ad686fda9753dfbd6abaa62b84a1de3
More information about the pld-cvs-commit
mailing list