* Sun Mar 24 2024 Jean-Philippe Pialasse <jpp@koozali.org> 1.30-2.sme
- fix build requirements
This commit is contained in:
parent
0b403ed781
commit
6ce6290c11
4
Makefile
4
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
|
||||
|
@ -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 <jpp@koozali.org> 1.30-2.sme
|
||||
- fix build requirements
|
||||
|
||||
* Sun Mar 24 2024 Trevor Batley <trevor@batley.id.au> 1.30-1
|
||||
- Specfile autogenerated by cpanspec 1.78.
|
||||
|
Loading…
Reference in New Issue
Block a user