fix missing %pyappend in files section [release 0.20.21-2mamba;Tue Apr 06 2021]
This commit is contained in:
parent
3fe06f045d
commit
ac61fd5cb3
@ -1,24 +1,29 @@
|
|||||||
Name: python-dulwich
|
Name: python-dulwich
|
||||||
Version: 0.19.16
|
Version: 0.20.21
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Python implementation of Git
|
Summary: Python implementation of Git
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
|
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
|
||||||
URL: http://www.samba.org/~jelmer/dulwich
|
URL: https://www.dulwich.io/
|
||||||
Source: https://pypi.python.org/packages/source/d/dulwich/dulwich-%{version}.tar.gz
|
Source: https://pypi.debian.net/dulwich/dulwich-%{version}.tar.gz
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libpython-devel
|
BuildRequires: libpython3-devel
|
||||||
|
BuildRequires: python3.7dist(certifi)
|
||||||
|
BuildRequires: python3.7dist(setuptools)
|
||||||
|
BuildRequires: python3.7dist(urllib3)
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
Requires: python >= %python_version
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{summary}.
|
%{summary}.
|
||||||
|
|
||||||
|
%if "%{?with_pyver}"
|
||||||
|
%pyver_package
|
||||||
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n dulwich-%{version}
|
%setup -q -n dulwich-%{version}
|
||||||
|
|
||||||
@ -34,13 +39,21 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
|||||||
--install-lib=%{python_sitearch} \
|
--install-lib=%{python_sitearch} \
|
||||||
--record=%{name}.filelist
|
--record=%{name}.filelist
|
||||||
|
|
||||||
sed -i "s,.*/man/.*,&.gz," %{name}.filelist
|
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||||
|
|
||||||
%files -f %{name}.filelist
|
%files %{?pyappend} -f %{name}.filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%dir %{python_sitearch}/dulwich-%{version}-py*.egg-info
|
||||||
|
%{python_sitearch}/dulwich-%{version}-py*.egg-info/*
|
||||||
%doc COPYING NEWS
|
%doc COPYING NEWS
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
* Sat Apr 18 2020 Automatic Build System <autodist@mambasoft.it> 0.19.16-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user