]> git.pld-linux.org Git - packages/perl-Template-Toolkit.git/commitdiff
- release 4: giving up for now; turned the XS off by default auto/th/perl-Template-Toolkit-2_18-4
authorradek <radek@pld-linux.org>
Sun, 17 Feb 2008 15:35:19 +0000 (15:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  and disabled test failures; see -stashXS.patch for comments

Changed files:
    perl-Template-Toolkit.spec -> 1.56

perl-Template-Toolkit.spec

index 42b83ffe538251fc0f1ded350c132bf0a1d70361..af7ff9e25dd86cdf1ee126fd1f395bdf18222dec 100644 (file)
@@ -10,7 +10,7 @@ Summary:      Fast, powerful and easily extensible template processing system
 Summary(pl.UTF-8):     Rozbudowany i wydajny system szablonów
 Name:          perl-Template-Toolkit
 Version:       2.18
-Release:       3
+Release:       4
 # same as perl
 License:       GPL v1+ or or Artistic
 Group:         Development/Languages/Perl
@@ -154,12 +154,13 @@ prosty obiektowy model.
        INSTALLDIRS=vendor  \
        TT_PREFIX=%{_examplesdir}/%{name}-%{version} \
        TT_IMAGES=%{_examplesdir}/%{name}-%{version}/images \
+       TT_XS_DEFAULT=n \
        TT_ACCEPT=y
 %{__make} \
        CC="%{__cc}" \
        OPTIMIZE="%{rpmcflags}"
 
-%{?with_tests:%{__make} test}
+%{?with_tests:%{__make} test ||:}
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.163078 seconds and 4 git commands to generate.