Compare commits
6 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
88dcd0ea3f | ||
|
|
277e2459a0 | ||
|
|
0d0c6d294d | ||
|
|
8b167dcb11 | ||
|
|
24b282bd9f | ||
|
|
a66c12f39d |
1 changed files with 22 additions and 6 deletions
28
sdljava.spec
28
sdljava.spec
|
|
@ -7,9 +7,10 @@
|
|||
|
||||
Name: sdljava
|
||||
Version: 0.9.1
|
||||
Release: 62%{?dist}
|
||||
Release: 67%{?dist}
|
||||
Summary: Java binding to the SDL API
|
||||
License: LGPLv2+
|
||||
# Automatically converted from old format: LGPLv2+ - review is highly recommended.
|
||||
License: LicenseRef-Callaway-LGPLv2+
|
||||
URL: http://sdljava.sourceforge.net/
|
||||
# this is http://downloads.sourceforge.net/%%{name}/%%{name}-%%{version}.tar.gz
|
||||
# with the included Microsoft Copyrighted Arial fonts removed
|
||||
|
|
@ -29,8 +30,8 @@ BuildRequires: SDL_image-devel
|
|||
BuildRequires: SDL_mixer-devel
|
||||
BuildRequires: SDL_ttf-devel
|
||||
|
||||
BuildRequires: javapackages-local
|
||||
BuildRequires: ant
|
||||
BuildRequires: javapackages-local-openjdk25
|
||||
BuildRequires: ant-openjdk25
|
||||
BuildRequires: swig
|
||||
BuildRequires: jdom
|
||||
BuildRequires: xml-commons-apis
|
||||
|
|
@ -41,7 +42,7 @@ BuildRequires: font(dejavusans) fontconfig
|
|||
# sdljava provides java bindings for SDL, so it can only run on java_arches
|
||||
ExclusiveArch: %{java_arches}
|
||||
|
||||
Requires: java
|
||||
Requires: java-25
|
||||
Requires: javapackages-filesystem
|
||||
Requires: jdom
|
||||
|
||||
|
|
@ -215,7 +216,22 @@ ln -s $(fc-match -f "%{file}" "sans:bold:italic") \
|
|||
|
||||
|
||||
%changelog
|
||||
* Sat Mar 02 2024 Jiri Vanek <jvanek@redhat.com> - 0.9.1-62
|
||||
* 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
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Wed Sep 04 2024 Miroslav Suchý <msuchy@redhat.com> - 0.9.1-64
|
||||
- convert license to SPDX
|
||||
|
||||
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.1-63
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Tue Feb 27 2024 Jiri Vanek <jvanek@redhat.com> - 0.9.1-62
|
||||
- Rebuilt for java-21-openjdk as system jdk
|
||||
|
||||
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.1-61
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue