commit 555445f9d3fb6c29f82f39a6ac1c1a9df9f684fd Author: Emmanuel Seyman <emmanuel.seyman@xxxxxxxxxxxxxxxx> Date: Thu Jan 12 14:25:40 2012 +0100 Update to 0.37, clean up spec file and add perl default filter .gitignore | 1 + perl-HTML-TagCloud.spec | 22 +++++++++++----------- sources | 2 +- 3 files changed, 13 insertions(+), 12 deletions(-) --- diff --git a/.gitignore b/.gitignore index e02b20d..8e39504 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ HTML-TagCloud-0.34.tar.gz +/HTML-TagCloud-0.37.tar.gz diff --git a/perl-HTML-TagCloud.spec b/perl-HTML-TagCloud.spec index f8127c4..4fdab56 100644 --- a/perl-HTML-TagCloud.spec +++ b/perl-HTML-TagCloud.spec @@ -1,13 +1,12 @@ Name: perl-HTML-TagCloud -Version: 0.34 -Release: 7%{?dist} +Version: 0.37 +Release: 1%{?dist} # lib/HTML/TagCloud.pm -> GPL+ or Artistic License: GPL+ or Artistic Group: Development/Libraries Summary: Generate An HTML Tag Cloud -Source: http://search.cpan.org/CPAN/authors/id/L/LB/LBROCARD/HTML-TagCloud-%{version}.tar.gz +Source: http://search.cpan.org/CPAN/authors/id/R/RO/ROBERTSD/HTML-TagCloud-%{version}.tar.gz Url: http://search.cpan.org/dist/HTML-TagCloud -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch @@ -18,6 +17,8 @@ BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) +%{?perl_default_filter} + %description The HTML::TagCloud module enables you to generate "tag clouds" in HTML. Tag clouds serve as a textual way to visualize terms and topics that are used @@ -26,7 +27,7 @@ used to indicate more frequent term usage. This module provides a simple interface to generating a CSS-based HTML tag cloud. You simply pass in a set of tags, their URL and their count. This -module outputs stylesheet-based HTML. You may use the included CSS or use +module outputs style-sheet-based HTML. You may use the included CSS or use your own. %prep @@ -37,8 +38,6 @@ your own. make %{?_smp_mflags} %install -rm -rf %{buildroot} - make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' @@ -48,16 +47,17 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' %check make test -%clean -rm -rf %{buildroot} - %files -%defattr(-,root,root,-) %doc CHANGES README %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog +* Thu Jan 12 2012 Emmanuel Seyman <emmanuel.seyman@xxxxxxxxxxxxxxxx> - 0.37-1 +- Update to 0.37 +- Clean up spec file +- Add perl default filter + * Mon Jun 20 2011 Marcela Mašláňová <mmaslano@xxxxxxxxxx> - 0.34-7 - Perl mass rebuild diff --git a/sources b/sources index 322c61c..af6f527 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -095f3b1d5159cd1ef1d3dd240f566bb3 HTML-TagCloud-0.34.tar.gz +db375dd22cb8c8bb5a4f08b4e2adc2e9 HTML-TagCloud-0.37.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel