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

--- Comment #13 from Björn Esser <bjoern.es...@gmail.com> ---
Thanks for the hint, Michael!

#####

Marcus, let me get all needed spec-changes together here:

...snip...

 find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
 find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
 find %{buildroot} -type f -name '*.pod' -exec rm -f {} ';'
-find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'

 %{_fixperms} %{buildroot}/*

...snip...

 %files
 %doc BUGS CHANGES README* *.pod eg
-%{perl_vendorarch}/*
+%{perl_vendorarch}/DBD/
+%{perl_vendorarch}/auto/DBD/
 %{_mandir}/man*/*

...snip...

#####

These two changes should bring spec, and therefor build rpms, in perfect shape
for production. You can do them during SCM-import. :)

-- 
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=YA81Xh8YVx&a=cc_unsubscribe
_______________________________________________
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to