2024-01-05 17:55:35 +01:00
|
|
|
Name: WoodysFishingHole
|
|
|
|
Version: 0.9.0
|
2024-01-05 17:55:35 +01:00
|
|
|
Release: 4mamba
|
|
|
|
Summary: A fishing game for young children
|
2024-01-05 17:55:35 +01:00
|
|
|
Group: Graphical Desktop/Applications/Educational
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
2024-01-05 17:55:35 +01:00
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://sourceforge.net/projects/wfh/
|
2024-01-05 17:55:35 +01:00
|
|
|
Source: http://downloads.sourceforge.net/sourceforge/wfh/%{name}-%{version}-src.tar.gz
|
|
|
|
Source1: fish.png
|
|
|
|
License: GPL
|
2024-01-05 17:55:35 +01:00
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRequires: javapackages
|
|
|
|
BuildRequires: apache-ant
|
|
|
|
Requires: java-runtime
|
2024-01-05 17:55:35 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
A fishing game for young children. A simple educational game for kids up to 6 years old. Young toddlers can match colors then move up to letters and numbers. Older kids can practice the names of colors and/or simple objects and practice math.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n %{name}
|
|
|
|
|
|
|
|
%build
|
|
|
|
ant
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
|
|
|
|
2024-01-05 17:55:35 +01:00
|
|
|
mkdir -p %{buildroot}%{_datadir}/%{name}
|
|
|
|
install -m 755 WoodysFishingHole.jar %{buildroot}%{_datadir}/%{name}
|
2024-01-05 17:55:35 +01:00
|
|
|
|
|
|
|
#Icon
|
|
|
|
mkdir -p %{buildroot}%{_datadir}/pixmaps
|
|
|
|
install -D -m 644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps/fish.png
|
|
|
|
|
|
|
|
# Create the system menu entry
|
|
|
|
mkdir -p %{buildroot}%{_datadir}/applications
|
|
|
|
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
|
|
|
|
[Desktop Entry]
|
|
|
|
Name=%{name}
|
|
|
|
Comment=GSokoban is a version of Sokoban for GNOME and Linux/UNIX.
|
2024-01-05 17:55:35 +01:00
|
|
|
Exec=java -jar %{_datadir}/%{name}/WoodysFishingHole.jar
|
2024-01-05 17:55:35 +01:00
|
|
|
Icon=%{_datadir}/pixmaps/fish.png
|
|
|
|
Terminal=0
|
|
|
|
Type=Application
|
|
|
|
X-KDE-StartupNotify=false
|
|
|
|
Category=Game;KidsGame;
|
|
|
|
EOF
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
2024-01-05 17:55:35 +01:00
|
|
|
%{_datadir}/%{name}/WoodysFishingHole.jar
|
2024-01-05 17:55:35 +01:00
|
|
|
%{_datadir}/applications/WoodysFishingHole.desktop
|
|
|
|
%{_datadir}/pixmaps/fish.png
|
2024-01-05 17:55:35 +01:00
|
|
|
%doc gpl.txt
|
2024-01-05 17:55:35 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-01-05 17:55:35 +01:00
|
|
|
* Fri Dec 10 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.0-4mamba
|
|
|
|
- rebuilt
|
|
|
|
|
2024-01-05 17:55:35 +01:00
|
|
|
* Thu Sep 05 2013 Automatic Build System <autodist@mambasoft.it> 0.9.0-3mamba
|
|
|
|
- automatic rebuild by autodist
|
|
|
|
|
|
|
|
* Mon May 21 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.0-2mamba
|
|
|
|
- entry group fixed
|
|
|
|
- desktop menu file fixed
|
|
|
|
|
|
|
|
* Fri Jul 22 2005 Alessandro Ramazzina <alessandro.ramazzina@qilinux.it> 0.9.0-1qilnx
|
|
|
|
- package created by autospec
|