Accepting request 1231965 from Java:Factory
OBS-URL: https://build.opensuse.org/request/show/1231965 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/java-atk-wrapper?expand=0&rev=14
This commit is contained in:
commit
64a75cb362
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 12 15:59:47 UTC 2024 - Bernhard Wiedemann <bwiedemann@suse.com>
|
||||||
|
|
||||||
|
- Normalize jar mtimes for reproducible builds (boo#1134568)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 20 15:44:04 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
Tue Feb 20 15:44:04 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
@ -45,6 +45,7 @@ BuildRequires: pkgconfig(glib-2.0) >= 2.32.0
|
|||||||
BuildRequires: pkgconfig(gobject-2.0)
|
BuildRequires: pkgconfig(gobject-2.0)
|
||||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||||
BuildRequires: pkgconfig(gthread-2.0)
|
BuildRequires: pkgconfig(gthread-2.0)
|
||||||
|
BuildRequires: strip-nondeterminism
|
||||||
Requires: java >= 1.8
|
Requires: java >= 1.8
|
||||||
Requires: xprop
|
Requires: xprop
|
||||||
|
|
||||||
@ -73,6 +74,8 @@ make %{?_smp_mflags}
|
|||||||
make -C jni install DESTDIR=%{buildroot}
|
make -C jni install DESTDIR=%{buildroot}
|
||||||
install wrapper/java-atk-wrapper.jar %{buildroot}%{_libdir}/%{name}/
|
install wrapper/java-atk-wrapper.jar %{buildroot}%{_libdir}/%{name}/
|
||||||
find %{buildroot} -type f -name "*.la" -delete -print
|
find %{buildroot} -type f -name "*.la" -delete -print
|
||||||
|
cd %{buildroot}%{_libdir}/%{name}/
|
||||||
|
%?strip_all_nondeterminism
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc AUTHORS
|
%doc AUTHORS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user