|
@@ -4,7 +4,7 @@ Summary(ja): lxml は libxml2 と libxslt の Python バインディングです
|
|
Name: python-%{_lxml}
|
|
Name: python-%{_lxml}
|
|
Group: Development/Libraries
|
|
Group: Development/Libraries
|
|
Version: 2.2.6
|
|
Version: 2.2.6
|
|
-Release: 1%{?_dist_release}
|
|
+Release: 2%{?_dist_release}
|
|
License: BSD
|
|
License: BSD
|
|
URL: http://codespeak.net/lxml
|
|
URL: http://codespeak.net/lxml
|
|
#URL: http://pypi.python.org/pypi/lxml
|
|
#URL: http://pypi.python.org/pypi/lxml
|
|
@@ -13,7 +13,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
Distribution: Vine Linux
|
|
Distribution: Vine Linux
|
|
|
|
|
|
-BuildRequires: libxml2-devel >= 2.7.2
|
|
+BuildRequires: libxml2-devel >= 2.6.21
|
|
BuildRequires: libxslt-devel >= 1.1.15
|
|
BuildRequires: libxslt-devel >= 1.1.15
|
|
BuildRequires: python-devel >= 2.3
|
|
BuildRequires: python-devel >= 2.3
|
|
BuildRequires: python-pyrex
|
|
BuildRequires: python-pyrex
|
|
@@ -46,6 +46,10 @@ rm -rf $RPM_BUILD_ROOT
|
|
%{python_sitearch}/%{_lxml}-*-info
|
|
%{python_sitearch}/%{_lxml}-*-info
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Wed Mar 10 2010 Kazutaka HARADA <kazutaka@vinelinux.org> 2.2.6-2
|
|
|
|
+- change required version of libxml2-devel for Vine Plus/5
|
|
|
|
+ (2.7.2 or later is recomended, but works with 2.6.21 or later)
|
|
|
|
+
|
|
* Sun Mar 07 2010 Shu KONNO <owa@bg.wakwak.com> 2.2.6-1
|
|
* Sun Mar 07 2010 Shu KONNO <owa@bg.wakwak.com> 2.2.6-1
|
|
- initial build for vine linux
|
|
- initial build for vine linux
|
|
|
|
|