Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 647796 Details for
Bug 877969
Review Request: python-uinput - Pythonic API to the Linux uinput kernel module
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
fedora-review -n python-uinput -v
python-uinput.spec (text/x-rpm-spec), 2.21 KB, created by
Fabian Deutsch
on 2012-11-19 14:40:49 UTC
(
hide
)
Description:
fedora-review -n python-uinput -v
Filename:
MIME Type:
Creator:
Fabian Deutsch
Created:
2012-11-19 14:40:49 UTC
Size:
2.21 KB
patch
obsolete
>%global with_python3 0 > >Name: python-uinput >Version: 0.9 >Release: 1%{?dist} >Summary: Pythonic API to the Linux uinput kernel module > >License: GPLv3 >URL: http://pypi.python.org/pypi/python-uinput/0.9 >Source0: http://pypi.python.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz > >BuildRequires: python-devel >BuildRequires: kernel-headers >BuildRequires: libudev-devel > >%if %{?with_python3} >BuildRequires: python3-devel >%endif # if with_python3 > > >%filter_provides_in %{python_sitearch}/.*\.so$ >%filter_provides_in %{python3_sitearch}/.*\.so$ >%filter_setup > > >%description >Python-uinput is Python interface to the Linux uinput kernel module >which allows attaching userspace device drivers into kernel. > >%if 0%{?with_python3} >%package -n python3-uinput >Summary: Pythonic API to the Linux uinput kernel module > >%description -n python3-uinput >Python-uinput is Python interface to the Linux uinput kernel module >which >allows attaching userspace device drivers into kernel. >%endif # with_python3 > > >%prep >%setup -q -n %{name}-%{version} > > >%if 0%{?with_python3} >echo %{py3dir} >rm -rf %{py3dir} >cp -a . %{py3dir} >find %{py3dir} -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python3}|' > >%endif # with_python3 > > >%build >CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build > >%if 0%{?with_python3} >pushd %{py3dir} >CFLAGS="$RPM_OPT_FLAGS" %{__python3} setup.py build >popd >%endif # with_python3 > > >%install ># Must do the subpackages' install first because the scripts in /usr/bin are ># overwritten with every setup.py install (and we want the python2 version ># to be the default for now). >%if 0%{?with_python3} >pushd %{py3dir} >%{__python3} setup.py install --skip-build --root %{buildroot} >popd >%endif # with_python3 > >%{__python} setup.py install --skip-build --root %{buildroot} > > >%files >%doc >%{python_sitearch}/python_uinput-%{version}-py?.?.egg-info >%{python_sitearch}/_libsuinput.so >%{python_sitearch}/uinput >%if 0%{?with_python3} >%files -n python3-uinput >%doc >%{python3_sitearch}/python_uinput-%{version}-py?.?.egg-info >%{python3_sitearch}/_libsuinput.*.so >%{python3_sitearch}/uinput >%endif # with_python3 > > >%changelog >* Mon Nov 19 2012 Fabian Deutsch <fabian.deutsch@gmx.de> - 0.9-1 >- Initial package.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 877969
:
647796
|
647820