- don't run make check in QEMU builds - breaks due to massive threading
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libxslt?expand=0&rev=29
This commit is contained in:
parent
b002caebe1
commit
61936706a6
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libxslt-python
|
# spec file for package libxslt-python
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -15,25 +15,24 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: libxslt-python
|
Name: libxslt-python
|
||||||
BuildRequires: libxml2-python python-devel
|
|
||||||
BuildRequires: libgcrypt-devel
|
BuildRequires: libgcrypt-devel
|
||||||
BuildRequires: libgpg-error-devel
|
BuildRequires: libgpg-error-devel
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
|
BuildRequires: libxml2-python
|
||||||
|
BuildRequires: python-devel
|
||||||
Summary: Python Bindings for libxslt
|
Summary: Python Bindings for libxslt
|
||||||
Version: 1.1.26
|
License: MIT
|
||||||
Release: 6
|
|
||||||
License: MIT License (or similar)
|
|
||||||
Group: Development/Libraries/Python
|
Group: Development/Libraries/Python
|
||||||
|
Version: 1.1.26
|
||||||
|
Release: 0
|
||||||
Source: libxslt-%{version}.tar.bz2
|
Source: libxslt-%{version}.tar.bz2
|
||||||
# Uncomment to save space:
|
# Uncomment to save space:
|
||||||
#NoSource: 0
|
#NoSource: 0
|
||||||
Patch0: libxslt-1.1.24-linkflags.patch
|
Patch0: libxslt-1.1.24-linkflags.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%{py_requires}
|
%{py_requires}
|
||||||
URL: http://xmlsoft.org/XSLT/
|
Url: http://xmlsoft.org/XSLT/
|
||||||
#BuildArch: noarch
|
#BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Dec 3 17:29:03 UTC 2011 - agraf@suse.com
|
||||||
|
|
||||||
|
- don't run make check in QEMU builds - breaks due to massive threading
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Nov 21 15:49:37 UTC 2011 - jengelh@medozas.de
|
Mon Nov 21 15:49:37 UTC 2011 - jengelh@medozas.de
|
||||||
|
|
||||||
|
18
libxslt.spec
18
libxslt.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libxslt
|
# spec file for package libxslt
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -15,23 +15,22 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: libxslt
|
Name: libxslt
|
||||||
Version: 1.1.26
|
Version: 1.1.26
|
||||||
Release: 13
|
Release: 0
|
||||||
License: MIT License (or similar)
|
|
||||||
Summary: XSL Transformation Library
|
Summary: XSL Transformation Library
|
||||||
|
License: MIT
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
BuildRequires: libgcrypt-devel
|
BuildRequires: libgcrypt-devel
|
||||||
BuildRequires: libgpg-error-devel
|
BuildRequires: libgpg-error-devel
|
||||||
BuildRequires: libtool pkg-config
|
BuildRequires: libtool
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
|
BuildRequires: pkg-config
|
||||||
# bug437293
|
# bug437293
|
||||||
%ifarch ppc64
|
%ifarch ppc64
|
||||||
Obsoletes: libxslt-64bit
|
Obsoletes: libxslt-64bit
|
||||||
%endif
|
%endif
|
||||||
URL: http://xmlsoft.org/XSLT/
|
Url: http://xmlsoft.org/XSLT/
|
||||||
#
|
#
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Source2: baselibs.conf
|
Source2: baselibs.conf
|
||||||
@ -59,6 +58,7 @@ engine.
|
|||||||
%package -n libxslt1
|
%package -n libxslt1
|
||||||
|
|
||||||
Summary: XSL Transformation Library
|
Summary: XSL Transformation Library
|
||||||
|
License: MIT
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Provides: libxslt = %{version}
|
Provides: libxslt = %{version}
|
||||||
Obsoletes: libxslt <= %{version}
|
Obsoletes: libxslt <= %{version}
|
||||||
@ -81,8 +81,8 @@ The package comes with xsltproc, a command line interface to the XSLT
|
|||||||
engine.
|
engine.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
License: LGPLv2.1+
|
|
||||||
Summary: Include Files and Libraries mandatory for Development
|
Summary: Include Files and Libraries mandatory for Development
|
||||||
|
License: LGPL-2.1+
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
# bug437293
|
# bug437293
|
||||||
%ifarch ppc64
|
%ifarch ppc64
|
||||||
@ -109,7 +109,9 @@ autoreconf --force --install
|
|||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
%if ! 0%{?qemu_user_space_build}
|
||||||
make check
|
make check
|
||||||
|
%endif
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall
|
%makeinstall
|
||||||
|
Loading…
Reference in New Issue
Block a user