update to 2.28 [release 2.28-1mamba;Sun Jan 09 2022]
This commit is contained in:
parent
737e41b42b
commit
558594c9e8
@ -1,10 +1,6 @@
|
|||||||
# perl-Config-Tiny
|
# perl-Config-Tiny
|
||||||
|
|
||||||
Config::Tiny is a perl class to read and write .ini style configuration files with as little code as possible, reducing load time
|
Config::Tiny is a perl class to read and write .ini style configuration files with as little code as possible, reducing load time and memory overhead. Most of the time it is accepted that Perl applications use a lot of memory and modules. The ::Tiny family of modules is specifically intended to provide an ultralight alternative to the standard modules.
|
||||||
and memory overhead. Most of the time it is accepted that Perl applications use a lot of memory and modules. The ::Tiny
|
|
||||||
family of modules is specifically intended to provide an ultralight alternative to the standard modules.
|
|
||||||
|
|
||||||
This module is primarily for reading human written files, and anything we write shouldn't need to have documentation/comments.
|
This module is primarily for reading human written files, and anything we write shouldn't need to have documentation/comments.
|
||||||
If you need something with more power move up to Config::Simple, Config::General or one of the many other Config:: modules. To rephrase,
|
If you need something with more power move up to Config::Simple, Config::General or one of the many other Config:: modules. To rephrase, Config::Tiny does not preserve your comments, whitespace, or the order of your config file.
|
||||||
Config::Tiny does not preserve your comments, whitespace, or the order of your config file.
|
|
||||||
|
|
||||||
|
@ -1,30 +1,26 @@
|
|||||||
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
||||||
|
|
||||||
Name: perl-Config-Tiny
|
Name: perl-Config-Tiny
|
||||||
Version: 2.14
|
Version: 2.28
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Config::Tiny - Read/Write .ini style files with as little code as possible
|
Summary: Config::Tiny - Read/Write .ini style files with as little code as possible
|
||||||
Group: System/Libraries/Perl
|
Group: System/Libraries/Perl
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: gil <puntogil@libero.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.cpan.org
|
URL: https://www.cpan.org/
|
||||||
Source: http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Config-Tiny-%{version}.tar.gz
|
Source: https://cpan.metacpan.org/authors/id/R/RS/RSAVAGE/Config-Tiny-%{version}.tgz
|
||||||
License: GPL, Artistic
|
License: GPL, Artistic
|
||||||
BuildRequires: perl(Test::Pod)
|
## AUTOBUILDREQ-BEGIN
|
||||||
#BuildRequires: perl(Test::MinimumVersion)
|
|
||||||
BuildRequires: perl-devel
|
BuildRequires: perl-devel
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: perl(Test::Pod)
|
||||||
Requires: perl >= %perl_major_ver
|
Requires: perl >= %perl_major_ver
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Config::Tiny is a perl class to read and write .ini style configuration files with as little code as possible, reducing load time
|
Config::Tiny is a perl class to read and write .ini style configuration files with as little code as possible, reducing load time and memory overhead. Most of the time it is accepted that Perl applications use a lot of memory and modules. The ::Tiny family of modules is specifically intended to provide an ultralight alternative to the standard modules.
|
||||||
and memory overhead. Most of the time it is accepted that Perl applications use a lot of memory and modules. The ::Tiny
|
|
||||||
family of modules is specifically intended to provide an ultralight alternative to the standard modules.
|
|
||||||
|
|
||||||
This module is primarily for reading human written files, and anything we write shouldn't need to have documentation/comments.
|
This module is primarily for reading human written files, and anything we write shouldn't need to have documentation/comments.
|
||||||
If you need something with more power move up to Config::Simple, Config::General or one of the many other Config:: modules. To rephrase,
|
If you need something with more power move up to Config::Simple, Config::General or one of the many other Config:: modules. To rephrase, Config::Tiny does not preserve your comments, whitespace, or the order of your config file.
|
||||||
Config::Tiny does not preserve your comments, whitespace, or the order of your config file.
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n Config-Tiny-%{version}
|
%setup -q -n Config-Tiny-%{version}
|
||||||
@ -54,6 +50,9 @@ chmod -R u+w %{buildroot}/*
|
|||||||
%doc Changes LICENSE README
|
%doc Changes LICENSE README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jan 09 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 2.28-1mamba
|
||||||
|
- update to 2.28
|
||||||
|
|
||||||
* Sun May 01 2011 Automatic Build System <autodist@mambasoft.it> 2.14-1mamba
|
* Sun May 01 2011 Automatic Build System <autodist@mambasoft.it> 2.14-1mamba
|
||||||
- automatic update by autodist
|
- automatic update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user