automatic version update by autodist [release 0.200008-1mamba;Sun Jan 01 2023]

This commit is contained in:
Automatic Build System 2024-01-06 08:49:38 +01:00
parent 9f5408a261
commit 948a702187

View File

@ -1,24 +1,25 @@
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
Name: perl-Data-Section
Version: 0.200007
Version: 0.200008
Release: 1mamba
Summary: Data::Section - read multiple hunks of data out of your DATA section
Group: System/Libraries/Perl
Vendor: openmamba
Distribution: openmamba
Packager: Automatic Build System <autodist@mambasoft.it>
URL: http://www.cpan.org
URL: https://www.cpan.org/
Source: http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Data-Section-%{version}.tar.gz
License: GPL, Artistic
Requires: perl >= %perl_major_ver
## AUTOBUILDREQ-BEGIN
BuildRequires: perl-devel
BuildRequires: libperl
BuildRequires: perl-MRO-Compat
BuildRequires: perl-Sub-Exporter
BuildRequires: perl-devel
## AUTOBUILDREQ-END
BuildRequires: perl-MRO-Compat
BuildRequires: perl-Test-FailWarnings
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
Data::Section provides an easy way to access multiple named chunks of line-oriented data in your module's DATA section. It was written to allow modules to store their own templates, but probably has other uses.
@ -53,6 +54,9 @@ rm -f .packlist
%defattr(-,root,root)
%changelog
* Sun Jan 01 2023 Automatic Build System <autodist@mambasoft.it> 0.200008-1mamba
- automatic version update by autodist
* Sat Oct 21 2017 Automatic Build System <autodist@mambasoft.it> 0.200007-1mamba
- automatic update by autodist