forked from pool/java-atk-wrapper
This commit is contained in:
BIN
java-atk-wrapper-0.38.0.tar.xz
(Stored with Git LFS)
BIN
java-atk-wrapper-0.38.0.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
java-atk-wrapper-0.40.0.tar.xz
(Stored with Git LFS)
Normal file
BIN
java-atk-wrapper-0.40.0.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 17 21:59:08 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Update to 0.40.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 7 19:21:06 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
@@ -18,7 +23,7 @@ Fri Dec 11 08:36:20 UTC 2020 - Fridrich Strba <fstrba@suse.com>
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 9 08:08:22 UTC 2020 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Update to 3.38.0
|
||||
- Update to 0.38.0
|
||||
* Build:
|
||||
+ Fix 32bit build
|
||||
+ Distribute manifest.txt
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package java-atk-wrapper
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
|
||||
%global major_version 0.38
|
||||
%global major_version 0.40
|
||||
Name: java-atk-wrapper
|
||||
Version: %{major_version}.0
|
||||
Release: 0
|
||||
@@ -29,8 +29,9 @@ Source1: HOWTO
|
||||
Source2: https://gitlab.gnome.org/GNOME/%{name}/-/raw/%{version}/autogen.sh
|
||||
Patch0: jaw-dependencies.patch
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: autoconf-archive
|
||||
BuildRequires: automake
|
||||
BuildRequires: java-devel >= 1.8
|
||||
BuildRequires: java-devel >= 9
|
||||
BuildRequires: libtool
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: xprop
|
||||
@@ -65,7 +66,7 @@ cp %{SOURCE1} %{SOURCE2} .
|
||||
%build
|
||||
chmod +x autogen.sh
|
||||
./autogen.sh
|
||||
%configure --libdir=%{_libdir}/%{name} --disable-modular-jar
|
||||
%configure --libdir=%{_libdir}/%{name} --enable-modular-jar
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
|
Reference in New Issue
Block a user