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