]> git.pld-linux.org Git - packages/upx.git/blobdiff - upx.spec
- cosmetics
[packages/upx.git] / upx.spec
index 86a305570ffcdf64cb28e0551c4b5dd9c1b04b9d..89248bcd5495594bec9074e33c91755b2e635bfd 100644 (file)
--- a/upx.spec
+++ b/upx.spec
@@ -11,9 +11,9 @@ Patch0:               %{name}-opt.patch
 Patch1:                %{name}-ucl.patch
 URL:           http://upx.sourceforge.net/
 BuildRequires: glibc-static
-BuildRequires: ucl-devel >= 1.01
 BuildRequires: libstdc++-devel
-Exclusivearch: %{ix86}
+BuildRequires: ucl-devel >= 1.01
+ExclusiveArch: %{ix86}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -37,13 +37,10 @@ wa
 %patch1 -p1
 
 %build
-cd doc
-%{__make} CFLAGS_O="%{rpmcflags}"
-cd ../src
-%{__make} \
+%{__make} -C doc
+%{__make} -C src \
        CFLAGS_O="%{rpmcflags}" \
        CC="%{__cxx}"
-cd ..
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.075858 seconds and 4 git commands to generate.