rpms/perl-HTML-TagCloud/F-9 import.log, NONE, 1.1 perl-HTML-TagCloud.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Chris Weyl cweyl at fedoraproject.org
Fri Mar 6 05:36:46 UTC 2009


Author: cweyl

Update of /cvs/extras/rpms/perl-HTML-TagCloud/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18144/F-9

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-HTML-TagCloud.spec 
Log Message:
initial import


--- NEW FILE import.log ---
perl-HTML-TagCloud-0_34-1_fc10:F-9:perl-HTML-TagCloud-0.34-1.fc10.src.rpm:1236317767


--- NEW FILE perl-HTML-TagCloud.spec ---
Name:       perl-HTML-TagCloud 
Version:    0.34 
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 
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
* Tue Mar 03 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.34-1
- submission

* Tue Mar 03 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.34-0
- initial RPM packaging
- generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8)



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-HTML-TagCloud/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	5 Mar 2009 20:56:14 -0000	1.1
+++ .cvsignore	6 Mar 2009 05:36:15 -0000	1.2
@@ -0,0 +1 @@
+HTML-TagCloud-0.34.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-HTML-TagCloud/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	5 Mar 2009 20:56:14 -0000	1.1
+++ sources	6 Mar 2009 05:36:15 -0000	1.2
@@ -0,0 +1 @@
+095f3b1d5159cd1ef1d3dd240f566bb3  HTML-TagCloud-0.34.tar.gz




More information about the fedora-extras-commits mailing list