update to 2.3.5 [release 2.3.5-1mamba;Sat Oct 21 2023]

This commit is contained in:
Silvan Calarco 2024-01-05 21:02:37 +01:00
parent 3e48276b71
commit be8518c93d
2 changed files with 28 additions and 33 deletions

View File

@ -1,10 +1,5 @@
# bygfoot # bygfoot
Bygfoot allows you to manage a team by administering players' fitness, stadium capacity Bygfoot allows you to manage a team by administering players' fitness, stadium capacity and conservation, team formation, team playing style, player hiring and firing, etc. If you are successful you can become a champion. Else you will be fired after some time.
and conservation, team formation, team playing style, player hiring and firing, etc. If you The game is based on "country files" in XML format that you can customise to reflect your own country's leagues. There are also "team definitions" you can write to have the teams you know of play with their actual formations.
are successful you can become a champion. Else you will be fired after some time.
The game is based on "country files" in XML format that you can customise to reflect
your own country's leagues. There are also "team definitions" you can write to have the
teams you know of play with their actual formations.

View File

@ -1,53 +1,50 @@
Name: bygfoot Name: bygfoot
Version: 2.3.2 Version: 2.3.5
Release: 1mamba Release: 1mamba
Summary: A football manager simulation game for Linux. Summary: A football manager simulation game for Linux.
Group: Applications/Games Group: Applications/Games
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: gil <puntogil@libero.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://bygfoot.sourceforge.net/ URL: https://bygfoot.sourceforge.io/new/
Source: http://downloads.sourceforge.net/bygfoot/bygfoot-%{version}.tar.bz2 Source: https://gitlab.com/bygfoot/bygfoot/-/archive/%{version}/bygfoot-%{version}.tar.bz2
#http://downloads.sourceforge.net/bygfoot/bygfoot-2.2.1-source.tar.bz2
License: GPL License: GPL
BuildRequires: desktop-file-utils
BuildRequires: gettext
BuildRequires: libfontconfig-devel
BuildRequires: libfreetype-devel
BuildRequires: libz-devel
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: libatk-devel BuildRequires: libat-spi2-core-devel
BuildRequires: libcairo-devel BuildRequires: libcairo-devel
BuildRequires: libfontconfig-devel
BuildRequires: libfreetype-devel
BuildRequires: libgdk-pixbuf-devel
BuildRequires: libglib-devel BuildRequires: libglib-devel
BuildRequires: libgtk-devel BuildRequires: libgtk2-devel
BuildRequires: libharfbuzz-devel
BuildRequires: libjson-c-devel
BuildRequires: libpango-devel BuildRequires: libpango-devel
BuildRequires: libz-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: desktop-file-utils
BuildRequires: gettext
%description %description
Bygfoot allows you to manage a team by administering players' fitness, stadium capacity Bygfoot allows you to manage a team by administering players' fitness, stadium capacity and conservation, team formation, team playing style, player hiring and firing, etc. If you are successful you can become a champion. Else you will be fired after some time.
and conservation, team formation, team playing style, player hiring and firing, etc. If you The game is based on "country files" in XML format that you can customise to reflect your own country's leagues. There are also "team definitions" you can write to have the teams you know of play with their actual formations.
are successful you can become a champion. Else you will be fired after some time.
The game is based on "country files" in XML format that you can customise to reflect %debug_package
your own country's leagues. There are also "team definitions" you can write to have the
teams you know of play with their actual formations.
%prep %prep
%setup -q
%setup -q -n %{name}-%{version}
%build %build
%configure \ %cmake
CFLAGS="%{optflags} -lm"
%make %cmake_build
%install %install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall %cmake_install
rm -rf %{buildroot}%{_datadir}/bygfoot/support_files/definitions/scotland/CVS
#rm -rf %{buildroot}%{_datadir}/bygfoot/support_files/definitions/scotland/CVS
mkdir -p %{buildroot}%{_datadir}/applications mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
@ -84,6 +81,9 @@ EOF
%doc AUTHORS COPYING ChangeLog README TODO %doc AUTHORS COPYING ChangeLog README TODO
%changelog %changelog
* Sat Oct 21 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 2.3.5-1mamba
- update to 2.3.5
* Tue Aug 28 2012 openmamba WebBuild System <webbuild@openmamba.org> 2.3.2-1mamba * Tue Aug 28 2012 openmamba WebBuild System <webbuild@openmamba.org> 2.3.2-1mamba
- update to 2.3.2 - update to 2.3.2