From dc9fde65515f129ec7af065b36c7ba08f0d0be3f Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 09:31:04 +0100 Subject: [PATCH] automatic version update by autodist [release 0.010-1mamba;Sat Mar 11 2023] --- perl-PerlIO-utf8_strict.spec | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/perl-PerlIO-utf8_strict.spec b/perl-PerlIO-utf8_strict.spec index d24f95e..a21a158 100644 --- a/perl-PerlIO-utf8_strict.spec +++ b/perl-PerlIO-utf8_strict.spec @@ -1,14 +1,14 @@ %define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) Name: perl-PerlIO-utf8_strict -Version: 0.005 -Release: 2mamba +Version: 0.010 +Release: 1mamba Summary: PerlIO::utf8_strict - Fast and correct UTF-8 IO Group: System/Libraries/Perl Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://www.cpan.org +URL: https://www.cpan.org/ Source: http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/PerlIO-utf8_strict-%{version}.tar.gz License: GPL, Artistic ## AUTOBUILDREQ-BEGIN @@ -17,7 +17,6 @@ BuildRequires: perl-devel ## AUTOBUILDREQ-END BuildRequires: perl-devel Requires: perl >= %perl_major_ver -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description PerlIO::utf8_strict - Fast and correct UTF-8 IO. @@ -26,16 +25,14 @@ PerlIO::utf8_strict - Fast and correct UTF-8 IO. %setup -q -n PerlIO-utf8_strict-%{version} %build -perl Build.PL installdirs=vendor -./Build -./Build test +%{__perl} Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor OPTIMIZE="%{optflags}" + +%make +%make test %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -./Build install \ - destdir="%{buildroot}" \ - --install_path bindoc="%{_mandir}/man1" \ - --install_path libdoc="%{_mandir}/man3" +%makeinstall_perl packlist=`find %{buildroot} -name .packlist` [ -z "$packlist" ] && exit 1 || cat $packlist | \ @@ -47,6 +44,8 @@ for dir in `find %{buildroot} -type d | grep $strid`; do echo "%dir ${dir#%buildroot}" >> .packlist done +find %{buildroot} -name *.so -exec chmod u+w {} \; + %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -55,6 +54,9 @@ done %doc LICENSE %changelog +* Sat Mar 11 2023 Automatic Build System 0.010-1mamba +- automatic version update by autodist + * Wed Nov 09 2016 Silvan Calarco 0.005-2mamba - rebuilt with perl 5.24