From 7321ac76188828256d0ca02d40daf28ebbd81228 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Thu, 9 Mar 2006 20:50:13 +0000 Subject: [PATCH 1/1] - started Changed files: python-lxml.spec -> 1.1 --- python-lxml.spec | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 python-lxml.spec diff --git a/python-lxml.spec b/python-lxml.spec new file mode 100644 index 0000000..e4f4856 --- /dev/null +++ b/python-lxml.spec @@ -0,0 +1,45 @@ +# +%define module lxml +# +Summary: A Pythonic binding for the libxml2 and libxslt libraries +Name: python-%{module} +Version: 0.8 +Release: 0.1 +License: BSD +Group: Development/Languages/Python +Source0: http://codespeak.net/lxml/%{module}-%{version}.tgz +# Source0-md5: b156da08fea2af7b34774d5f9c4fa206 +URL: http://codespeak.net/lxml/ +BuildRequires: python +BuildRequires: rpmbuild(macros) >= 1.219 +BuildRequires: unzip +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +lxml is a Pythonic binding for the libxml2 and libxslt libraries. + +%prep +%setup -q -n %{module}-%{version} + +%build +python setup.py build + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version} +install -d $RPM_BUILD_ROOT%{py_sitescriptdir}/ElementTree-%{version}-py%{py_ver}.egg-info + +python setup.py install \ + --root=$RPM_BUILD_ROOT \ + --optimize=2 + +%py_postclean + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc doc/* CHANGES.txt CREDITS.txt TODO.txt +%{py_sitescriptdir}/%{module} +%{py_sitescriptdir}/ElementTree* -- 2.43.0