diff --git a/README.md b/README.md index 7e4369d..1f8a18a 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,5 @@ # bygfoot -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. - -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. +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. +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. diff --git a/bygfoot.spec b/bygfoot.spec index cf1db7f..28599f8 100644 --- a/bygfoot.spec +++ b/bygfoot.spec @@ -1,53 +1,50 @@ Name: bygfoot -Version: 2.3.2 +Version: 2.3.5 Release: 1mamba Summary: A football manager simulation game for Linux. Group: Applications/Games Vendor: openmamba Distribution: openmamba -Packager: gil -URL: http://bygfoot.sourceforge.net/ -Source: http://downloads.sourceforge.net/bygfoot/bygfoot-%{version}.tar.bz2 -#http://downloads.sourceforge.net/bygfoot/bygfoot-2.2.1-source.tar.bz2 +Packager: Silvan Calarco +URL: https://bygfoot.sourceforge.io/new/ +Source: https://gitlab.com/bygfoot/bygfoot/-/archive/%{version}/bygfoot-%{version}.tar.bz2 License: GPL -BuildRequires: desktop-file-utils -BuildRequires: gettext -BuildRequires: libfontconfig-devel -BuildRequires: libfreetype-devel -BuildRequires: libz-devel ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: libatk-devel +BuildRequires: libat-spi2-core-devel BuildRequires: libcairo-devel +BuildRequires: libfontconfig-devel +BuildRequires: libfreetype-devel +BuildRequires: libgdk-pixbuf-devel BuildRequires: libglib-devel -BuildRequires: libgtk-devel +BuildRequires: libgtk2-devel +BuildRequires: libharfbuzz-devel +BuildRequires: libjson-c-devel BuildRequires: libpango-devel +BuildRequires: libz-devel ## AUTOBUILDREQ-END -BuildRoot: %{_tmppath}/%{name}-%{version}-root +BuildRequires: desktop-file-utils +BuildRequires: gettext %description -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. +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. +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. -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. +%debug_package %prep - -%setup -q -n %{name}-%{version} +%setup -q %build -%configure \ - CFLAGS="%{optflags} -lm" +%cmake -%make +%cmake_build %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%makeinstall -rm -rf %{buildroot}%{_datadir}/bygfoot/support_files/definitions/scotland/CVS +%cmake_install + +#rm -rf %{buildroot}%{_datadir}/bygfoot/support_files/definitions/scotland/CVS mkdir -p %{buildroot}%{_datadir}/applications cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF @@ -84,6 +81,9 @@ EOF %doc AUTHORS COPYING ChangeLog README TODO %changelog +* Sat Oct 21 2023 Silvan Calarco 2.3.5-1mamba +- update to 2.3.5 + * Tue Aug 28 2012 openmamba WebBuild System 2.3.2-1mamba - update to 2.3.2