]> git.pld-linux.org Git - packages/perl-HTML-TagCloud.git/blame - perl-HTML-TagCloud.spec
- up to 0.36
[packages/perl-HTML-TagCloud.git] / perl-HTML-TagCloud.spec
CommitLineData
c874f7cc 1#
2# Conditional build:
3%bcond_without tests # do not perform "make test"
4#
5%include /usr/lib/rpm/macros.perl
6%define pdir HTML
7%define pnam TagCloud
8Summary: HTML::TagCloud - generate an HTML tag cloud
cbfeb46d 9Summary(pl.UTF-8): HTML::TagCloud - generowanie HTML-owej chmury tagów
c874f7cc 10Name: perl-HTML-TagCloud
f0571c06 11Version: 0.36
c874f7cc 12Release: 1
13# same as perl
14License: GPL v1+ or Artistic
15Group: Development/Languages/Perl
f0571c06 16Source0: http://search.cpan.org/CPAN/authors/id/R/RO/ROBERTSD/%{pdir}-%{pnam}-%{version}.tar.gz
17# Source0-md5: 92f698115934e9887913b75b864c1973
d5940970 18URL: http://search.cpan.org/dist/HTML-TagCloud/
c874f7cc 19BuildRequires: perl-devel >= 1:5.8.0
20BuildRequires: rpm-perlprov >= 4.1-13
21BuildArch: noarch
22BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24%description
25The HTML::TagCloud module enables you to generate "tag clouds" in
26HTML. Tag clouds serve as a textual way to visualize terms and topics
27that are used most frequently. The tags are sorted alphabetically and
28a larger font is used to indicate more frequent term usage.
29
30%prep
31%setup -q -n %{pdir}-%{pnam}-%{version}
32
33%build
34%{__perl} Makefile.PL \
35 INSTALLDIRS=vendor
36%{__make}
37
38%{?with_tests:%{__make} test}
39
40%install
41rm -rf $RPM_BUILD_ROOT
42
43%{__make} install \
44 DESTDIR=$RPM_BUILD_ROOT
45
46%clean
47rm -rf $RPM_BUILD_ROOT
48
49%files
50%defattr(644,root,root,755)
51%doc CHANGES
f0571c06 52%{perl_vendorlib}/%{pdir}/TagCloud.pm
53%{_mandir}/man3/HTML::TagCloud.3pm*
This page took 0.03448 seconds and 4 git commands to generate.