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