[perl-ExtUtils-H2PM] Fixes based on Remi's review feedback.

Mathieu Bridon bochecha at fedoraproject.org
Tue Sep 20 07:23:43 UTC 2011


commit 880113c94b0375b1924ae149986ab6696c060a7d
Author: Mathieu Bridon <bochecha at fedoraproject.org>
Date:   Mon Sep 19 11:07:41 2011 +0800

    Fixes based on Remi's review feedback.
    
        https://bugzilla.redhat.com/show_bug.cgi?id=738525#c1

 perl-ExtUtils-H2PM.spec |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/perl-ExtUtils-H2PM.spec b/perl-ExtUtils-H2PM.spec
index 9457239..72e4bbe 100644
--- a/perl-ExtUtils-H2PM.spec
+++ b/perl-ExtUtils-H2PM.spec
@@ -19,7 +19,7 @@ Requires:       perl(ExtUtils::CBuilder)
 %{?perl_default_filter}
 
 %description
-This module assists in generating wrappers around system functionallity,
+This module assists in generating wrappers around system functionality,
 such as socket() types or ioctl() calls, where the only interesting
 features required are the values of some constants or layouts of structures
 normally only known to the C header files. Rather than writing an entire XS
@@ -53,11 +53,13 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
 %files
 %defattr(-,root,root,-)
 %doc Changes LICENSE README
-%{perl_vendorlib}/*
-%{_mandir}/man3/*
+%{perl_vendorlib}/ExtUtils
+%{_mandir}/man3/ExtUtils::H2PM*
 
 
 %changelog
+- Fixed a few things based on Remi's review feedback.
+
 * Mon Sep 12 2011 Mathieu Bridon <bochecha at fedoraproject.org> 0.07-1
 - Specfile autogenerated by cpanspec 1.78.
 - Slightly tweaked the specfile (removed buildroot lines, made noarch)


More information about the scm-commits mailing list