]> git.pld-linux.org Git - packages/python-lxml.git/blame - python-lxml.spec
- up to 2.1.4
[packages/python-lxml.git] / python-lxml.spec
CommitLineData
7321ac76
AM
1#
2%define module lxml
3#
4Summary: A Pythonic binding for the libxml2 and libxslt libraries
e1640e5a 5Summary(pl.UTF-8): Pythonowe wiązanie do bibliotek libxml2 i libxslt
7321ac76 6Name: python-%{module}
bc31b8eb
AM
7Version: 2.1.4
8Release: 1
7321ac76
AM
9License: BSD
10Group: Development/Languages/Python
11Source0: http://codespeak.net/lxml/%{module}-%{version}.tgz
bc31b8eb 12# Source0-md5: 05f35b81955caf502584b685a5226417
7321ac76 13URL: http://codespeak.net/lxml/
0f893bb9
AM
14BuildRequires: libxml2-devel
15BuildRequires: libxslt-devel
0f893bb9 16BuildRequires: python-devel
7321ac76
AM
17BuildRequires: rpmbuild(macros) >= 1.219
18BuildRequires: unzip
19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21%description
22lxml is a Pythonic binding for the libxml2 and libxslt libraries.
23
8b26c81f
JR
24%description -l pl.UTF-8
25lxml to pythonowe wiązanie do bibliotek libxml2 i libxslt.
459884ee 26
7321ac76
AM
27%prep
28%setup -q -n %{module}-%{version}
29
30%build
31python setup.py build
32
33%install
34rm -rf $RPM_BUILD_ROOT
7321ac76
AM
35
36python setup.py install \
37 --root=$RPM_BUILD_ROOT \
38 --optimize=2
39
40%py_postclean
41
42%clean
43rm -rf $RPM_BUILD_ROOT
44
45%files
46%defattr(644,root,root,755)
47%doc doc/* CHANGES.txt CREDITS.txt TODO.txt
0f893bb9
AM
48%dir %{py_sitedir}/lxml
49%{py_sitedir}/lxml/*.py[co]
75dd257f
MB
50%dir %{py_sitedir}/lxml/html
51%{py_sitedir}/lxml/html/*.py[co]
52%attr(755,root,root) %{py_sitedir}/lxml/etree.so
53%attr(755,root,root) %{py_sitedir}/lxml/objectify.so
31980435 54%{py_sitedir}/lxml-*.egg-info
This page took 0.034576 seconds and 4 git commands to generate.