update to 3.6.2 [release 3.6.2-1mamba;Sun Jul 21 2019]
This commit is contained in:
parent
cfbf8a76fc
commit
27e43a069a
@ -1,5 +1,5 @@
|
|||||||
Name: deltarpm
|
Name: deltarpm
|
||||||
Version: 3.6.1
|
Version: 3.6.2
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Create deltas between rpms
|
Summary: Create deltas between rpms
|
||||||
Group: System/Management
|
Group: System/Management
|
||||||
@ -16,9 +16,11 @@ BuildRequires: libbzip2-devel
|
|||||||
BuildRequires: liblzma-devel
|
BuildRequires: liblzma-devel
|
||||||
BuildRequires: libperl
|
BuildRequires: libperl
|
||||||
BuildRequires: libpython-devel
|
BuildRequires: libpython-devel
|
||||||
|
BuildRequires: librpm-devel
|
||||||
|
BuildRequires: libzstd-devel
|
||||||
BuildRequires: perl-devel
|
BuildRequires: perl-devel
|
||||||
BuildRequires: rpm-devel
|
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: rpm-devel >= 1:4.14.2.1
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -48,7 +50,6 @@ Python 3 bindings for %{name}.
|
|||||||
%build
|
%build
|
||||||
%make \
|
%make \
|
||||||
CFLAGS="-I%{_includedir}/rpm" \
|
CFLAGS="-I%{_includedir}/rpm" \
|
||||||
LDFLAGS="-lrpmdb" \
|
|
||||||
all python
|
all python
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -91,6 +92,9 @@ Python 3 bindings for %{name}.
|
|||||||
%{python3_sitearch}/deltarpm.py
|
%{python3_sitearch}/deltarpm.py
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jul 21 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 3.6.2-1mamba
|
||||||
|
- update to 3.6.2
|
||||||
|
|
||||||
* Wed Aug 23 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 3.6.1-1mamba
|
* Wed Aug 23 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 3.6.1-1mamba
|
||||||
- update to 3.6.1
|
- update to 3.6.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user