From e7354b82095391836ec2fba9cef611a3a9a56e26 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 09:46:41 +0100 Subject: [PATCH] automatic version update by autodist [release 0.20-1mamba;Wed Apr 10 2013] --- README.md | 2 ++ perl-Test-YAML-Meta.spec | 71 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 73 insertions(+) create mode 100644 perl-Test-YAML-Meta.spec diff --git a/README.md b/README.md index c958721..60ac7e5 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # perl-Test-YAML-Meta +This module was written to ensure that a META.yml file, provided with a standard distribution uploaded to CPAN, meets the specifications that slowly being introduced to module uploads, via the use of ExtUtils::MakeMaker, Module::Build and Module::Install. + diff --git a/perl-Test-YAML-Meta.spec b/perl-Test-YAML-Meta.spec new file mode 100644 index 0000000..c31878a --- /dev/null +++ b/perl-Test-YAML-Meta.spec @@ -0,0 +1,71 @@ +%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) + +Name: perl-Test-YAML-Meta +Version: 0.20 +Release: 1mamba +Summary: Test::YAML::Meta - Validation of the META.yml file in a distribution +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-YAML-Meta-%{version}.tar.gz +License: Artistic +Requires: perl >= %perl_major_ver +BuildRequires: perl-devel >= %perl_major_ver +BuildRequires: perl-YAML +#BuildRequires: perl-Test-More perl-Test-Simple +BuildRequires: perl-Test-YAML-Valid +BuildRequires: perl-Test-CPAN-Meta +BuildRequires: perl-Test-CPAN-Meta-YAML +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +This module was written to ensure that a META.yml file, provided with a standard distribution uploaded to CPAN, meets the specifications that slowly being introduced to module uploads, via the use of ExtUtils::MakeMaker, Module::Build and Module::Install. + +%prep +%setup -q -n Test-YAML-Meta-%{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 +* Wed Apr 10 2013 Automatic Build System 0.20-1mamba +- automatic version update by autodist + +* Mon Feb 25 2013 Automatic Build System 0.19-1mamba +- automatic version update by autodist + +* Sun Jun 07 2009 Automatic Build System 0.12-1mamba +- automatic update by autodist + +* Thu Nov 06 2008 Silvan Calarco 0.11-2mamba +- automatic rebuild by autodist + +* Mon Oct 20 2008 gil 0.11-1mamba +- update to 0.11 + +* Mon Nov 12 2007 Aleph0 0.06-1mamba +- package created by autospec