update to 0.12 [release 0.12-1mamba;Thu Dec 03 2015]
This commit is contained in:
parent
8fc26fec9a
commit
c72536d7b5
@ -1,7 +1,6 @@
|
|||||||
# pychess
|
# 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.
|
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:
|
Features:
|
||||||
|
16
pychess.spec
16
pychess.spec
@ -1,13 +1,13 @@
|
|||||||
Name: pychess
|
Name: pychess
|
||||||
Version: 0.10.1
|
Version: 0.12
|
||||||
Release: 2mamba
|
Release: 1mamba
|
||||||
Summary: Gnome chess game
|
Summary: Gnome chess game
|
||||||
Group: Graphical Desktop/Applications/Games
|
Group: Graphical Desktop/Applications/Games
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Automatic Build System <autodist@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://pychess.googlepages.com/home
|
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
|
License: GPL
|
||||||
Requires: python >= %python_version
|
Requires: python >= %python_version
|
||||||
Requires: pygtksourceview
|
Requires: pygtksourceview
|
||||||
@ -23,8 +23,7 @@ BuildRequires: python >= %python_version
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%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.
|
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:
|
Features:
|
||||||
@ -48,7 +47,6 @@ Features:
|
|||||||
To help translate PyChess into your language please visit https://translations.launchpad.net/pychess
|
To help translate PyChess into your language please visit https://translations.launchpad.net/pychess
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
|
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -81,6 +79,7 @@ fi
|
|||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/pychess
|
%{_bindir}/pychess
|
||||||
|
%{_datadir}/appdata/pychess.appdata.xml
|
||||||
%{_datadir}/applications/pychess.desktop
|
%{_datadir}/applications/pychess.desktop
|
||||||
%{_datadir}/pixmaps/pychess.svg
|
%{_datadir}/pixmaps/pychess.svg
|
||||||
%{_datadir}/gtksourceview-1.0/language-specs/pgn.lang
|
%{_datadir}/gtksourceview-1.0/language-specs/pgn.lang
|
||||||
@ -94,6 +93,9 @@ fi
|
|||||||
%{_mandir}/man1/pychess.1.gz
|
%{_mandir}/man1/pychess.1.gz
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat May 18 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 0.10.1-2mamba
|
||||||
- python 2.7 mass rebuild
|
- python 2.7 mass rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user