[perl-String-CRC32] Correct dependencies

Petr Pisar ppisar at fedoraproject.org
Fri Nov 2 14:42:30 UTC 2012


commit aa8cdcff3aeb24f317ed1ba3dfecdf7d02f6a324
Author: Petr Písař <ppisar at redhat.com>
Date:   Fri Nov 2 15:42:22 2012 +0100

    Correct dependencies

 perl-String-CRC32.spec |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/perl-String-CRC32.spec b/perl-String-CRC32.spec
index 4369220..67fb91a 100644
--- a/perl-String-CRC32.spec
+++ b/perl-String-CRC32.spec
@@ -1,6 +1,6 @@
 Name:           perl-String-CRC32
 Version:        1.4
-Release:        16%{?dist}
+Release:        17%{?dist}
 Summary:        Perl interface for cyclic redundancy check generation
 Group:          Development/Libraries
 License:        Public Domain
@@ -8,8 +8,13 @@ URL:            http://search.cpan.org/dist/String-CRC32/
 Source0:        http://search.cpan.org/CPAN/authors/id/S/SO/SOENKE/String-CRC32-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  perl(ExtUtils::MakeMaker)
+# Run-time:
+BuildRequires:  perl(DynaLoader)
+BuildRequires:  perl(Exporter)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
+%{?perl_default_filter}
+
 %description
 This packages provides a perl module to generate checksums from strings and
 from files.
@@ -50,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*.3*
 
 %changelog
+* Fri Nov 02 2012 Petr Pisar <ppisar at redhat.com> - 1.4-17
+- Correct dependencies
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.4-16
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list