diff --git a/Makefile b/Makefile index 2f6b4b6..b92480c 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,4 @@ -# Makefile for source rpm: daemontools -# $Id: Makefile,v 1.1 2016/02/04 12:24:52 vip-ire Exp $ -NAME := daemontools +NAME := perl-File-MMagic SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common diff --git a/perl-File-MMagic.spec b/perl-File-MMagic.spec index 95d4bb1..d9081a7 100644 --- a/perl-File-MMagic.spec +++ b/perl-File-MMagic.spec @@ -1,6 +1,6 @@ Name: perl-File-MMagic Version: 1.30 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Guess file type License: CHECK(Distributable) Group: Development/Libraries @@ -9,6 +9,10 @@ Source0: http://www.cpan.org/authors/id/K/KN/KNOK/File-MMagic-%{version}. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(ExtUtils::Manifest) +BuildRequires: perl(Test::Harness) perl(ExtUtils::Command) +BuildRequires: perl(Test) +#BuildRequires: perl(inc::Module::Install) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -45,5 +49,8 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Sun Mar 24 2024 Jean-Philippe Pialasse 1.30-2.sme +- fix build requirements + * Sun Mar 24 2024 Trevor Batley 1.30-1 - Specfile autogenerated by cpanspec 1.78.