2024-01-05 16:54:26 +01:00
|
|
|
Name: python-xlib
|
2024-01-05 16:54:27 +01:00
|
|
|
Version: 0.31
|
2024-01-05 16:54:26 +01:00
|
|
|
Release: 1mamba
|
2024-01-05 16:54:26 +01:00
|
|
|
Summary: X client library for Python
|
|
|
|
Group: System/Libraries/Python
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
2024-01-05 16:54:26 +01:00
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-05 16:54:26 +01:00
|
|
|
URL: http://python-xlib.sourceforge.net/
|
2024-01-05 16:54:27 +01:00
|
|
|
Source: https://pypi.debian.net/python-xlib/python-xlib-%{version}.tar.gz
|
2024-01-05 16:54:26 +01:00
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
2024-01-05 16:54:27 +01:00
|
|
|
BuildRequires: libpython3-devel
|
|
|
|
BuildRequires: python3.7dist(six)
|
2024-01-05 16:54:26 +01:00
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRequires: texinfo
|
|
|
|
BuildRequires: tetex
|
|
|
|
BuildRequires: tetex-dvips
|
|
|
|
|
|
|
|
%description
|
2024-01-05 16:54:26 +01:00
|
|
|
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.
|
2024-01-05 16:54:26 +01:00
|
|
|
|
|
|
|
%package doc
|
|
|
|
Summary: Documentation and examples for %{name}
|
|
|
|
Group: Documentation
|
|
|
|
|
|
|
|
%description doc
|
2024-01-05 16:54:26 +01:00
|
|
|
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.
|
2024-01-05 16:54:26 +01:00
|
|
|
This package contains documentation and examples for %{name}.
|
2024-01-05 16:54:27 +01:00
|
|
|
|
|
|
|
%if 0%{?with_pyver}
|
|
|
|
%pyver_package
|
|
|
|
%endif
|
|
|
|
|
2024-01-05 16:54:26 +01:00
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
2024-01-05 16:54:27 +01:00
|
|
|
CFLAGS="%{optflags}" %{__python} setup.py build
|
2024-01-05 16:54:26 +01:00
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
2024-01-05 16:54:27 +01:00
|
|
|
%{__python} setup.py install \
|
|
|
|
-O1 --skip-build \
|
|
|
|
--root="%{buildroot}" \
|
|
|
|
--install-headers=%{python_inc} \
|
|
|
|
--install-lib=%{python_sitearch} \
|
|
|
|
--record=%{name}.filelist
|
|
|
|
|
|
|
|
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
2024-01-05 16:54:26 +01:00
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
2024-01-05 16:54:27 +01:00
|
|
|
%files %{?pyappend} -f %{name}.filelist
|
2024-01-05 16:54:26 +01:00
|
|
|
%defattr(-,root,root)
|
2024-01-05 16:54:27 +01:00
|
|
|
%dir %{python_sitearch}/python_xlib-%{version}-py*.egg-info
|
|
|
|
%{python_sitearch}/python_xlib-%{version}-py*.egg-info/*
|
2024-01-05 16:54:26 +01:00
|
|
|
%doc LICENSE
|
2024-01-05 16:54:26 +01:00
|
|
|
|
|
|
|
%files doc
|
|
|
|
%defattr(-,root,root)
|
2024-01-05 16:54:26 +01:00
|
|
|
%doc examples doc/html
|
2024-01-05 16:54:26 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-01-05 16:54:27 +01:00
|
|
|
* Sat Jul 03 2021 Automatic Build System <autodist@mambasoft.it> 0.31-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:54:27 +01:00
|
|
|
* Sun May 16 2021 Automatic Build System <autodist@mambasoft.it> 0.30-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:54:27 +01:00
|
|
|
* Sun May 09 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.29-1mamba
|
|
|
|
- update to 0.29
|
|
|
|
|
2024-01-05 16:54:26 +01:00
|
|
|
* Thu Apr 09 2020 Automatic Build System <autodist@mambasoft.it> 0.27-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:54:26 +01:00
|
|
|
* Tue Dec 31 2019 Automatic Build System <autodist@mambasoft.it> 0.26-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:54:26 +01:00
|
|
|
* Sun Sep 22 2019 Automatic Build System <autodist@mambasoft.it> 0.25-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:54:26 +01:00
|
|
|
* Wed Jan 30 2019 Automatic Build System <autodist@mambasoft.it> 0.24-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:54:26 +01:00
|
|
|
* Sat Mar 24 2018 Automatic Build System <autodist@mambasoft.it> 0.23-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:54:26 +01:00
|
|
|
* Sun Mar 18 2018 Automatic Build System <autodist@mambasoft.it> 0.22-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:54:26 +01:00
|
|
|
* Tue Dec 19 2017 Automatic Build System <autodist@mambasoft.it> 0.21-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-05 16:54:26 +01:00
|
|
|
* Fri Sep 08 2017 Automatic Build System <autodist@mambasoft.it> 0.20-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:54:26 +01:00
|
|
|
* Mon Mar 06 2017 Automatic Build System <autodist@mambasoft.it> 0.19-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:54:26 +01:00
|
|
|
* Wed Dec 14 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.18-1mamba
|
|
|
|
- update to 0.18
|
|
|
|
|
2024-01-05 16:54:26 +01:00
|
|
|
* Sat Oct 04 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.15rc1-1mamba
|
|
|
|
- update to 0.15rc1
|
|
|
|
|
2024-01-05 16:54:26 +01:00
|
|
|
* Fri May 17 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 0.14-2mamba
|
|
|
|
- python 2.7 mass rebuild
|
|
|
|
|
|
|
|
* Sat Jan 10 2009 gil <puntogil@libero.it> 0.14-1mamba
|
|
|
|
- package created by autospec
|