[Bug 980071] Review Request: python-xpyb - X Python Binding, based on the X C Binding (XCB) library

bugzilla at redhat.com bugzilla at redhat.com
Tue Jul 9 12:35:56 UTC 2013


https://bugzilla.redhat.com/show_bug.cgi?id=980071

--- Comment #11 from Tomas DabaĊĦinskas <tdabasin at redhat.com> ---
Hi,
Thanks for the tip on selinux Christopher, I noticed there was a request to
enable it on BZ580732 so I did that, I verified it by checking outputs from rpm
-qpl and I see 3 extra files now:
+/usr/lib64/python2.7/site-packages/xcb/xselinux.py
+/usr/lib64/python2.7/site-packages/xcb/xselinux.pyc
+/usr/lib64/python2.7/site-packages/xcb/xselinux.pyo

I've also added find and delete *.la and INSTALL files.

I've updated the spec:

--- python-xpyb.spec.old        2013-07-07 19:05:53.053592649 +1000
+++ python-xpyb.spec    2013-07-07 19:25:24.206440154 +1000
@@ -33,12 +33,17 @@
 %setup -q -n xpyb-%{version}

 %build
-%configure --docdir=%{_docdir}/xpyb
+%configure --docdir=%{_docdir}/xpyb \
+       --enable-selinux

 make %{?_smp_mflags}

 %install
 %make_install
+# Delete static lib
+find %{buildroot} -name '*.la' -exec rm -f {} ';'
+# Delete INSTALL doc
+find %{buildroot} -name 'INSTALL' -exec rm -f {} ';'

 %files
 %{python_sitearch}/xcb/


Spec URL:
http://people.fedoraproject.org/~tdabasin/python-xpyb/python-xpyb.spec
SRPM URL:
http://people.fedoraproject.org/~tdabasin/python-xpyb/python-xpyb-1.3.1-1.fc19.src.rpm

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=KDCwdhbCct&a=cc_unsubscribe


More information about the package-review mailing list