Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=894338

--- Comment #8 from Michael Schwendt <[email protected]> ---
> And even before I updated it, none of the resulting packages were empty.

You still misunderstand it then.


> Just type "A".

Interactive builds are not acceptable.


> Can you enumerate which "weird" things I do on prep?

1) not starting in a clean/empty builddir
2) not building in a %{name}-%{version} namespace dir like thousands of other
packages
3) unzipping the source manually instead of using %setup for that
4) waiting for keyboard input because of 1)


> Btw, are you planning helping with anything?

Depends on whether you are willing to learn. At least you've started asking
questions. That's good. I would use this %prep section, which solves all the
problems in your one:

%prep
%setup -q -c %{name}-%{version}
%setup -q -n %{name}-%{version}/distorm3/make/linux -D -T

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=4elh6dySjm&a=cc_unsubscribe
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to