Modernize a spec file

This commit is contained in:
Petr Písař 2020-06-23 09:29:32 +02:00
parent d2243dfb52
commit cc45d89210
1 changed files with 5 additions and 7 deletions

View File

@ -17,11 +17,10 @@ License: GPL+ or Artistic
URL: https://metacpan.org/release/File-MimeInfo
Source0: https://cpan.metacpan.org/authors/id/M/MI/MICHIELB/File-MimeInfo-%{version}.tar.gz
BuildArch: noarch
BuildRequires: findutils
BuildRequires: make
BuildRequires: perl-interpreter
BuildRequires: perl-generators
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl-interpreter
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
# Run-time:
@ -80,12 +79,11 @@ implement the freedesktop specification for a shared MIME database.
%setup -q -n File-MimeInfo-%{version}
%build
perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
%{make_build}
%install
make pure_install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -delete
%{make_install}
%{_fixperms} $RPM_BUILD_ROOT/*
%check