python-diff-match-patch/python-diff-match-patch.spec

54 lines
1.6 KiB
RPMSpec

Name: python-diff-match-patch
Version: 20121119
Release: 1mamba
Summary: Robust algorithms to perform the operations required for synchronizing plain text
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
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 "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
%files %{?pyappend} -f %{name}.filelist
%defattr(-,root,root)
## note: this list is just an example; modify as required
# %{python_sitearch}/%{name}.py*
# %{python_sitearch}/%{name}.so
%doc LICENCE
## note: eventually add the remaining documents (if any)
# %doc README.original.txt README.rst
%changelog
* Fri Aug 07 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 20121119-1mamba
- package created using the webbuild interface