Add OARS data to the appdata file.
Also, update -aarch64 patch with newer config.{guess,sub}.
This commit is contained in:
parent
2f7f464cec
commit
bd333ef542
3 changed files with 460 additions and 235 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -16,6 +16,28 @@
|
|||
birthday) all the cool games they missed.
|
||||
</p>
|
||||
</description>
|
||||
<content_rating type="oars-1.0">
|
||||
<content_attribute id="violence-cartoon">mild</content_attribute>
|
||||
<content_attribute id="violence-fantasy">mild</content_attribute>
|
||||
<content_attribute id="violence-realistic">none</content_attribute>
|
||||
<content_attribute id="violence-bloodshed">none</content_attribute>
|
||||
<content_attribute id="violence-sexual">none</content_attribute>
|
||||
<content_attribute id="drugs-alcohol">none</content_attribute>
|
||||
<content_attribute id="drugs-narcotics">none</content_attribute>
|
||||
<content_attribute id="drugs-tobacco">none</content_attribute>
|
||||
<content_attribute id="sex-nudity">none</content_attribute>
|
||||
<content_attribute id="sex-themes">none</content_attribute>
|
||||
<content_attribute id="language-profanity">none</content_attribute>
|
||||
<content_attribute id="language-humor">none</content_attribute>
|
||||
<content_attribute id="language-discrimination">none</content_attribute>
|
||||
<content_attribute id="social-chat">none</content_attribute>
|
||||
<content_attribute id="social-info">none</content_attribute>
|
||||
<content_attribute id="social-audio">none</content_attribute>
|
||||
<content_attribute id="social-location">none</content_attribute>
|
||||
<content_attribute id="social-contacts">none</content_attribute>
|
||||
<content_attribute id="money-purchasing">none</content_attribute>
|
||||
<content_attribute id="money-gambling">none</content_attribute>
|
||||
</content_rating>
|
||||
<screenshots>
|
||||
<screenshot type="default">
|
||||
<image>http://abe.sourceforge.net/screen0-4-1.png</image>
|
||||
|
|
|
|||
14
abe.spec
14
abe.spec
|
|
@ -1,9 +1,8 @@
|
|||
Name: abe
|
||||
Version: 1.1
|
||||
Release: 27%{?dist}
|
||||
Release: 28%{?dist}
|
||||
|
||||
Summary: Scrolling, platform-jumping, ancient pyramid exploring game
|
||||
Group: Amusements/Games
|
||||
License: GPL+
|
||||
URL: http://abe.sourceforge.net/
|
||||
Source0: http://downloads.sourceforge.net/abe/%{name}-%{version}.tar.gz
|
||||
|
|
@ -24,9 +23,12 @@ Patch3: %{name}-1.1-aarch64.patch
|
|||
# Fix build failure with -Werror=format-security
|
||||
Patch4: %{name}-1.1-format-security.patch
|
||||
|
||||
BuildRequires: SDL-devel >= 1.2.3, SDL_mixer-devel >= 1.2.3
|
||||
BuildRequires: libXmu-devel libXi-devel
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: gcc
|
||||
BuildRequires: libXi-devel
|
||||
BuildRequires: libXmu-devel
|
||||
BuildRequires: SDL-devel
|
||||
BuildRequires: SDL_mixer-devel
|
||||
|
||||
Requires: hicolor-icon-theme
|
||||
|
||||
|
|
@ -99,6 +101,10 @@ gtk-update-icon-cache %{icondir} >&/dev/null ||:
|
|||
%{_datadir}/icons/hicolor/*/apps/%{name}.png
|
||||
|
||||
%changelog
|
||||
* Thu Sep 15 2016 Jerry James <loganjerry@gmail.com> -1.1-28
|
||||
- Add OARS data to the appdata file
|
||||
- Update -aarch64 patch with newer config.{guess,sub}
|
||||
|
||||
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-27
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue