[perl-File-MMagic] 1.30 bump

Petr Šabata psabata at fedoraproject.org
Mon Jul 8 10:27:54 UTC 2013


commit 2e64deac49f24fcaf44e13bc9e29d870cd541441
Author: Petr Šabata <contyk at redhat.com>
Date:   Mon Jul 8 12:27:41 2013 +0200

    1.30 bump

 perl-File-MMagic.spec |   16 ++++++++++++----
 sources               |    2 +-
 2 files changed, 13 insertions(+), 5 deletions(-)
---
diff --git a/perl-File-MMagic.spec b/perl-File-MMagic.spec
index 30ca7f3..a58b112 100644
--- a/perl-File-MMagic.spec
+++ b/perl-File-MMagic.spec
@@ -1,18 +1,23 @@
 Name:           perl-File-MMagic
-Version:        1.29
-Release:        3%{?dist}
+Version:        1.30
+Release:        1%{?dist}
 Summary:        A Perl module emulating the file(1) command
 Group:          Development/Libraries
 License:        ASL 1.0 and BSD
 URL:            http://search.cpan.org/dist/File-MMagic/
 Source0:        http://www.cpan.org/authors/id/K/KN/KNOK/File-MMagic-%{version}.tar.gz
 BuildArch:      noarch
+BuildRequires:  perl
 BuildRequires:  perl(base)
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(FileHandle)
 BuildRequires:  perl(Scalar::Util)
+BuildRequires:  perl(strict)
 BuildRequires:  perl(Test)
 BuildRequires:  perl(Test::More)
-Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+BuildRequires:  perl(vars)
+BuildRequires:  perl(warnings)
+Requires:       perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
 
 %description
 This module attempts to guess a file's type from its contents like the file(1)
@@ -28,7 +33,7 @@ make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=%{buildroot}
-find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
+find %{buildroot} -type f -name .packlist -exec rm -f {} +
 %{_fixperms} %{buildroot}
 
 %check
@@ -40,6 +45,9 @@ make test
 %{_mandir}/man3/File::MMagic.3pm*
 
 %changelog
+* Mon Jul 08 2013 Petr Šabata <contyk at redhat.com> - 1.30-1
+- 1.30 bump
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.29-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 9dd6e30..1586efd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-64221fdfe541505b39ea56d0b09ef8a6  File-MMagic-1.29.tar.gz
+a0157c71d5872fa07102a2ffaf7979ec  File-MMagic-1.30.tar.gz



More information about the perl-devel mailing list