From 515251f23ec7e0a64acdf848924bad8b07e79411 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 08:39:24 +0100 Subject: [PATCH] automatic version update by autodist [release 1.20-1mamba;Fri Feb 26 2021] --- README.md | 9 ++------- perl-CSS-Tiny.spec | 29 +++++++++++++++-------------- 2 files changed, 17 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index 6b488e1..724629d 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/perl-CSS-Tiny.spec b/perl-CSS-Tiny.spec index a032800..8193ff8 100644 --- a/perl-CSS-Tiny.spec +++ b/perl-CSS-Tiny.spec @@ -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 -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 +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 1.20-1mamba +- automatic version update by autodist + * Sun May 01 2011 Automatic Build System 1.19-1mamba - automatic update by autodist