From: Mike Taylor Date: Wed, 14 Jul 2010 10:50:20 +0000 (-0400) Subject: New file, extracted with rpm2cpio < perl-HTML-TagCloud-0.34-4.fc14.src.rpm | cpio -i X-Git-Tag: v1.26~11 X-Git-Url: http://git.indexdata.com/?p=ZOOM-Perl-moved-to-github.git;a=commitdiff_plain;h=84e2b05f45bdfd8f32929fbc707924f2c8c5f704 New file, extracted with rpm2cpio < perl-HTML-TagCloud-0.34-4.fc14.src.rpm | cpio -i --- diff --git a/modules/orig/perl-HTML-TagCloud.spec b/modules/orig/perl-HTML-TagCloud.spec new file mode 100644 index 0000000..f80bf8c --- /dev/null +++ b/modules/orig/perl-HTML-TagCloud.spec @@ -0,0 +1,76 @@ +Name: perl-HTML-TagCloud +Version: 0.34 +Release: 4%{?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 +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 + +BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(Module::Build::Compat) +BuildRequires: perl(Test::More) +# optional tests +BuildRequires: perl(Test::Pod) +BuildRequires: perl(Test::Pod::Coverage) + +%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 +most frequently. The tags are sorted alphabetically and a larger font is +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 +your own. + +%prep +%setup -q -n HTML-TagCloud-%{version} + +%build +%{__perl} Makefile.PL INSTALLDIRS=vendor +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 ';' + +%{_fixperms} %{buildroot}/* + +%check +make test + +%clean +rm -rf %{buildroot} + +%files +%defattr(-,root,root,-) +%doc CHANGES README +%{perl_vendorlib}/* +%{_mandir}/man3/*.3* + +%changelog +* Sun May 02 2010 Marcela Maslanova - 0.34-4 +- Mass rebuild with perl-5.12.0 + +* Mon Dec 7 2009 Stepan Kasal - 0.34-3 +- rebuild against perl 5.10.1 + +* Sat Jul 25 2009 Fedora Release Engineering - 0.34-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Tue Mar 03 2009 Chris Weyl 0.34-1 +- submission + +* Tue Mar 03 2009 Chris Weyl 0.34-0 +- initial RPM packaging +- generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) +