Compare commits
6 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
88dcd0ea3f | ||
|
|
277e2459a0 | ||
|
|
0d0c6d294d | ||
|
|
8b167dcb11 | ||
|
|
24b282bd9f | ||
|
|
a66c12f39d |
1 changed files with 24 additions and 5 deletions
29
sdljava.spec
29
sdljava.spec
|
|
@ -7,9 +7,10 @@
|
||||||
|
|
||||||
Name: sdljava
|
Name: sdljava
|
||||||
Version: 0.9.1
|
Version: 0.9.1
|
||||||
Release: 61%{?dist}
|
Release: 67%{?dist}
|
||||||
Summary: Java binding to the SDL API
|
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/
|
URL: http://sdljava.sourceforge.net/
|
||||||
# this is http://downloads.sourceforge.net/%%{name}/%%{name}-%%{version}.tar.gz
|
# this is http://downloads.sourceforge.net/%%{name}/%%{name}-%%{version}.tar.gz
|
||||||
# with the included Microsoft Copyrighted Arial fonts removed
|
# with the included Microsoft Copyrighted Arial fonts removed
|
||||||
|
|
@ -29,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
|
BuildRequires: javapackages-local-openjdk25
|
||||||
BuildRequires: ant
|
BuildRequires: ant-openjdk25
|
||||||
BuildRequires: swig
|
BuildRequires: swig
|
||||||
BuildRequires: jdom
|
BuildRequires: jdom
|
||||||
BuildRequires: xml-commons-apis
|
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
|
# sdljava provides java bindings for SDL, so it can only run on java_arches
|
||||||
ExclusiveArch: %{java_arches}
|
ExclusiveArch: %{java_arches}
|
||||||
|
|
||||||
Requires: java
|
Requires: java-25
|
||||||
Requires: javapackages-filesystem
|
Requires: javapackages-filesystem
|
||||||
Requires: jdom
|
Requires: jdom
|
||||||
|
|
||||||
|
|
@ -215,6 +216,24 @@ 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
|
||||||
|
- 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
|
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.1-61
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue