forked from pool/gnulib
Accepting request 967865 from home:fstrba:branches:Base:System
fix build in factory OBS-URL: https://build.opensuse.org/request/show/967865 OBS-URL: https://build.opensuse.org/package/show/Base:System/gnulib?expand=0&rev=11
This commit is contained in:
parent
b4a8f2143c
commit
e5695b42e5
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 8 15:10:47 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- Build with java source target levels 8
|
||||||
|
* fixes build in factory
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Nov 29 08:29:59 UTC 2021 - mliska@suse.cz
|
Mon Nov 29 08:29:59 UTC 2021 - mliska@suse.cz
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gnulib
|
# spec file for package gnulib
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@ -122,7 +122,7 @@ pushd build-tests
|
|||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
popd
|
popd
|
||||||
# Rebuild removed java class
|
# Rebuild removed java class
|
||||||
javac -d lib -source 6 -target 1.6 lib/javaversion.java
|
javac -d lib -source 1.8 -target 1.8 lib/javaversion.java
|
||||||
# This part is done with the original path
|
# This part is done with the original path
|
||||||
make %{?_smp_mflags} MODULES.html
|
make %{?_smp_mflags} MODULES.html
|
||||||
sed -i -r 's#HREF="(lib|m4|modules)#HREF="%{_datadir}/%{name}/\1#g' MODULES.html
|
sed -i -r 's#HREF="(lib|m4|modules)#HREF="%{_datadir}/%{name}/\1#g' MODULES.html
|
||||||
|
Loading…
x
Reference in New Issue
Block a user