Author: zbyniu Date: Sun Jan 15 20:50:21 2012 GMT Module: packages Tag: HEAD ---- Log message: - up to 0.16
---- Files affected: packages/perl-Tk-TextANSIColor: perl-Tk-TextANSIColor.spec (1.6 -> 1.7) ---- Diffs: ================================================================ Index: packages/perl-Tk-TextANSIColor/perl-Tk-TextANSIColor.spec diff -u packages/perl-Tk-TextANSIColor/perl-Tk-TextANSIColor.spec:1.6 packages/perl-Tk-TextANSIColor/perl-Tk-TextANSIColor.spec:1.7 --- packages/perl-Tk-TextANSIColor/perl-Tk-TextANSIColor.spec:1.6 Tue Feb 13 09:06:38 2007 +++ packages/perl-Tk-TextANSIColor/perl-Tk-TextANSIColor.spec Sun Jan 15 21:50:16 2012 @@ -9,13 +9,13 @@ Summary: Tk::TextANSIColor - Tk::Text widget with support for ANSI color escape codes Summary(pl.UTF-8): Tk::TextANSIColor - widget Tk::Text z obsługą sekwencji kolorów ANSI Name: perl-Tk-TextANSIColor -Version: 0.15 +Version: 0.16 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: 594d7c3facf2d88b9a9b075935534521 +# Source0-md5: c285af9d6189baab4c8a9cc22dcc3ad0 BuildRequires: perl-Term-ANSIColor >= 1.00 BuildRequires: perl-Tk BuildRequires: perl-devel >= 1:5.8.0 @@ -40,18 +40,18 @@ %setup -q -n %{pdir}-%{pnam}-%{version} %build -%{__perl} Makefile.PL \ - INSTALLDIRS=vendor +%{__perl} Build.PL \ + installdirs=vendor \ + destdir=$RPM_BUILD_ROOT -%{__make} +./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 @@ -68,6 +68,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.7 2012/01/15 20:50:16 zbyniu +- up to 0.16 + Revision 1.6 2007/02/13 08:06:38 glen - tabs in preamble @@ -85,4 +88,3 @@ Revision 1.1 2003/11/01 19:10:35 qboosh - new - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/perl-Tk-TextANSIColor/perl-Tk-TextANSIColor.spec?r1=1.6&r2=1.7&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
