update to 0.15rc1 [release 0.15rc1-1mamba;Sat Oct 04 2014]
This commit is contained in:
parent
8081e54d6e
commit
c70b884c7f
@ -1,6 +1,4 @@
|
||||
# python-xlib
|
||||
|
||||
The Python X Library is a complete X11R6 client-side implementation,
|
||||
written in pure Python. It can be used to write low-levelish X Windows
|
||||
client applications in Python.
|
||||
The Python X Library is a complete X11R6 client-side implementation, written in pure Python. It can be used to write low-levelish X Windows client applications in Python.
|
||||
|
||||
|
@ -1,11 +1,11 @@
|
||||
Name: python-xlib
|
||||
Version: 0.14
|
||||
Release: 2mamba
|
||||
Version: 0.15rc1
|
||||
Release: 1mamba
|
||||
Summary: X client library for Python
|
||||
Group: System/Libraries/Python
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Automatic Build System <autodist@mambasoft.it>
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://python-xlib.sourceforge.net/
|
||||
Source: http://downloads.sourceforge.net/sourceforge/python-xlib/python-xlib-%{version}.tar.gz
|
||||
License: GPL
|
||||
@ -20,9 +20,7 @@ BuildRequires: tetex-dvips
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
The Python X Library is a complete X11R6 client-side implementation,
|
||||
written in pure Python. It can be used to write low-levelish X Windows
|
||||
client applications in Python.
|
||||
The Python X Library is a complete X11R6 client-side implementation, written in pure Python. It can be used to write low-levelish X Windows client applications in Python.
|
||||
|
||||
%package doc
|
||||
Summary: Documentation and examples for %{name}
|
||||
@ -30,10 +28,7 @@ Group: Documentation
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
%description doc
|
||||
The Python X Library is a complete X11R6 client-side implementation,
|
||||
written in pure Python. It can be used to write low-levelish X Windows
|
||||
client applications in Python.
|
||||
|
||||
The Python X Library is a complete X11R6 client-side implementation, written in pure Python. It can be used to write low-levelish X Windows client applications in Python.
|
||||
This package contains documentation and examples for %{name}.
|
||||
.
|
||||
%prep
|
||||
@ -41,10 +36,10 @@ This package contains documentation and examples for %{name}.
|
||||
|
||||
%build
|
||||
%{__python} setup.py build
|
||||
cd doc
|
||||
make html ps
|
||||
cd html
|
||||
rm Makefile texi2html
|
||||
#cd doc
|
||||
#make html ps
|
||||
#cd html
|
||||
#rm Makefile texi2html
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
@ -67,38 +62,41 @@ chmod a-x examples/*.py
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
#%{python_sitearch}/python_xlib-0.12-py%{python_version}.egg-info
|
||||
%dir %{python_sitearch}/Xlib
|
||||
%{python_sitearch}/Xlib/*.py
|
||||
%{python_sitearch}/Xlib/*.pyc
|
||||
%{python_sitearch}/Xlib/*.pyo
|
||||
%dir %{python_sitearch}/Xlib/ext
|
||||
%{python_sitearch}/Xlib/ext/*.py
|
||||
%{python_sitearch}/Xlib/ext/*.pyc
|
||||
%{python_sitearch}/Xlib/ext/*.pyo
|
||||
%dir %{python_sitearch}/Xlib/keysymdef
|
||||
%{python_sitearch}/Xlib/keysymdef/*.py
|
||||
%{python_sitearch}/Xlib/keysymdef/*.pyc
|
||||
%{python_sitearch}/Xlib/keysymdef/*.pyo
|
||||
%dir %{python_sitearch}/Xlib/protocol
|
||||
%{python_sitearch}/Xlib/protocol/*.py
|
||||
%{python_sitearch}/Xlib/protocol/*.pyc
|
||||
%{python_sitearch}/Xlib/protocol/*.pyo
|
||||
%dir %{python_sitearch}/Xlib/support
|
||||
%{python_sitearch}/Xlib/support/*.py
|
||||
%{python_sitearch}/Xlib/support/*.pyc
|
||||
%{python_sitearch}/Xlib/support/*.pyo
|
||||
%dir %{python_sitearch}/Xlib/xobject
|
||||
%{python_sitearch}/Xlib/xobject/*.py
|
||||
%{python_sitearch}/Xlib/xobject/*.pyc
|
||||
%{python_sitearch}/Xlib/xobject/*.pyo
|
||||
%{python_sitearch}/python_xlib-*.egg-info
|
||||
%dir %{python_sitelib}/Xlib
|
||||
%{python_sitelib}/Xlib/*.py
|
||||
%{python_sitelib}/Xlib/*.pyc
|
||||
%{python_sitelib}/Xlib/*.pyo
|
||||
%dir %{python_sitelib}/Xlib/ext
|
||||
%{python_sitelib}/Xlib/ext/*.py
|
||||
%{python_sitelib}/Xlib/ext/*.pyc
|
||||
%{python_sitelib}/Xlib/ext/*.pyo
|
||||
%dir %{python_sitelib}/Xlib/keysymdef
|
||||
%{python_sitelib}/Xlib/keysymdef/*.py
|
||||
%{python_sitelib}/Xlib/keysymdef/*.pyc
|
||||
%{python_sitelib}/Xlib/keysymdef/*.pyo
|
||||
%dir %{python_sitelib}/Xlib/protocol
|
||||
%{python_sitelib}/Xlib/protocol/*.py
|
||||
%{python_sitelib}/Xlib/protocol/*.pyc
|
||||
%{python_sitelib}/Xlib/protocol/*.pyo
|
||||
%dir %{python_sitelib}/Xlib/support
|
||||
%{python_sitelib}/Xlib/support/*.py
|
||||
%{python_sitelib}/Xlib/support/*.pyc
|
||||
%{python_sitelib}/Xlib/support/*.pyo
|
||||
%dir %{python_sitelib}/Xlib/xobject
|
||||
%{python_sitelib}/Xlib/xobject/*.py
|
||||
%{python_sitelib}/Xlib/xobject/*.pyc
|
||||
%{python_sitelib}/Xlib/xobject/*.pyo
|
||||
%{python_sitelib}/python_xlib-*.egg-info
|
||||
%doc README COPYING
|
||||
|
||||
%files doc
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING examples doc/html doc/ps/python-xlib.ps
|
||||
%doc COPYING examples doc/html
|
||||
|
||||
%changelog
|
||||
* Sat Oct 04 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.15rc1-1mamba
|
||||
- update to 0.15rc1
|
||||
|
||||
* Fri May 17 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 0.14-2mamba
|
||||
- python 2.7 mass rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user