]> git.pld-linux.org Git - packages/libacpi.git/commitdiff
- verbose bin files, should work on x32
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 27 Jan 2019 08:06:19 +0000 (09:06 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 27 Jan 2019 08:06:19 +0000 (09:06 +0100)
libacpi.spec

index 15759d014d29cc5ca626d9e76b317bde090e3083..f05a9c279c02eb7750dce684e4e4190bb9cf3909 100644 (file)
@@ -9,7 +9,7 @@ Source0:        http://www.ngolde.de/download/%{name}-%{version}.tar.gz
 # Source0-md5: 05b53dd7bead66dda35fec502b91066c
 Patch0:                %{name}-Makefile.patch
 URL:           http://www.ngolde.de/libacpi.html
-ExclusiveArch: %{ix86} %{x8664} ia64
+ExclusiveArch: %{ix86} %{x8664} x32 ia64
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -68,7 +68,7 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS CHANGES README doc/html/*
-%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_bindir}/test-libacpi
 %attr(755,root,root) %{_libdir}/libacpi.so.0
 
 %files devel
This page took 0.07042 seconds and 4 git commands to generate.