8
0

- corrected licence to same as Perl

- update to 1.71
    - Fixed https://rt.cpan.org/Ticket/Display.html?id=50487 :
        - add a blacklist for libxslt-1.1.25 which has a deadlock that
        hangs a test.
    - Fixed https://rt.cpan.org/Ticket/Display.html?id=52422 :
        - Unexpected webserver dependency in test
    - Updated the version control instructions in the README to bitbucket.org.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-LibXSLT?expand=0&rev=12
This commit is contained in:
Vítězslav Čížek
2011-09-12 09:40:30 +00:00
committed by Git OBS Bridge
parent 2eb2cdfb2a
commit 60a1ceb9e6
4 changed files with 29 additions and 20 deletions

BIN
XML-LibXSLT-1.70.tar.bz2 (Stored with Git LFS)

Binary file not shown.

BIN
XML-LibXSLT-1.71.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Sep 12 01:35:40 UTC 2011 - vcizek@suse.com
- corrected licence to same as Perl
- update to 1.71
- Fixed https://rt.cpan.org/Ticket/Display.html?id=50487 :
- add a blacklist for libxslt-1.1.25 which has a deadlock that
hangs a test.
- Fixed https://rt.cpan.org/Ticket/Display.html?id=52422 :
- Unexpected webserver dependency in test
- Updated the version control instructions in the README to bitbucket.org.
-------------------------------------------------------------------
Wed Dec 1 13:36:14 UTC 2010 - coolo@novell.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-XML-LibXSLT (Version 1.70)
# spec file for package perl-XML-LibXSLT
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -15,23 +15,22 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: perl-XML-LibXSLT
BuildRequires: libxslt-devel perl-XML-LibXML
BuildRequires: perl-macros
Version: 1.70
Release: 6
AutoReqProv: on
Group: Development/Libraries/Perl
License: Artistic
Url: http://www.cpan.org/modules/by-module/XML/
Version: 1.71
Release: 7
License: GPL-1.0+ or Artistic
Summary: XML::LibXSLT Perl Module
Source: XML-LibXSLT-%{version}.tar.bz2
Url: http://www.cpan.org/modules/by-module/XML/
Group: Development/Libraries/Perl
Source: XML-LibXSLT-%{version}.tar.gz
BuildRequires: libxslt-devel
BuildRequires: perl-XML-LibXML
BuildRequires: perl-macros
Requires: perl-XML-LibXML
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
Requires: perl-XML-LibXML
%description
This module is a fast XSLT library, based on the GNOME libxslt engine
@@ -42,8 +41,6 @@ on XSLTMark tests converted to Perl). The libxslt processor is also
highly standard compliant, with practically all of XSLT 1.0 being
supported in version 0.9 of libxslt.
%prep
%setup -q -n XML-LibXSLT-%{version}
@@ -55,11 +52,11 @@ make %{?_smp_mflags}
make test
%install
make DESTDIR=$RPM_BUILD_ROOT install_vendor
make DESTDIR=%{buildroot} install_vendor
%perl_process_packlist
%clean
rm -rf $RPM_BUILD_ROOT
rm -rf %{buildroot}
%files
%defattr(-,root,root)