rpms/compat-python24-libxml2/F-8 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/compat-python24-libxml2/F-8
In directory se02.es.rpmfusion.net:/tmp/cvs-serv11276
Modified Files:
.cvsignore sources
Log Message:
import libxml2-python24 from livna and rename to compat-python24-libxml2
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/compat-python24-libxml2/F-8/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 9 Aug 2008 08:49:41 -0000 1.1
+++ .cvsignore 10 Aug 2008 07:14:17 -0000 1.2
@@ -0,0 +1 @@
+libxml2-2.6.32.tar.gz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/compat-python24-libxml2/F-8/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 9 Aug 2008 08:49:41 -0000 1.1
+++ sources 10 Aug 2008 07:14:17 -0000 1.2
@@ -0,0 +1 @@
+2621d322c16f0257e30f0ff2b13384de libxml2-2.6.32.tar.gz
16 years, 2 months
rpms/compat-python24-libxml2/F-9 compat-python24-libxml2.spec, NONE, 1.1
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/compat-python24-libxml2/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv11153
Added Files:
compat-python24-libxml2.spec
Log Message:
rename spec file
--- NEW FILE compat-python24-libxml2.spec ---
%define compat_python %{_bindir}/python2.4
%{!?python_sitearch: %define python_sitearch %(%{compat_python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
%{!?python_sitelib: %define python_sitelib %(%{compat_python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
Summary: Python2.4 bindings for the libxml2 library
Name: compat-python24-libxml2
Version: 2.6.32
Release: 2%{?dist}
License: MIT
Group: Development/Libraries
Source: ftp://xmlsoft.org/libxml2/libxml2-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: compat-python24-devel libxml2-devel
Requires: libxml2 = %{version}, python(abi) = 2.4
URL: http://xmlsoft.org/
Patch0: multilib.patch
Provides: libxml2-python24 = %{version}-%{release}
Obsoletes: libxml2-python24 < 2.6.32-2
%description
The libxml2-python24 package contains a module that permits applications
written in the Python programming language to use the interface
supplied by the libxml2 library to manipulate XML files.
This library allows to manipulate XML files. It includes support
to read, modify and write XML and HTML files. There is DTDs support
this includes parsing and validation even with complex DTDs, either
at parse time or later once the document has been modified.
%prep
%setup -q -n libxml2-%{version}
%patch0 -p1
%build
pushd python
CFLAGS="$RPM_OPT_FLAGS" %{compat_python} setup.py build
popd
gzip -9 ChangeLog
%install
rm -rf $RPM_BUILD_ROOT
pushd python
CFLAGS="$RPM_OPT_FLAGS" %{compat_python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
popd
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-, root, root)
%doc AUTHORS ChangeLog.gz NEWS README Copyright
%{python_sitearch}/libxml2.py*
%{python_sitearch}/drv_libxml2.py*
%{python_sitearch}/libxml2mod*
%doc python/TODO
%doc python/tests/*.py
%doc doc/*.py
%doc doc/python.html
%changelog
* Sat Aug 09 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 2.6.32-2
- rebuild for RPM Fusion
- add provides and obsoletes for libxml2-python24 from livna
* Sun Apr 27 2008 Jonathan Steffan <jon a fedoraunity.org> 2.6.32-1
- Update to 2.6.32
* Wed Jan 16 2008 Jonathan Steffan <jon a fedoraunity.org> 2.6.31-1
- Update to 2.6.31
* Tue Jan 15 2008 Jonathan Steffan <jon a fedoraunity.org> 2.6.30-2
- Bump release for rebuild
- Update upstream URL
* Sat Dec 1 2007 Jonathan Steffan <jon a fedoraunity.org> 2.6.30-1
- Update for f8's 2.6.30 libxml2
* Mon Sep 3 2007 Jonathan Steffan <jon a fedoraunity.org> 2.6.29-1
- Only package the python bindings built for python 2.4
16 years, 2 months
rpms/compat-python24-libxml2/F-9 libxml2-python24.spec, NONE, 1.1 multilib.patch, NONE, 1.1
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/compat-python24-libxml2/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv8702
Added Files:
libxml2-python24.spec multilib.patch
Log Message:
import libxml2-python24 from livna and rename to compat-python24-libxml2
--- NEW FILE libxml2-python24.spec ---
%define compat_python %{_bindir}/python2.4
%{!?python_sitearch: %define python_sitearch %(%{compat_python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
%{!?python_sitelib: %define python_sitelib %(%{compat_python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
Summary: Python2.4 bindings for the libxml2 library
Name: compat-python24-libxml2
Version: 2.6.32
Release: 2%{?dist}
License: MIT
Group: Development/Libraries
Source: ftp://xmlsoft.org/libxml2/libxml2-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: compat-python24-devel libxml2-devel
Requires: libxml2 = %{version}, python(abi) = 2.4
URL: http://xmlsoft.org/
Patch0: multilib.patch
Provides: libxml2-python24 = %{version}-%{release}
Obsoletes: libxml2-python24 < 2.6.32-2
%description
The libxml2-python24 package contains a module that permits applications
written in the Python programming language to use the interface
supplied by the libxml2 library to manipulate XML files.
This library allows to manipulate XML files. It includes support
to read, modify and write XML and HTML files. There is DTDs support
this includes parsing and validation even with complex DTDs, either
at parse time or later once the document has been modified.
%prep
%setup -q -n libxml2-%{version}
%patch0 -p1
%build
pushd python
CFLAGS="$RPM_OPT_FLAGS" %{compat_python} setup.py build
popd
gzip -9 ChangeLog
%install
rm -rf $RPM_BUILD_ROOT
pushd python
CFLAGS="$RPM_OPT_FLAGS" %{compat_python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
popd
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-, root, root)
%doc AUTHORS ChangeLog.gz NEWS README Copyright
%{python_sitearch}/libxml2.py*
%{python_sitearch}/drv_libxml2.py*
%{python_sitearch}/libxml2mod*
%doc python/TODO
%doc python/tests/*.py
%doc doc/*.py
%doc doc/python.html
%changelog
* Sat Aug 09 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 2.6.32-2
- rebuild for RPM Fusion
- add provides and obsoletes for libxml2-python24 from livna
* Sun Apr 27 2008 Jonathan Steffan <jon a fedoraunity.org> 2.6.32-1
- Update to 2.6.32
* Wed Jan 16 2008 Jonathan Steffan <jon a fedoraunity.org> 2.6.31-1
- Update to 2.6.31
* Tue Jan 15 2008 Jonathan Steffan <jon a fedoraunity.org> 2.6.30-2
- Bump release for rebuild
- Update upstream URL
* Sat Dec 1 2007 Jonathan Steffan <jon a fedoraunity.org> 2.6.30-1
- Update for f8's 2.6.30 libxml2
* Mon Sep 3 2007 Jonathan Steffan <jon a fedoraunity.org> 2.6.29-1
- Only package the python bindings built for python 2.4
multilib.patch:
--- NEW FILE multilib.patch ---
*** XML/xml2-config.in.orig 2006-06-06 16:35:56.000000000 +0200
--- XML/xml2-config.in 2006-06-06 16:36:24.000000000 +0200
***************
*** 3,9 ****
prefix=@prefix@
exec_prefix=@exec_prefix@
includedir=@includedir@
! libdir=@libdir@
usage()
{
--- 3,14 ----
prefix=@prefix@
exec_prefix=@exec_prefix@
includedir=@includedir@
! if [ "`ldd /bin/sh | grep lib64`" = "" ]
! then
! libdir=${exec_prefix}/lib
! else
! libdir=${exec_prefix}/lib64
! fi
usage()
{
16 years, 2 months
rpms/compat-python24-libxml2/F-9 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/compat-python24-libxml2/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv8648
Modified Files:
.cvsignore sources
Log Message:
import libxml2-python24 from livna and rename to compat-python24-libxml2
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/compat-python24-libxml2/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 9 Aug 2008 08:49:41 -0000 1.1
+++ .cvsignore 10 Aug 2008 06:31:11 -0000 1.2
@@ -0,0 +1 @@
+libxml2-2.6.32.tar.gz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/compat-python24-libxml2/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 9 Aug 2008 08:49:41 -0000 1.1
+++ sources 10 Aug 2008 06:31:11 -0000 1.2
@@ -0,0 +1 @@
+2621d322c16f0257e30f0ff2b13384de libxml2-2.6.32.tar.gz
16 years, 2 months
rpms/compat-python24/devel compat-python24.spec,1.3,1.4
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/compat-python24/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv8237
Modified Files:
compat-python24.spec
Log Message:
* Sun Aug 10 2008 Thorsten Leemhuis <fedora at leemhuis.info> 2.4.5-2.1
- _default_patch_fuzz 2 for now
Index: compat-python24.spec
===================================================================
RCS file: /cvs/free/rpms/compat-python24/devel/compat-python24.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- compat-python24.spec 10 Aug 2008 06:07:01 -0000 1.3
+++ compat-python24.spec 10 Aug 2008 06:22:52 -0000 1.4
@@ -7,10 +7,13 @@
%define demo_dir %{_libdir}/python%{pybasever}/Demo
%define doc_tools_dir %{_libdir}/python%{pybasever}/Doc/tools
+# added by knurd on 20080810 to get it running for RPM Fusion
+%define _default_patch_fuzz 2
+
Summary: An interpreted, interactive, object-oriented programming language
Name: compat-python24
Version: %{pybasever}.5
-Release: 2%{?dist}
+Release: 2%{?dist}.1
License: Python Software Foundation License v2
Group: Development/Languages
Source: http://www.python.org/ftp/python/%{version}/Python-%{version}.tar.bz2
@@ -367,6 +370,9 @@
%{_libdir}/python%{pybasever}/lib-dynload/_tkinter.so
%changelog
+* Sun Aug 10 2008 Thorsten Leemhuis <fedora at leemhuis.info> 2.4.5-2.1
+- _default_patch_fuzz 2 for now
+
* Sun Aug 10 2008 Thorsten Leemhuis <fedora at leemhuis.info> 2.4.5-2
- rebuild for RPM Fusion
- apply 64bit patches on x86_64 and ppc64 only
16 years, 2 months
rpms/compat-python24/devel compat-python24.spec,1.2,1.3
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/compat-python24/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv7091
Modified Files:
compat-python24.spec
Log Message:
change two more ifs to ifarchs
Index: compat-python24.spec
===================================================================
RCS file: /cvs/free/rpms/compat-python24/devel/compat-python24.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- compat-python24.spec 10 Aug 2008 05:49:59 -0000 1.2
+++ compat-python24.spec 10 Aug 2008 06:07:01 -0000 1.3
@@ -263,7 +263,8 @@
rm -f $RPM_BUILD_ROOT%{_libdir}/python%{pybasever}/email/test/data/audiotest.au $RPM_BUILD_ROOT%{_libdir}/python%{pybasever}/test/audiotest.au
# Fix bug #143667: python should own /usr/lib/python2.x on 64-bit machines
-%if %{_lib} == lib64
+#if %{_lib} == lib64
+%ifarch x86_64 ppc64
install -d $RPM_BUILD_ROOT/usr/lib/python%{pybasever}/site-packages
%endif
@@ -332,7 +333,8 @@
%{_libdir}/python%{pybasever}/compiler
%{_libdir}/python%{pybasever}/plat-linux2
%{_libdir}/python%{pybasever}/hotshot
-%if %{_lib} == lib64
+#if %{_lib} == lib64
+%ifarch x86_64 ppc64
%attr(0755,root,root) %dir /usr/lib/python%{pybasever}
%attr(0755,root,root) %dir /usr/lib/python%{pybasever}/site-packages
%endif
16 years, 2 months
rpms/compat-python24/F-8 compat-python24.spec,1.1,1.2
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/compat-python24/F-8
In directory se02.es.rpmfusion.net:/tmp/cvs-serv6682
Modified Files:
compat-python24.spec
Log Message:
rebuild for RPM Fusion
Index: compat-python24.spec
===================================================================
RCS file: /cvs/free/rpms/compat-python24/F-8/compat-python24.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- compat-python24.spec 9 Aug 2008 20:49:47 -0000 1.1
+++ compat-python24.spec 10 Aug 2008 06:00:06 -0000 1.2
@@ -10,7 +10,7 @@
Summary: An interpreted, interactive, object-oriented programming language
Name: compat-python24
Version: %{pybasever}.5
-Release: 1%{?dist}
+Release: 2%{?dist}
License: Python Software Foundation License v2
Group: Development/Languages
Source: http://www.python.org/ftp/python/%{version}/Python-%{version}.tar.bz2
@@ -362,6 +362,9 @@
%{_libdir}/python%{pybasever}/lib-dynload/_tkinter.so
%changelog
+* Sun Aug 10 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 2.4.5-2
+- rebuild for RPM Fusion
+
* Thu Mar 27 2008 Jonathan Steffan <jonathansteffan a gmail.com> 2.4.5-1
- Update to 2.4.5
16 years, 2 months
rpms/compat-python24/F-9 compat-python24.spec,1.1,1.2
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/compat-python24/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv6248
Modified Files:
compat-python24.spec
Log Message:
rebuild for RPM Fusion
Index: compat-python24.spec
===================================================================
RCS file: /cvs/free/rpms/compat-python24/F-9/compat-python24.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- compat-python24.spec 9 Aug 2008 20:48:45 -0000 1.1
+++ compat-python24.spec 10 Aug 2008 05:54:01 -0000 1.2
@@ -10,7 +10,7 @@
Summary: An interpreted, interactive, object-oriented programming language
Name: compat-python24
Version: %{pybasever}.5
-Release: 1%{?dist}
+Release: 2%{?dist}
License: Python Software Foundation License v2
Group: Development/Languages
Source: http://www.python.org/ftp/python/%{version}/Python-%{version}.tar.bz2
@@ -362,6 +362,9 @@
%{_libdir}/python%{pybasever}/lib-dynload/_tkinter.so
%changelog
+* Sun Aug 10 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 2.4.5-2
+- rebuild for RPM Fusion
+
* Thu Mar 27 2008 Jonathan Steffan <jonathansteffan a gmail.com> 2.4.5-1
- Update to 2.4.5
16 years, 2 months
rpms/compat-python24/devel compat-python24.spec,1.1,1.2
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/compat-python24/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv5841
Modified Files:
compat-python24.spec
Log Message:
* Sun Aug 10 2008 Thorsten Leemhuis <fedora at leemhuis.info> 2.4.5-2
- rebuild for RPM Fusion
- apply 64bit patches on x86_64 and ppc64 only
Index: compat-python24.spec
===================================================================
RCS file: /cvs/free/rpms/compat-python24/devel/compat-python24.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- compat-python24.spec 9 Aug 2008 20:39:35 -0000 1.1
+++ compat-python24.spec 10 Aug 2008 05:49:59 -0000 1.2
@@ -10,7 +10,7 @@
Summary: An interpreted, interactive, object-oriented programming language
Name: compat-python24
Version: %{pybasever}.5
-Release: 1%{?dist}
+Release: 2%{?dist}
License: Python Software Foundation License v2
Group: Development/Languages
Source: http://www.python.org/ftp/python/%{version}/Python-%{version}.tar.bz2
@@ -106,7 +106,10 @@
%patch0 -p1 -b .rhconfig
%patch3 -p1 -b .no_gui
-%if %{_lib} == lib64
+# disabled by knurd on 20080810, as it broken on rawhide
+# (likely due to the new rpm)
+#if %{_lib} == lib64
+%ifarch x86_64 ppc64
%patch7 -p1 -b .lib64-regex
%patch8 -p1 -b .lib64
%patch9 -p0 -b .lib64-j
@@ -362,6 +365,10 @@
%{_libdir}/python%{pybasever}/lib-dynload/_tkinter.so
%changelog
+* Sun Aug 10 2008 Thorsten Leemhuis <fedora at leemhuis.info> 2.4.5-2
+- rebuild for RPM Fusion
+- apply 64bit patches on x86_64 and ppc64 only
+
* Thu Mar 27 2008 Jonathan Steffan <jonathansteffan a gmail.com> 2.4.5-1
- Update to 2.4.5
16 years, 2 months