[Bug 176718] perl-Devel-Symdump: update request to 2.05

bugzilla at redhat.com bugzilla at redhat.com
Tue Jan 10 20:41:09 UTC 2006


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: perl-Devel-Symdump: update request to 2.05


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





------- Additional Comments From jpo at di.uminho.pt  2006-01-10 15:41 EST -------
Jason,

The following change is not needed for noarch packages:
------
@@ -29,6 +29,7 @@
 rm -rf $RPM_BUILD_ROOT
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
+find $RPM_BUILD_ROOT -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
 find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
 chmod -R u+w $RPM_BUILD_ROOT/*
 
------

and following one creates an unowned directory:

------
@@ -42,11 +43,14 @@
 %files
 %defattr(-,root,root,-)
 %doc ChangeLog README
-%{perl_vendorlib}/Devel/
+%{perl_vendorlib}/Devel/*
 %{_mandir}/man3/*.3*

------

At least this last one must be reverted.
jpo

Source:
https://www.redhat.com/archives/fedora-cvs-commits/2006-January/msg00538.html


-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the perl-devel mailing list