[perl-Test-HexString] Fix base on Remi's review feedback.

Mathieu Bridon bochecha at fedoraproject.org
Mon Sep 19 10:28:14 UTC 2011


commit bc7d37072bb805948616e61de71fe934d39d8cf1
Author: Mathieu Bridon <bochecha at fedoraproject.org>
Date:   Mon Sep 19 11:23:02 2011 +0800

    Fix base on Remi's review feedback.
    
        https://bugzilla.redhat.com/show_bug.cgi?id=738554#c1

 perl-Test-HexString.spec |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/perl-Test-HexString.spec b/perl-Test-HexString.spec
index 8bc5527..9c510e2 100644
--- a/perl-Test-HexString.spec
+++ b/perl-Test-HexString.spec
@@ -48,10 +48,12 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
 %files
 %defattr(-,root,root,-)
 %doc Changes LICENSE README
-%{perl_vendorlib}/*
-%{_mandir}/man3/*
+%{perl_vendorlib}/Test
+%{_mandir}/man3/Test::HexString*
 
 
 %changelog
+- Fix based on Remi's review feedback.
+
 * Thu Sep 15 2011 Mathieu Bridon <bochecha at fedoraproject.org> - 0.02-1
 - Specfile autogenerated by cpanspec 1.78.


More information about the scm-commits mailing list