ppisar pushed to perl-RPM-Specfile (master). "Specify all dependencies"

notifications at fedoraproject.org notifications at fedoraproject.org
Wed Oct 14 15:44:41 UTC 2015


From 7fa075492c628d1702eb3d7192810ab947c1f033 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar at redhat.com>
Date: Wed, 14 Oct 2015 17:41:12 +0200
Subject: Specify all dependencies

---
 perl-RPM-Specfile.spec | 25 ++++++++++++++++++++++---
 1 file changed, 22 insertions(+), 3 deletions(-)

diff --git a/perl-RPM-Specfile.spec b/perl-RPM-Specfile.spec
index ebadf13..fd98730 100644
--- a/perl-RPM-Specfile.spec
+++ b/perl-RPM-Specfile.spec
@@ -1,6 +1,6 @@
 Name:           perl-RPM-Specfile
 Version:        1.51
-Release:        22%{?dist}
+Release:        23%{?dist}
 Summary:        Perl extension for creating RPM specfiles
 
 Group:          Development/Libraries
@@ -10,9 +10,25 @@ Source0:        http://www.cpan.org/authors/id/C/CH/CHIPT/RPM-Specfile-%{version
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
-BuildRequires:  perl(Archive::Tar)
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
+BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(URI::Escape)
+# Run-time:
+# Archive::Tar not used at tests
+# Cwd not used at tests
+# File::Basename not used at tests
+# File::Copy not used at tests
+# File::Temp not used at tests
+# Getopt::Long not used at tests
+BuildRequires:  perl(POSIX)
+BuildRequires:  perl(strict)
+# URI::Escape not used at tests
+BuildRequires:  perl(vars)
+# YAML not used at tests
+# Tests:
+BuildRequires:  perl(Test)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -57,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Oct 14 2015 Petr Pisar <ppisar at redhat.com> - 1.51-23
+- Specify all dependencies
+
 * Thu Jun 18 2015 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.51-22
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
-- 
cgit v0.11.2


	http://pkgs.fedoraproject.org/cgit/perl-RPM-Specfile.git/commit/?h=master&id=7fa075492c628d1702eb3d7192810ab947c1f033


More information about the perl-devel mailing list