[perl-Test-Taint] Specify all dependencies. Drop %%defattr, redundant since rpm 4.4. Fix mixed use of spaces and tabs.

Marcela Mašláňová mmaslano at fedoraproject.org
Thu Oct 25 12:22:57 UTC 2012


commit 898b2561d529876cf6f4e340b04b033d0b1e5653
Author: Marcela Mašláňová <mmaslano at redhat.com>
Date:   Thu Oct 25 14:22:39 2012 +0200

    Specify all dependencies. Drop %%defattr, redundant since rpm 4.4. Fix mixed use of spaces and tabs.
    
    Signed-off-by: Marcela Mašláňová <mmaslano at redhat.com>

 perl-Test-Taint.spec |   35 +++++++++++++++++++++--------------
 1 files changed, 21 insertions(+), 14 deletions(-)
---
diff --git a/perl-Test-Taint.spec b/perl-Test-Taint.spec
index 3ccf854..4d6c727 100644
--- a/perl-Test-Taint.spec
+++ b/perl-Test-Taint.spec
@@ -1,17 +1,20 @@
-Summary: 	Tools to test taintedness
-Name: 		perl-Test-Taint
-Version: 	1.04
-Release: 	18%{?dist}
-License: 	GPL+ or Artistic
-Group: 		Development/Libraries
-URL: 		http://search.cpan.org/dist/Test-Taint/
-Source0: 	http://search.cpan.org/CPAN/authors/id/P/PE/PETDANCE/Test-Taint-%{version}.tar.gz
-
+Summary:        Tools to test taintedness
+Name:           perl-Test-Taint
+Version:        1.04
+Release:        19%{?dist}
+License:        GPL+ or Artistic
+Group:          Development/Libraries
+URL:            http://search.cpan.org/dist/Test-Taint/
+Source0:        http://search.cpan.org/CPAN/authors/id/P/PE/PETDANCE/Test-Taint-%{version}.tar.gz
+
+BuildRequires:  perl(base)
 BuildRequires:  perl(ExtUtils::MakeMaker)
-Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
-
-BuildRequires: perl(Test::Pod) >= 1.00
-BuildRequires: perl(Test::Pod::Coverage) >= 0.08
+BuildRequires:  perl(Scalar::Util)
+BuildRequires:  perl(Test::Builder)
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Test::Pod) >= 1.00
+BuildRequires:  perl(Test::Pod::Coverage) >= 0.08
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %{?perl_default_filter}
 
@@ -44,13 +47,17 @@ chmod -R u+w $RPM_BUILD_ROOT/*
 make test
 
 %files
-%defattr(-,root,root,-)
 %doc Changes
 %{perl_vendorarch}/Test
 %{perl_vendorarch}/auto/Test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Oct 25 2012 Jitka Plesnikova <jplesnik at redhat.com> - 1.04-19
+- Specify all dependencies
+- Drop %%defattr, redundant since rpm 4.4
+- Fix mixed use of spaces and tabs
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.04-18
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list