https://bugzilla.redhat.com/show_bug.cgi?id=1509034

Richard Shaw <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED



--- Comment #3 from Richard Shaw <[email protected]> ---
Quick spec review first:


Could change:

In %prep:
%setup 

to

%autosetup -p1

---

In %build:
make %{?_smp_mflags} -C %{_target_platform}

to

%make_build

There's no reason to popd out of the directory, you can run make there and then
you don't need the -C...

---

In %install
make install -C %{_target_platform} DESTDIR=%{buildroot}

to

pushd %{_target_platform}
%make_install
popd (for find_lang)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to