- update to 0.87:
+ bugfix(expr): fixed memory leak. + perl: by default, built-in find_file implementation is used. the old perl find_file implementation can be re-enabled with __use_perl_find_file option. + bugfix(expr): both strings should be unescaped. + bugfix(built-in find_file). + defined future NULL expr type. + added buit-in funcs: atan2, int, abs, defined, length. + mono: bugfix for case_sensitive=0 root keys. + perl: register_function (name), register_function() calls thanks to Rebenok Kirill + bugfix: fixed function returned undef crush bug thanks to Rebenok Kirill - Build with libpcre support enabled OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTML-Template-Pro?expand=0&rev=4
This commit is contained in:
committed by
Git OBS Bridge
parent
5194432df4
commit
295239fdca
@@ -13,11 +13,12 @@ Summary: Perl/XS module to use HTML Templates from CGI scripts
|
||||
Url: http://search.cpan.org/perldoc?HTML::Template::Pro
|
||||
Group: Development/Libraries/Perl
|
||||
License: Artistic License
|
||||
Version: 0.83
|
||||
Version: 0.87
|
||||
Release: 0
|
||||
Source: %{real_name}-%{version}.tar.bz2
|
||||
BuildRequires: perl-Test-Pod
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: pcre-devel
|
||||
Requires: perl = %{perl_version}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
@@ -69,8 +70,7 @@ Author:
|
||||
%setup -n %{real_name}-%{version}
|
||||
|
||||
%build
|
||||
#perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall"
|
||||
CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL
|
||||
CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL PCRE=1
|
||||
make %{?jobs:-j%jobs}
|
||||
|
||||
%check
|
||||
@@ -86,6 +86,6 @@ rm -rf %{buildroot}
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-, root, root)
|
||||
%doc README FAQ TODO LGPL ARTISTIC Changes
|
||||
%doc README README.ru FAQ TODO LGPL ARTISTIC Changes
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user