Accepting request 80683 from home:msmeissn:branches:YaST:Head

remove java dependency

OBS-URL: https://build.opensuse.org/request/show/80683
OBS-URL: https://build.opensuse.org/package/show/YaST:Head/autoyast2?expand=0&rev=58
This commit is contained in:
Uwe Gansert 2011-09-03 12:42:55 +00:00 committed by Git OBS Bridge
parent d388a346ab
commit cbeb35dd9f
2 changed files with 6 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Sep 2 15:25:58 CEST 2011 - meissner@suse.de
- remove java-devel-packages from BuildRequires, they are unused.
-------------------------------------------------------------------
Fri Jul 29 15:56:00 CEST 2011 - ug@suse.de

View File

@ -29,7 +29,7 @@ Prefix: /usr
Group: System/YaST
License: GPL v2 or later
BuildRequires: docbook-xsl-stylesheets java2-devel-packages libxslt perl-XML-Writer pkg-config sgml-skel update-desktop-files xorg-x11-libs yast2-bootloader yast2-country yast2-devtools yast2-mouse yast2-slp yast2-testsuite yast2-transfer
BuildRequires: docbook-xsl-stylesheets libxslt perl-XML-Writer pkg-config sgml-skel update-desktop-files xorg-x11-libs yast2-bootloader yast2-country yast2-devtools yast2-mouse yast2-slp yast2-testsuite yast2-transfer
# API for Disabled Modules (ProductControl)
BuildRequires: yast2 >= 2.16.36
# After API cleanup
@ -99,9 +99,6 @@ export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
# V=1: verbose build in case we used AM_SILENT_RULES(yes)
# so that RPM_OPT_FLAGS check works
make %{?jobs:-j%jobs} V=1
[ -n "$JAVA_HOME" ] && unset JAVA_HOME
. /usr/share/java-utils/java-functions
export JAVA_HOME
%install
make install DESTDIR="$RPM_BUILD_ROOT"