Author: mis Date: Fri Feb 22 08:43:47 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - new
---- Files affected: SPECS: perl-HTML-TagCloud.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/perl-HTML-TagCloud.spec diff -u /dev/null SPECS/perl-HTML-TagCloud.spec:1.1 --- /dev/null Fri Feb 22 09:43:47 2008 +++ SPECS/perl-HTML-TagCloud.spec Fri Feb 22 09:43:42 2008 @@ -0,0 +1,105 @@ +# $Revision$, $Date$ +# +# Conditional build: +%bcond_without tests # do not perform "make test" +# +%include /usr/lib/rpm/macros.perl +%define pdir HTML +%define pnam TagCloud +Summary: HTML::TagCloud - generate an HTML tag cloud +Summary(pl): HTML::TagCloud - genrowanie HTML-owej chmury tag�w +Name: perl-HTML-TagCloud +Version: 0.34 +Release: 1 +# same as perl +License: GPL v1+ or Artistic +Group: Development/Languages/Perl +Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz +# Source0-md5: 095f3b1d5159cd1ef1d3dd240f566bb3 +#%if %{with tests} +#BuildRequires: perl-HTML-Parser >= 1.0 +#%endif +BuildRequires: perl-devel >= 1:5.8.0 +BuildRequires: rpm-perlprov >= 4.1-13 +BuildArch: noarch +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%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. + +%prep +%setup -q -n %{pdir}-%{pnam}-%{version} + +%build +%{__perl} Makefile.PL \ + INSTALLDIRS=vendor +%{__make} + +%{?with_tests:%{__make} test} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc CHANGES +%{perl_vendorlib}/%{pdir}/*.pm +%{_mandir}/man3/* + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2008-02-22 08:43:42 mis +- new + +Revision 1.13 2004/12/01 17:34:50 radek +- autoupdated to 0.091 + +Revision 1.12 2004/11/03 22:30:26 paladine +- formatting + +Revision 1.11 2004/05/06 18:43:12 ankry +- fixed perl-devel BR + +Revision 1.10 2004/04/22 06:53:53 ankry +- license fixes and unification + +Revision 1.9 2003/11/01 00:53:02 qboosh +- updated to 0.075, new-style bcond + +Revision 1.8 2003/09/21 21:48:43 adamg +- updated to 0.73 + +Revision 1.7 2003/09/09 10:24:37 ankry +- spaces -> tab + +Revision 1.6 2003/05/28 13:00:41 malekith +- massive attack: source-md5 + +Revision 1.5 2003/05/25 06:24:40 misi3k +- massive attack s/pld.org.pl/pld-linux.org/ + +Revision 1.4 2003/04/05 21:58:33 ankry +- added %doc + +Revision 1.3 2003/04/05 21:32:20 ankry +- cosmetics +- release 2 to avoid Ra conflict + +Revision 1.2 2003/03/27 19:57:14 qboosh +- pl + +Revision 1.1 2003/03/17 00:40:15 radek +- new ================================================================
_______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
