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 247181 Details for
Bug 364961
Patch to PyXML package to build Python Eggs
[?]
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.
[patch]
Patch to PyXML package to build Python Eggs
pyxml-egg.patch (text/plain), 2.19 KB, created by
Jeffrey C. Ollie
on 2007-11-03 01:48:13 UTC
(
hide
)
Description:
Patch to PyXML package to build Python Eggs
Filename:
MIME Type:
Creator:
Jeffrey C. Ollie
Created:
2007-11-03 01:48:13 UTC
Size:
2.19 KB
patch
obsolete
>? .build-0.8.4-6.log >? PyXML-0.8.4 >? PyXML-0.8.4-6.i386.rpm >? PyXML-0.8.4-6.src.rpm >? PyXML-debuginfo-0.8.4-6.i386.rpm >Index: PyXML.spec >=================================================================== >RCS file: /cvs/pkgs/rpms/PyXML/F-7/PyXML.spec,v >retrieving revision 1.26 >diff -u -r1.26 PyXML.spec >--- PyXML.spec 18 Apr 2007 18:47:44 -0000 1.26 >+++ PyXML.spec 3 Nov 2007 01:31:04 -0000 >@@ -1,7 +1,9 @@ >+%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} >+ > Summary: XML libraries for python. > Name: PyXML > Version: 0.8.4 >-Release: 6 >+Release: 7 > Source: http://prdownloads.sourceforge.net/pyxml/PyXML-%{version}.tar.gz > Patch0: PyXML-0.7.1-intern.patch > Patch1: PyXML-0.8.4-cvs20041111-python2.4-backport.patch >@@ -13,6 +15,14 @@ > BuildRequires: python python-devel > BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot > >+# Must have setuptools to build the package >+# The build portions moved to a subpackage in F-8 >+%if 0%{?fedora} >= 8 >+BuildRequires: python-setuptools-devel >+%else >+BuildRequires: python-setuptools >+%endif >+ > %description > An XML package for Python. The distribution contains a > validating XML parser, an implementation of the SAX and DOM >@@ -26,25 +36,27 @@ > %patch2 -p1 > > %build >-CFLAGS="$RPM_OPT_FLAGS" python setup.py build --with-xslt >+CFLAGS="$RPM_OPT_FLAGS" %{__python} -c 'import setuptools; execfile("setup.py")' build --with-xslt > > %install > rm -fr $RPM_BUILD_ROOT >-python setup.py install --root=$RPM_BUILD_ROOT --with-xslt >- >+python -c 'import setuptools; execfile("setup.py")' install --skip-build --root=$RPM_BUILD_ROOT --with-xslt > > %clean > rm -rf $RPM_BUILD_ROOT > >- > %files > %defattr(-,root,root) > %doc LICENCE ANNOUNCE CREDITS README README.dom README.pyexpat README.sgmlop TODO doc/* > %{_bindir}/xmlproc_parse > %{_bindir}/xmlproc_val >-%{_libdir}/python?.?/site-packages/_xmlplus/ >+%{python_sitearch}/*egg-info >+%{python_sitearch}/_xmlplus > > %changelog >+* Fri Nov 02 2007 Jeffrey C. Ollie <jeff@ocjtech.us> - 0.8.4-7 >+- Modify package so that it produces Python Eggs. >+ > * Wed Apr 18 2007 Jeremy Katz <katzj@redhat.com> - 0.8.4-6 > - rebuild so that things aren't statically linked with libpython >
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 364961
: 247181