Compare commits
No commits in common. "rawhide" and "f42" have entirely different histories.
1 changed files with 4 additions and 10 deletions
14
sdljava.spec
14
sdljava.spec
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
Name: sdljava
|
Name: sdljava
|
||||||
Version: 0.9.1
|
Version: 0.9.1
|
||||||
Release: 67%{?dist}
|
Release: 65%{?dist}
|
||||||
Summary: Java binding to the SDL API
|
Summary: Java binding to the SDL API
|
||||||
# Automatically converted from old format: LGPLv2+ - review is highly recommended.
|
# Automatically converted from old format: LGPLv2+ - review is highly recommended.
|
||||||
License: LicenseRef-Callaway-LGPLv2+
|
License: LicenseRef-Callaway-LGPLv2+
|
||||||
|
|
@ -30,8 +30,8 @@ BuildRequires: SDL_image-devel
|
||||||
BuildRequires: SDL_mixer-devel
|
BuildRequires: SDL_mixer-devel
|
||||||
BuildRequires: SDL_ttf-devel
|
BuildRequires: SDL_ttf-devel
|
||||||
|
|
||||||
BuildRequires: javapackages-local-openjdk25
|
BuildRequires: javapackages-local
|
||||||
BuildRequires: ant-openjdk25
|
BuildRequires: ant
|
||||||
BuildRequires: swig
|
BuildRequires: swig
|
||||||
BuildRequires: jdom
|
BuildRequires: jdom
|
||||||
BuildRequires: xml-commons-apis
|
BuildRequires: xml-commons-apis
|
||||||
|
|
@ -42,7 +42,7 @@ BuildRequires: font(dejavusans) fontconfig
|
||||||
# sdljava provides java bindings for SDL, so it can only run on java_arches
|
# sdljava provides java bindings for SDL, so it can only run on java_arches
|
||||||
ExclusiveArch: %{java_arches}
|
ExclusiveArch: %{java_arches}
|
||||||
|
|
||||||
Requires: java-25
|
Requires: java
|
||||||
Requires: javapackages-filesystem
|
Requires: javapackages-filesystem
|
||||||
Requires: jdom
|
Requires: jdom
|
||||||
|
|
||||||
|
|
@ -216,12 +216,6 @@ ln -s $(fc-match -f "%{file}" "sans:bold:italic") \
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Jul 28 2025 jiri vanek <jvanek@redhat.com> - 0.9.1-67
|
|
||||||
- Rebuilt for java-25-openjdk as preffered jdk
|
|
||||||
|
|
||||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.1-66
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.1-65
|
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.1-65
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue