Compare commits
1 commit
rawhide
...
python-lxm
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a23dd980b9 |
3 changed files with 11 additions and 4 deletions
|
|
@ -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: 2%{?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,12 @@ 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
|
||||||
|
- Rebuild for new Python
|
||||||
|
|
||||||
* Sat Sep 16 2006 Shahms E. King <shahms@shahms.com> 1.0.3-2
|
* Sat Sep 16 2006 Shahms E. King <shahms@shahms.com> 1.0.3-2
|
||||||
- Rebuild for FC6
|
- Rebuild for FC6
|
||||||
|
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
5b01f595b28de9cb75cd2e31ebc37c53 lxml-1.0.3.tgz
|
d18ecaacdecf7c9f02a6e9aecb16c720 lxml-1.1.2.tgz
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue