Compare commits
No commits in common. "rawhide" and "f41" have entirely different histories.
1 changed files with 5 additions and 18 deletions
23
sdljava.spec
23
sdljava.spec
|
|
@ -7,10 +7,9 @@
|
|||
|
||||
Name: sdljava
|
||||
Version: 0.9.1
|
||||
Release: 67%{?dist}
|
||||
Release: 63%{?dist}
|
||||
Summary: Java binding to the SDL API
|
||||
# Automatically converted from old format: LGPLv2+ - review is highly recommended.
|
||||
License: LicenseRef-Callaway-LGPLv2+
|
||||
License: 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
|
||||
|
|
@ -30,8 +29,8 @@ BuildRequires: SDL_image-devel
|
|||
BuildRequires: SDL_mixer-devel
|
||||
BuildRequires: SDL_ttf-devel
|
||||
|
||||
BuildRequires: javapackages-local-openjdk25
|
||||
BuildRequires: ant-openjdk25
|
||||
BuildRequires: javapackages-local
|
||||
BuildRequires: ant
|
||||
BuildRequires: swig
|
||||
BuildRequires: jdom
|
||||
BuildRequires: xml-commons-apis
|
||||
|
|
@ -42,7 +41,7 @@ BuildRequires: font(dejavusans) fontconfig
|
|||
# sdljava provides java bindings for SDL, so it can only run on java_arches
|
||||
ExclusiveArch: %{java_arches}
|
||||
|
||||
Requires: java-25
|
||||
Requires: java
|
||||
Requires: javapackages-filesystem
|
||||
Requires: jdom
|
||||
|
||||
|
|
@ -216,18 +215,6 @@ ln -s $(fc-match -f "%{file}" "sans:bold:italic") \
|
|||
|
||||
|
||||
%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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue