2067422
@@ -38,7 +38,6 @@
./Build test
%install
- %{__rm} -rf "${RPM_BUILD_ROOT}"
./Build install destdir="${RPM_BUILD_ROOT}" create_packlist=0
find "${RPM_BUILD_ROOT}" -type f -name "*.bs" -size 0 -exec %{__rm} -f {} \;
find "${RPM_BUILD_ROOT}" -depth -type d -exec rmdir {} 2>/dev/null \;
Setting Group and BuildRoot and removing the buildroot contents in %install has not been necessary or permitted for a long time.
rebased onto 2067422
Hi! Can we get this merged please?
Pull-Request has been merged by ralston
Yes; merged. Thanks.
(I typically clean up the spec file whenever I rebase to the latest version of a package, but there hasn't been a new version of this perl module in… well, forever, basically.)
Setting Group and BuildRoot and removing the buildroot contents
in %install has not been necessary or permitted for a long time.