automatic version update by autodist [release 1.20-1mamba;Fri Feb 26 2021]

This commit is contained in:
Automatic Build System 2024-01-06 08:39:24 +01:00
parent 629af96a39
commit 515251f23e
2 changed files with 17 additions and 21 deletions

View File

@ -1,10 +1,5 @@
# perl-CSS-Tiny # perl-CSS-Tiny
CSS::Tiny is a perl class to read and write .css stylesheets with as little code as possible, reducing load time and memory CSS::Tiny is a perl class to read and write .css stylesheets with as little code as possible, reducing load time and memory overhead. CSS.pm requires about 2.6 meg or ram to load, which is a large amount of overhead if you only want to do trivial things. Memory usage is normally scoffed at in Perl, but in my opinion should be at least kept in mind.
overhead. CSS.pm requires about 2.6 meg or ram to load, which is a large amount of overhead if you only want to do trivial This module is primarily for reading and writing simple files, and anything we write shouldn't need to have documentation/comments. If you need something with more power, move up to CSS.pm. With the increasing complexity of CSS, this is becoming more common, but many situations can still live with simple CSS files.
things. Memory usage is normally scoffed at in Perl, but in my opinion should be at least kept in mind.
This module is primarily for reading and writing simple files, and anything we write shouldn't need to have
documentation/comments. If you need something with more power, move up to CSS.pm. With the increasing complexity of CSS,
this is becoming more common, but many situations can still live with simple CSS files.

View File

@ -1,31 +1,29 @@
%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-CSS-Tiny Name: perl-CSS-Tiny
Version: 1.19 Version: 1.20
Release: 1mamba Release: 1mamba
Summary: CSS::Tiny - Read/Write .css files with as little code as possible Summary: CSS::Tiny - Read/Write .css 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: Automatic Build System <autodist@mambasoft.it>
URL: http://www.cpan.org URL: https://www.cpan.org
Source: http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/CSS-Tiny-%{version}.tar.gz Source: https://cpan.metacpan.org/modules/by-module/CSS/CSS-Tiny-%{version}.tar.gz
License: GPL, Artistic License: GPL, Artistic
## AUTOBUILDREQ-BEGIN
BuildRequires: perl-Clone
BuildRequires: perl-devel
## AUTOBUILDREQ-END
BuildRequires: perl(Clone) BuildRequires: perl(Clone)
BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod)
Requires: perl(Clone) Requires: perl(Clone)
BuildRequires: perl-devel BuildRequires: perl-devel
Requires: perl >= %perl_major_ver Requires: perl >= %perl_major_ver
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
CSS::Tiny is a perl class to read and write .css stylesheets with as little code as possible, reducing load time and memory CSS::Tiny is a perl class to read and write .css stylesheets with as little code as possible, reducing load time and memory overhead. CSS.pm requires about 2.6 meg or ram to load, which is a large amount of overhead if you only want to do trivial things. Memory usage is normally scoffed at in Perl, but in my opinion should be at least kept in mind.
overhead. CSS.pm requires about 2.6 meg or ram to load, which is a large amount of overhead if you only want to do trivial This module is primarily for reading and writing simple files, and anything we write shouldn't need to have documentation/comments. If you need something with more power, move up to CSS.pm. With the increasing complexity of CSS, this is becoming more common, but many situations can still live with simple CSS files.
things. Memory usage is normally scoffed at in Perl, but in my opinion should be at least kept in mind.
This module is primarily for reading and writing simple files, and anything we write shouldn't need to have
documentation/comments. If you need something with more power, move up to CSS.pm. With the increasing complexity of CSS,
this is becoming more common, but many situations can still live with simple CSS files.
%prep %prep
%setup -q -n CSS-Tiny-%{version} %setup -q -n CSS-Tiny-%{version}
@ -50,10 +48,13 @@ chmod -R u+w %{buildroot}/*
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%{perl_vendorlib}/CSS/ %{perl_vendorlib}/CSS/
%{_mandir}/man3/*.3pm.gz %{_mandir}/man3/*.3pm*
%doc Changes LICENSE README #%doc Changes LICENSE README
%changelog %changelog
* Fri Feb 26 2021 Automatic Build System <autodist@mambasoft.it> 1.20-1mamba
- automatic version update by autodist
* Sun May 01 2011 Automatic Build System <autodist@mambasoft.it> 1.19-1mamba * Sun May 01 2011 Automatic Build System <autodist@mambasoft.it> 1.19-1mamba
- automatic update by autodist - automatic update by autodist