automatic update by autodist [release 1.99-1mamba;Fri Apr 10 2020]
This commit is contained in:
parent
c2595bed75
commit
7c2a763952
@ -1,7 +1,7 @@
|
|||||||
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
||||||
|
|
||||||
Name: perl-XML-LibXSLT
|
Name: perl-XML-LibXSLT
|
||||||
Version: 1.95
|
Version: 1.99
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: XML::LibXSLT - Interface to the gnome libxslt library
|
Summary: XML::LibXSLT - Interface to the gnome libxslt library
|
||||||
Group: System/Libraries/Perl
|
Group: System/Libraries/Perl
|
||||||
@ -13,7 +13,7 @@ Source: http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/XML-LibXSLT-%
|
|||||||
License: Artistic, GPL
|
License: Artistic, GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libdb51-devel
|
BuildRequires: libdb53-devel
|
||||||
BuildRequires: libgcrypt-devel
|
BuildRequires: libgcrypt-devel
|
||||||
BuildRequires: libgdbm-devel
|
BuildRequires: libgdbm-devel
|
||||||
BuildRequires: libgpg-error-devel
|
BuildRequires: libgpg-error-devel
|
||||||
@ -36,7 +36,10 @@ This is an extremely good XSLT engine, highly compliant and also very fast
|
|||||||
%build
|
%build
|
||||||
perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor
|
perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor
|
||||||
%make
|
%make
|
||||||
|
|
||||||
|
%ifnarch %{ix86}
|
||||||
%make test
|
%make test
|
||||||
|
%endif
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -59,6 +62,9 @@ rm -f .packlist
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 10 2020 Automatic Build System <autodist@mambasoft.it> 1.99-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
* Fri Nov 11 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.95-1mamba
|
* Fri Nov 11 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.95-1mamba
|
||||||
- update to 1.95
|
- update to 1.95
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user