Ignore:
Timestamp:
Nov 28, 2016, 6:00:58 PM (9 years ago)
Author:
Silvan Scherrer
Message:

spec: python-lxml: Release version 3.6.4-2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • spec/trunk/SPECS/python-lxml.spec

    r874 r910  
    1212Name:           python-%{pypi_name}
    1313Version:        3.6.4
    14 Release:        1%{?dist}
     14Release:        2%{?dist}
    1515Summary:        Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API
    1616
     
    7979
    8080%install
    81 %{__python} setup.py install --skip-build --no-compile --root %{buildroot}
    82 
    8381%if 0%{?with_python3}
    8482%py3_install
    8583%endif
     84%{__python} setup.py install --skip-build --no-compile --root %{buildroot}
     85
    8686
    8787%check
     
    9696%files -n python2-%{pypi_name}
    9797%{!?_licensedir:%global license %%doc}
    98 %license LICENSES.txt
    9998%license doc/licenses/ZopePublicLicense.txt LICENSES.txt
    10099%doc README.rst src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/readme.txt
     
    111110
    112111%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
    113116* Wed Oct 26 2016 Silvan Scherrer <silvan.scherrer@aroa.ch> 3.6.4-1
    114117- Update package to version 3.6.4.
Note: See TracChangeset for help on using the changeset viewer.