Name: python-diff-match-patch Version: 20181111 Release: 1mamba Summary: Robust algorithms to perform the operations required for synchronizing plain text Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://pypi.python.org/pypi/diff-match-patch/ Source: https://pypi.python.org/packages/source/d/diff-match-patch/diff-match-patch-%{version}.tar.gz License: Apache License 2.0 ## AUTOBUILDREQ-BEGIN BuildRequires: libpython-devel ## AUTOBUILDREQ-END Requires: python >= %python_version BuildRoot: %{_tmppath}/%{name}-%{version}-root %description %{summary}. %if "%{?with_pyver}" %pyver_package %endif %prep %setup -q -n diff-match-patch-%{version} %build CFLAGS="%{optflags}" %{__python} setup.py build %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %{__python} setup.py install \ -O1 --skip-build \ --root="%{buildroot}" \ --install-headers=%{_includedir}/python \ --install-lib=%{python_sitearch} \ --record=%{name}.filelist sed -i "s,.*/man/.*,&.gz," %{name}.filelist chmod -R o+r %{buildroot} %files %{?pyappend} -f %{name}.filelist %defattr(-,root,root) %doc LICENSE %changelog * Fri Dec 28 2018 Automatic Build System 20181111-1mamba - automatic version update by autodist * Mon Dec 28 2015 Silvan Calarco 20121119-2mamba - fix global read permissions * Fri Aug 07 2015 Silvan Calarco 20121119-1mamba - package created using the webbuild interface