Accepting request 224883 from home:deadpoint:branches:Java:packages
set correct libxslt package when building for SLES OBS-URL: https://build.opensuse.org/request/show/224883 OBS-URL: https://build.opensuse.org/package/show/Java:packages/javapackages-tools?expand=0&rev=12
This commit is contained in:
parent
e4ebe56231
commit
2ecf3f71dd
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 6 13:54:16 UTC 2014 - darin@darins.net
|
||||
|
||||
- set correct libxslt package when building for SLES
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 8 17:06:25 UTC 2013 - aj@ajaissle.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package javapackages-tools
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 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
|
||||
@ -42,7 +42,11 @@ BuildRequires: xz
|
||||
|
||||
Requires: coreutils
|
||||
# for xsltproc
|
||||
%if 0%{?suse_version} == 1110
|
||||
Requires: libxslt
|
||||
%else
|
||||
Requires: libxslt-tools
|
||||
%endif
|
||||
Requires: lua
|
||||
Requires: python
|
||||
# for xml.dom.minidom
|
||||
|
Loading…
Reference in New Issue
Block a user