Changeset 910 for spec/trunk/SPECS/python-lxml.spec
- Timestamp:
- Nov 28, 2016, 6:00:58 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/python-lxml.spec
r874 r910 12 12 Name: python-%{pypi_name} 13 13 Version: 3.6.4 14 Release: 1%{?dist}14 Release: 2%{?dist} 15 15 Summary: Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API 16 16 … … 79 79 80 80 %install 81 %{__python} setup.py install --skip-build --no-compile --root %{buildroot}82 83 81 %if 0%{?with_python3} 84 82 %py3_install 85 83 %endif 84 %{__python} setup.py install --skip-build --no-compile --root %{buildroot} 85 86 86 87 87 %check … … 96 96 %files -n python2-%{pypi_name} 97 97 %{!?_licensedir:%global license %%doc} 98 %license LICENSES.txt99 98 %license doc/licenses/ZopePublicLicense.txt LICENSES.txt 100 99 %doc README.rst src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/readme.txt … … 111 110 112 111 %changelog 112 * Fri Nov 25 2016 Silvan Scherrer <silvan.scherrer@aroa.ch> 3.6.4-2 113 - small spec cleanup 114 - rebuilt with latest libxslt and libxml2 115 113 116 * Wed Oct 26 2016 Silvan Scherrer <silvan.scherrer@aroa.ch> 3.6.4-1 114 117 - Update package to version 3.6.4.
Note:
See TracChangeset
for help on using the changeset viewer.