Updating to 1.1.2 (#220280)
This commit is contained in:
parent
4f8993d372
commit
4d24910e52
@ -1 +1 @@
|
|||||||
lxml-1.0.3.tgz
|
lxml-1.1.2.tgz
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
%define srcname lxml
|
%define srcname lxml
|
||||||
|
|
||||||
Name: python-%{srcname}
|
Name: python-%{srcname}
|
||||||
Version: 1.0.3
|
Version: 1.1.2
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: ElementTree-like Python bindings for libxml2 and libxslt
|
Summary: ElementTree-like Python bindings for libxml2 and libxslt
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -31,6 +31,7 @@ and handles memory management automatically, unlike the default bindings.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n %{srcname}-%{version}
|
%setup -q -n %{srcname}-%{version}
|
||||||
|
|
||||||
|
chmod a-x doc/rest2html.py
|
||||||
|
|
||||||
%build
|
%build
|
||||||
CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
|
CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
|
||||||
@ -56,6 +57,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{python_sitearch}/lxml/*.pyo
|
%{python_sitearch}/lxml/*.pyo
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 19 2007 Jeffrey C. Ollie <jeff@ocjtech.us> - 1.1.2-1
|
||||||
|
- Update to 1.1.2
|
||||||
|
|
||||||
* Thu Dec 14 2006 Jason L Tibbitts III <tibbs@math.uh.edu> - 1.0.3-3
|
* Thu Dec 14 2006 Jason L Tibbitts III <tibbs@math.uh.edu> - 1.0.3-3
|
||||||
- Rebuild for new Python
|
- Rebuild for new Python
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user