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

--- Comment #3 from Petr Ĺ abata <psab...@redhat.com> ---
You'll need to buildrequire the following:
 - perl (called in spec)
 - perl(Getopt::Long), ./configure:26
 - perl(POSIX), ./configure:27

Don't use absolute paths in your spec.
Call perl simply 'perl' (preferred) or use the %{__perl} macro.

Put the installled C header file in a devel subpackage, as mandated by the
packaging guidelines.

Since your Summary and %description are identical, consider using the
%{summary} macro.

The %check section doesn't run anything and can be dropped.

-- 
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=brAyxFfNFB&a=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Reply via email to