diff --git a/perl-Text-Glob.spec b/perl-Text-Glob.spec index c74fe63..733feeb 100644 --- a/perl-Text-Glob.spec +++ b/perl-Text-Glob.spec @@ -1,61 +1,59 @@ %define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) Name: perl-Text-Glob -Version: 0.09 +Version: 0.11 Release: 1mamba Summary: Text::Glob - match globbing patterns against text Group: System/Libraries/Perl Vendor: openmamba Distribution: openmamba -Packager: Automatic Build System -URL: http://www.cpan.org -Source: http://search.cpan.org/CPAN/authors/id/R/RC/RCLAMP/Text-Glob-%{version}.tar.gz +Packager: Silvan Calarco +URL: https://www.cpan.org/ +Source: https://cpan.metacpan.org/modules/by-module/Text/Text-Glob-%{version}.tar.gz License: GPL, Artistic +## AUTOBUILDREQ-BEGIN +BuildRequires: perl-devel +## AUTOBUILDREQ-END Requires: perl >= %perl_major_ver BuildRequires: perl-devel >= %perl_major_ver BuildRequires: perl-Module-Build -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Text::Glob implements glob(3) style matching that can be used to match against text, rather than fetching names from a filesystem. If you want to do full file globbing use the File::Glob module instead. %prep - %setup -q -n Text-Glob-%{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 | \ - sed "s,%buildroot,,g;s,.*/man/.*,&.gz,g" | \ - sort -u > .packlist && rm $packlist - -find %{buildroot}%{perl_vendorlib} \ - -type d -depth -exec rmdir {} 2>/dev/null \; + sed "s,%{buildroot},,g;s,.*/man/.*,&.gz,g" | \ + sort -u > .packlist && rm -f $packlist strid=`echo $packlist | sed 's,.*auto\(.*\)/.packlist,\1,'` for dir in `find %{buildroot} -type d | grep $strid`; do - echo %dir ${dir#%buildroot} >> .packlist + echo "%dir ${dir#%buildroot}" >> .packlist done %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -rm -f .packlist %files -f .packlist %defattr(-,root,root) %changelog +* Sun May 16 2021 Automatic Build System 0.11-1mamba +- automatic version update by autodist + * Thu Nov 22 2012 Automatic Build System 0.09-1mamba - automatic version update by autodist