]> git.pld-linux.org Git - packages/sedutil.git/commitdiff
package PSID Revert documentation master auto/th/sedutil-1.12-1
authorTomasz Pala <gotar@pld-linux.org>
Sat, 27 Aug 2016 20:33:10 +0000 (22:33 +0200)
committerTomasz Pala <gotar@pld-linux.org>
Sat, 27 Aug 2016 20:33:10 +0000 (22:33 +0200)
makefile configs hardcode -m%{arch}, there's no point to force x32 for this

sedutil.spec

index 3a9fbcc1f5c012e8757aa27af0ae141294cf9162..a5863dc6e9f4f80b7e68e03af895672cef2847e7 100644 (file)
@@ -11,7 +11,7 @@ Source0:      https://github.com/Drive-Trust-Alliance/sedutil/archive/%{version}.tar.
 Patch0:                44e144ae2b85dc541bd09945311a2030ab412e98.patch
 URL:           https://github.com/Drive-Trust-Alliance/sedutil
 BuildRequires: libstdc++-devel
-ExclusiveArch: %{ix86} %{x8664} x32
+ExclusiveArch: %{ix86} %{x8664}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -27,7 +27,7 @@ standard on BIOS machines.
 
 %build
 %{__make} -C linux/CLI \
-%ifarch %{x8664} x32
+%ifarch %{x8664}
        CONF=Release_x86_64
 %else
        CONF=Release_i686
@@ -44,5 +44,5 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc README.md
+%doc README.md linux/PSIDRevert_LINUX.txt
 %attr(755,root,root) %{_bindir}/%{name}-cli
This page took 0.100037 seconds and 4 git commands to generate.