rebuilt [release 0.9.0-4mamba;Fri Dec 10 2021]

This commit is contained in:
Silvan Calarco 2024-01-05 17:55:35 +01:00
parent 6c56cf1993
commit ae1636f3be

View File

@ -1,18 +1,20 @@
Name: WoodysFishingHole Name: WoodysFishingHole
Version: 0.9.0 Version: 0.9.0
Release: 3mamba Release: 4mamba
Summary: A fishing game for young children. Summary: A fishing game for young children
Group: Graphical Desktop/Applications/Educational Group: Graphical Desktop/Applications/Educational
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Alessandro Ramazzina <alessandro.ramazzina@qilinux.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://sourceforge.net/projects/wfh/ URL: https://sourceforge.net/projects/wfh/
Source: http://downloads.sourceforge.net/sourceforge/wfh/%{name}-%{version}-src.tar.gz Source: http://downloads.sourceforge.net/sourceforge/wfh/%{name}-%{version}-src.tar.gz
Source1: fish.png Source1: fish.png
License: GPL License: GPL
BuildRoot: %{_tmppath}/%{name}-%{version}-root ## AUTOBUILDREQ-BEGIN
BuildRequires: jdk , apache-ant >= 1.6.5 ## AUTOBUILDREQ-END
Requires: jre BuildRequires: javapackages
BuildRequires: apache-ant
Requires: java-runtime
%description %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. 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.
@ -26,8 +28,8 @@ ant
%install %install
[ "%{buildroot}" != / ] && rm -rf %{buildroot} [ "%{buildroot}" != / ] && rm -rf %{buildroot}
mkdir -p %{buildroot}/usr/lib mkdir -p %{buildroot}%{_datadir}/%{name}
install -m 755 WoodysFishingHole.jar %{buildroot}/usr/lib install -m 755 WoodysFishingHole.jar %{buildroot}%{_datadir}/%{name}
#Icon #Icon
mkdir -p %{buildroot}%{_datadir}/pixmaps mkdir -p %{buildroot}%{_datadir}/pixmaps
@ -39,7 +41,7 @@ cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry] [Desktop Entry]
Name=%{name} Name=%{name}
Comment=GSokoban is a version of Sokoban for GNOME and Linux/UNIX. Comment=GSokoban is a version of Sokoban for GNOME and Linux/UNIX.
Exec=java -jar %{_libdir}/WoodysFishingHole.jar Exec=java -jar %{_datadir}/%{name}/WoodysFishingHole.jar
Icon=%{_datadir}/pixmaps/fish.png Icon=%{_datadir}/pixmaps/fish.png
Terminal=0 Terminal=0
Type=Application Type=Application
@ -52,12 +54,15 @@ EOF
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%doc README %{_datadir}/%{name}/WoodysFishingHole.jar
%{_libdir}/WoodysFishingHole.jar
%{_datadir}/applications/WoodysFishingHole.desktop %{_datadir}/applications/WoodysFishingHole.desktop
%{_datadir}/pixmaps/fish.png %{_datadir}/pixmaps/fish.png
%doc gpl.txt
%changelog %changelog
* Fri Dec 10 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.0-4mamba
- rebuilt
* Thu Sep 05 2013 Automatic Build System <autodist@mambasoft.it> 0.9.0-3mamba * Thu Sep 05 2013 Automatic Build System <autodist@mambasoft.it> 0.9.0-3mamba
- automatic rebuild by autodist - automatic rebuild by autodist