update to 0.99.0 [release 0.99.0-1mamba;Thu Dec 07 2017]
This commit is contained in:
parent
04eb9c07bb
commit
118907a24c
24
pychess.spec
24
pychess.spec
@ -1,13 +1,13 @@
|
||||
Name: pychess
|
||||
Version: 0.12.4
|
||||
Version: 0.99.0
|
||||
Release: 1mamba
|
||||
Summary: Gnome chess game
|
||||
Summary: A chess client, that is fully featured, easy to use and nice looking in the gnome way
|
||||
Group: Graphical Desktop/Applications/Games
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://pychess.googlepages.com/home
|
||||
Source: http://www.pychess.org/download/pychess-%{version}.tar.gz
|
||||
Source: https://github.com/pychess/pychess/releases/download/%{version}/pychess-%{version}.tar.gz
|
||||
License: GPL
|
||||
Requires: python >= %python_version
|
||||
Requires: pygtksourceview
|
||||
@ -17,7 +17,7 @@ BuildRequires: pygtksourceview
|
||||
BuildRequires: python-pysqlite
|
||||
BuildRequires: pygtk-devel
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: libpython-devel >= %python_version
|
||||
BuildRequires: libpython36-devel >= %python_version
|
||||
BuildRequires: python >= %python_version
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
@ -50,14 +50,14 @@ To help translate PyChess into your language please visit https://translations.l
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%{__python} setup.py build
|
||||
%{__python36} setup.py build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%{__python} setup.py install \
|
||||
%{__python36} setup.py install \
|
||||
--root="%{buildroot}" \
|
||||
--install-headers=%{_includedir}/python \
|
||||
--install-lib=%{python_sitearch}
|
||||
--install-lib=%{python36_sitearch}
|
||||
|
||||
%find_lang %{name}
|
||||
|
||||
@ -85,16 +85,20 @@ fi
|
||||
%{_datadir}/gtksourceview-*/language-specs/pgn.lang
|
||||
%{_datadir}/icons/hicolor/24x24/apps/pychess.png
|
||||
%{_datadir}/icons/hicolor/scalable/apps/pychess.svg
|
||||
%{_datadir}/mime/packages/pychess.xml
|
||||
%{_datadir}/menu/pychess
|
||||
%{_datadir}/pixmaps/pychess.xmp
|
||||
%dir %{_datadir}/pychess
|
||||
%{_datadir}/pychess/*
|
||||
%dir %{python_sitearch}/pychess
|
||||
%{python_sitearch}/pychess/*
|
||||
%{python_sitearch}/pychess-*.egg-info
|
||||
%dir %{python36_sitearch}/pychess
|
||||
%{python36_sitearch}/pychess/*
|
||||
%{python36_sitearch}/pychess-*.egg-info
|
||||
%{_mandir}/man1/pychess.1*
|
||||
|
||||
%changelog
|
||||
* Thu Dec 07 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 0.99.0-1mamba
|
||||
- update to 0.99.0
|
||||
|
||||
* Mon Jul 04 2016 Automatic Build System <autodist@mambasoft.it> 0.12.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user