From 53023a29006f8f9cc2ac68b0b6cc89fb61a20c03 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 09:46:12 +0100 Subject: [PATCH] automatic update by autodist [release 0.30-1mamba;Thu Mar 06 2014] --- README.md | 2 ++ perl-Test-Warn.spec | 70 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 72 insertions(+) create mode 100644 perl-Test-Warn.spec diff --git a/README.md b/README.md index c2d52fa..1df66e8 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # perl-Test-Warn +This module provides a few convenience methods for testing warning based code. + diff --git a/perl-Test-Warn.spec b/perl-Test-Warn.spec new file mode 100644 index 0000000..2b92125 --- /dev/null +++ b/perl-Test-Warn.spec @@ -0,0 +1,70 @@ +%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) + +Name: perl-Test-Warn +Version: 0.30 +Release: 1mamba +Summary: Test::Warn - Provides a few convenience methods for testing warning based code +Group: System/Libraries/Perl +Vendor: openmamba +Distribution: openmamba +Packager: Aleph0 +URL: http://www.cpan.org +Source: http://www.cpan.org/modules/by-module/Test/Test-Warn-%{version}.tar.gz +License: Artistic License +Requires: perl >= %perl_major_ver +BuildRequires: perl-devel >= %perl_major_ver +BuildRequires: perl-Test-Exception +BuildRequires: perl-Array-Compare +BuildRequires: perl-Sub-Uplevel +BuildRequires: perl-Tree-DAG_Node +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +This module provides a few convenience methods for testing warning based code. + +%prep +%setup -q -n Test-Warn-%{version} + +%build +perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor +%make +%make test + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%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 + +strid=`echo $packlist | sed 's,.*auto\(.*\)/.packlist,\1,'` +for dir in `find %{buildroot} -type d | grep $strid`; do + echo "%dir ${dir#%buildroot}" >> .packlist +done + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +rm -f .packlist + +%files -f .packlist +%defattr(-,root,root) + +%changelog +* Thu Mar 06 2014 Automatic Build System 0.30-1mamba +- automatic update by autodist + +* Mon Nov 12 2012 Silvan Calarco 0.24-2mamba +- perl 5.16 mass rebuild + +* Mon Apr 09 2012 Automatic Build System 0.24-1mamba +- automatic version update by autodist + +* Wed Mar 16 2011 Automatic Build System 0.23-1mamba +- automatic update by autodist + +* Wed Nov 05 2008 Silvan Calarco 0.11-1mamba +- update to 0.11 + +* Fri Nov 09 2007 Aleph0 0.10-1mamba +- package created by autospec