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
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.
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.
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.
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)
Name: perl-CSS-Tiny
Version: 1.19
Version: 1.20
Release: 1mamba
Summary: CSS::Tiny - Read/Write .css files with as little code as possible
Group: System/Libraries/Perl
Vendor: openmamba
Distribution: openmamba
Packager: gil <puntogil@libero.it>
URL: http://www.cpan.org
Source: http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/CSS-Tiny-%{version}.tar.gz
Packager: Automatic Build System <autodist@mambasoft.it>
URL: https://www.cpan.org
Source: https://cpan.metacpan.org/modules/by-module/CSS/CSS-Tiny-%{version}.tar.gz
License: GPL, Artistic
## AUTOBUILDREQ-BEGIN
BuildRequires: perl-Clone
BuildRequires: perl-devel
## AUTOBUILDREQ-END
BuildRequires: perl(Clone)
BuildRequires: perl(Test::Pod)
Requires: perl(Clone)
BuildRequires: perl-devel
Requires: perl >= %perl_major_ver
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
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.
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.
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.
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
%setup -q -n CSS-Tiny-%{version}
@ -50,10 +48,13 @@ chmod -R u+w %{buildroot}/*
%files
%defattr(-,root,root)
%{perl_vendorlib}/CSS/
%{_mandir}/man3/*.3pm.gz
%doc Changes LICENSE README
%{_mandir}/man3/*.3pm*
#%doc Changes LICENSE README
%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
- automatic update by autodist