[perl-RPC-XML] Do not package tests

Petr Pisar ppisar at fedoraproject.org
Tue Sep 4 09:46:27 UTC 2012


commit e4379d3fb58ebc7440ea38bed531fd6d7eeaf83a
Author: Petr Písař <ppisar at redhat.com>
Date:   Tue Sep 4 11:45:49 2012 +0200

    Do not package tests

 perl-RPC-XML.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/perl-RPC-XML.spec b/perl-RPC-XML.spec
index 93ea631..2b53166 100644
--- a/perl-RPC-XML.spec
+++ b/perl-RPC-XML.spec
@@ -89,7 +89,6 @@ running RPC::XML under mod_perl.
 %prep
 %setup -qn %{cpan_name}-%{version}
 cp -p %{SOURCE1} .
-chmod -c -x t/*
 
 %build
 perl Makefile.PL INSTALLDIRS="vendor" PREFIX="%{_prefix}"
@@ -104,7 +103,7 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
 make test
 
 %files
-%doc ChangeLog* README etc/*.dtd README.license ex/ methods/ t/
+%doc ChangeLog* README etc/*.dtd README.license ex/ methods/
 %{_mandir}/man3/RPC*
 %{_mandir}/man1/*
 %{_bindir}/make_method
@@ -120,6 +119,7 @@ make test
 - 0.77 bump
 - Specify all dependencies
 - Modernize spec file
+- Do not package tests
 
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.76-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild


More information about the scm-commits mailing list