update to 0.12 [release 0.12-1mamba;Thu Dec 03 2015]

This commit is contained in:
Silvan Calarco 2024-01-06 10:37:34 +01:00
parent 8fc26fec9a
commit c72536d7b5
2 changed files with 10 additions and 9 deletions

View File

@ -1,7 +1,6 @@
# pychess
A chess client, that is fully featured, easy to use and nice looking in the gnome way
A chess client, that is fully featured, easy to use and nice looking in the gnome way.
The client should be usable both to those totally new to chess, those who want to take a game here and there, and those who wants to use the computer to further enhance their play.
Features:

View File

@ -1,13 +1,13 @@
Name: pychess
Version: 0.10.1
Release: 2mamba
Version: 0.12
Release: 1mamba
Summary: Gnome chess game
Group: Graphical Desktop/Applications/Games
Vendor: openmamba
Distribution: openmamba
Packager: Automatic Build System <autodist@mambasoft.it>
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://pychess.googlepages.com/home
Source: http://pychess.googlecode.com/files/pychess-%{version}.tar.gz
Source: http://www.pychess.org/download/pychess-%{version}.tar.gz
License: GPL
Requires: python >= %python_version
Requires: pygtksourceview
@ -23,8 +23,7 @@ BuildRequires: python >= %python_version
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
A chess client, that is fully featured, easy to use and nice looking in the gnome way
A chess client, that is fully featured, easy to use and nice looking in the gnome way.
The client should be usable both to those totally new to chess, those who want to take a game here and there, and those who wants to use the computer to further enhance their play.
Features:
@ -48,7 +47,6 @@ Features:
To help translate PyChess into your language please visit https://translations.launchpad.net/pychess
%prep
%setup -q
%build
@ -81,6 +79,7 @@ fi
%files -f %{name}.lang
%defattr(-,root,root)
%{_bindir}/pychess
%{_datadir}/appdata/pychess.appdata.xml
%{_datadir}/applications/pychess.desktop
%{_datadir}/pixmaps/pychess.svg
%{_datadir}/gtksourceview-1.0/language-specs/pgn.lang
@ -94,6 +93,9 @@ fi
%{_mandir}/man1/pychess.1.gz
%changelog
* Thu Dec 03 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 0.12-1mamba
- update to 0.12
* Sat May 18 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 0.10.1-2mamba
- python 2.7 mass rebuild