python-dulwich/python-dulwich.spec

146 lines
4.9 KiB
RPMSpec
Raw Permalink Normal View History

Name: python-dulwich
Version: 0.20.40
Release: 1mamba
Summary: Python implementation of Git
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
URL: https://www.dulwich.io/
Source: https://pypi.debian.net/dulwich/dulwich-%{version}.tar.gz
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libpython3-devel
BuildRequires: python3.7dist(certifi)
BuildRequires: python3.7dist(setuptools)
BuildRequires: python3.7dist(urllib3)
## AUTOBUILDREQ-END
%description
%{summary}.
%if "%{?with_pyver}"
%pyver_package
%endif
%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 %{?pyappend} -f %{name}.filelist
%defattr(-,root,root)
%dir %{python_sitearch}/dulwich-%{version}-py*.egg-info
%{python_sitearch}/dulwich-%{version}-py*.egg-info/*
%doc COPYING NEWS
%changelog
* Fri May 20 2022 Automatic Build System <autodist@mambasoft.it> 0.20.40-1mamba
- automatic version update by autodist
* Wed May 18 2022 Automatic Build System <autodist@mambasoft.it> 0.20.38-1mamba
- automatic version update by autodist
* Tue May 17 2022 Automatic Build System <autodist@mambasoft.it> 0.20.37-1mamba
- automatic version update by autodist
* Mon May 16 2022 Automatic Build System <autodist@mambasoft.it> 0.20.36-1mamba
- automatic version update by autodist
* Mon Mar 21 2022 Automatic Build System <autodist@mambasoft.it> 0.20.35-1mamba
- automatic version update by autodist
* Tue Mar 15 2022 Automatic Build System <autodist@mambasoft.it> 0.20.34-1mamba
- automatic version update by autodist
* Sun Mar 06 2022 Automatic Build System <autodist@mambasoft.it> 0.20.33-1mamba
- automatic version update by autodist
* Tue Jan 25 2022 Automatic Build System <autodist@mambasoft.it> 0.20.32-1mamba
- automatic version update by autodist
* Sat Jan 22 2022 Automatic Build System <autodist@mambasoft.it> 0.20.31-1mamba
- automatic version update by autodist
* Sat Jan 08 2022 Automatic Build System <autodist@mambasoft.it> 0.20.30-1mamba
- automatic version update by autodist
* Thu Jan 06 2022 Automatic Build System <autodist@mambasoft.it> 0.20.28-1mamba
- automatic version update by autodist
* Thu Jan 06 2022 Automatic Build System <autodist@mambasoft.it> 0.20.27-1mamba
- automatic version update by autodist
* Fri Oct 29 2021 Automatic Build System <autodist@mambasoft.it> 0.20.26-1mamba
- automatic version update by autodist
* Mon Aug 23 2021 Automatic Build System <autodist@mambasoft.it> 0.20.25-1mamba
- automatic version update by autodist
* Sun Jul 18 2021 Automatic Build System <autodist@mambasoft.it> 0.20.24-1mamba
- automatic version update by autodist
* Tue May 25 2021 Automatic Build System <autodist@mambasoft.it> 0.20.23-1mamba
- automatic version update by autodist
* Mon May 24 2021 Automatic Build System <autodist@mambasoft.it> 0.20.22-1mamba
- automatic version update by autodist
* Tue Apr 06 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.20.21-2mamba
- fix missing %pyappend in files section
* Mon Apr 05 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.20.21-1mamba
- update to 0.20.21
* 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