python-dulwich/python-dulwich.spec

82 lines
2.6 KiB
RPMSpec

Name: python-dulwich
Version: 0.19.16
Release: 1mamba
Summary: Python implementation of Git
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
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 "s,.*/man/.*,&.gz," %{name}.filelist
%files -f %{name}.filelist
%defattr(-,root,root)
%doc COPYING NEWS
%changelog
* Sat Apr 18 2020 Automatic Build System <autodist@mambasoft.it> 0.19.16-1mamba
- automatic version update by autodist
* Mon Jan 27 2020 Automatic Build System <autodist@mambasoft.it> 0.19.15-1mamba
- automatic version update by autodist
* Sun Dec 01 2019 Automatic Build System <autodist@mambasoft.it> 0.19.14-1mamba
- automatic version update by autodist
* Wed Aug 21 2019 Automatic Build System <autodist@mambasoft.it> 0.19.13-1mamba
- automatic version update by autodist
* Sun Aug 18 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 0.19.12-1mamba
- update to 0.19.12
* Thu Feb 07 2019 Automatic Build System <autodist@mambasoft.it> 0.19.11-1mamba
- automatic version update by autodist
* Tue Jan 15 2019 Automatic Build System <autodist@mambasoft.it> 0.19.10-1mamba
- automatic version update by autodist
* Wed Jan 09 2019 Automatic Build System <autodist@mambasoft.it> 0.19.9-1mamba
- automatic version update by autodist
* Wed Jun 10 2015 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 0.10.1a-1mamba
- update to 0.10.1a
* Thu Dec 18 2014 Automatic Build System <autodist@mambasoft.it> 0.9.8-1mamba
- automatic update by autodist
* Fri Jul 11 2014 Automatic Build System <autodist@mambasoft.it> 0.9.7-1mamba
- automatic update by autodist
* Wed May 28 2014 Automatic Build System <autodist@mambasoft.it> 0.9.6-1mamba
- automatic update by autodist
* Wed Feb 19 2014 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 0.9.4-1mamba
- package created using the webbuild interface