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

--- Comment #8 from Avi Alkalay <[email protected]> ---
Fixed all, I think.

http://avi.alkalay.net/software/atomicparsley/AtomicParsley.spec
http://avi.alkalay.net/software/atomicparsley/AtomicParsley-0.9.0-12.fc17.src.rpm
http://avi.alkalay.net/software/atomicparsley/AtomicParsley-0.9.0-12.fc17.x86_64.rpm

I think this is the best and most clear way:

%prep
# The source zip file includes a top level directory called __MACOSX which
doesn't
# get removed by %%clean, so in a multiple RPM build scenario this directory
will
# not get removed, making a subsequent RPM build fails in the unzipping
process.
# We will (try to) remove this useless leftover directory and the new one that
# will be generated by unzipping right now to avoid problems in subsequent RPM
# builds of the same package and to keep the build directory clean.
rm -rf __MACOSX
%setup -q -n "%{name}-source-%{version}"
rm -rf ../__MACOSX
chmod a-x *.cpp *.h
%patch0

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to