commit 87d9b6f9791c7847e54eec591c52da60f247b36a Author: Paul Howarth <paul@xxxxxxxxxxxx> Date: Wed Oct 26 14:21:02 2011 +0100 The Makefile.PL --skipdeps option is no longer needed perl-MIME-tools.spec | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) --- diff --git a/perl-MIME-tools.spec b/perl-MIME-tools.spec index fc3961a..bef09c8 100644 --- a/perl-MIME-tools.spec +++ b/perl-MIME-tools.spec @@ -46,7 +46,7 @@ mkdir useful-examples mv examples/mime{dump,encode,explode,postcard,send} useful-examples/ %build -perl Makefile.PL INSTALLDIRS=vendor --skipdeps +perl Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install @@ -121,6 +121,7 @@ rm -rf %{buildroot} - Nobody else likes macros for commands - Use %%{_fixperms} macro rather than our own chmod incantation - Explicitly specify all manpages in %%files list +- The Makefile.PL --skipdeps option is no longer needed * Wed Oct 26 2011 Marcela Mašláňová <mmaslano@xxxxxxxxxx> - 5.502-3 - Own only man pages of this packages (conflict with Perl package) -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel