Name: python-dulwich Version: 0.9.6 Release: 1mamba Summary: Python implementation of Git Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Stefano Cotta Ramusino URL: http://www.samba.org/~jelmer/dulwich Source: https://pypi.python.org/packages/source/d/dulwich/dulwich-%{version}.tar.gz License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libpython-devel ## AUTOBUILDREQ-END Requires: python >= %python_version BuildRoot: %{_tmppath}/%{name}-%{version}-root %description %{summary}. %prep %setup -q -n dulwich-%{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 -f %{name}.filelist %defattr(-,root,root) %doc COPYING NEWS %changelog * Wed May 28 2014 Automatic Build System 0.9.6-1mamba - automatic update by autodist * Wed Feb 19 2014 Stefano Cotta Ramusino 0.9.4-1mamba - package created using the webbuild interface