Author: arekm Date: Thu Aug 25 12:17:41 2011 GMT Module: packages Tag: HEAD ---- Log message: - up to 2.10
---- Files affected: packages/perl-HTML-Format: perl-HTML-Format.spec (1.50 -> 1.51) ---- Diffs: ================================================================ Index: packages/perl-HTML-Format/perl-HTML-Format.spec diff -u packages/perl-HTML-Format/perl-HTML-Format.spec:1.50 packages/perl-HTML-Format/perl-HTML-Format.spec:1.51 --- packages/perl-HTML-Format/perl-HTML-Format.spec:1.50 Mon Jul 28 00:23:55 2008 +++ packages/perl-HTML-Format/perl-HTML-Format.spec Thu Aug 25 14:17:36 2011 @@ -9,13 +9,14 @@ Summary: HTML::Formatter - base class for HTML formatters Summary(pl.UTF-8): HTML::Formatter - bazowa klasa dla klas formatujÄ…cych HTML Name: perl-HTML-Format -Version: 2.04 -Release: 2 +Version: 2.10 +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: 2d287392b77c959f06397371116c2d7e +# Source0-md5: 34831ec506eaa8a7ad5da698224cf58d +BuildRequires: perl-Test-Simple >= 0.96 BuildRequires: perl-devel >= 1:5.8.0 BuildRequires: rpm-perlprov >= 4.1-13 %if %{with tests} @@ -32,9 +33,9 @@ %description HTML formatters are able to format a HTML syntax tree into various -printable formats. Different formatters produce output for different -output media. Common for all formatters are that they will return the -formatted output when the format() method is called. Format() takes a +printable formats. Different formatters produce output for different +output media. Common for all formatters are that they will return the +formatted output when the format() method is called. Format() takes a HTML::Element as parameter. %description -l pl.UTF-8 @@ -48,17 +49,17 @@ %setup -q -n %{pdir}-%{pnam}-%{version} %build -%{__perl} Makefile.PL \ - INSTALLDIRS=vendor -%{__make} +%{__perl} Build.PL \ + destdir=$RPM_BUILD_ROOT \ + installdirs=vendor +./Build -%{?with_tests:%{__make} test} +%{?with_tests:./Build test} %install rm -rf $RPM_BUILD_ROOT -%{__make} install \ - DESTDIR=$RPM_BUILD_ROOT +./Build install %clean rm -rf $RPM_BUILD_ROOT @@ -75,6 +76,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.51 2011/08/25 12:17:36 arekm +- up to 2.10 + Revision 1.50 2008/07/27 22:23:55 arekm - release 2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/perl-HTML-Format/perl-HTML-Format.spec?r1=1.50&r2=1.51&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
