!5 add drpmsync packages
From: @liquor1 Reviewed-by: @overweight Signed-off-by: @overweight
This commit is contained in:
commit
a72a059d06
@ -1,7 +1,7 @@
|
||||
%bcond_without python3
|
||||
Name: deltarpm
|
||||
Version: 3.6.2
|
||||
Release: 2
|
||||
Release: 3
|
||||
Summary: deltarpm contains the difference between an old and a new version of an RPM package.
|
||||
License: BSD
|
||||
URL: http://gitorious.org/deltarpm/deltarpm
|
||||
@ -40,6 +40,14 @@ Requires: %{name} = %{version}-%{release}
|
||||
%description -n python3-%{name}
|
||||
Python3 bindings for deltarpm.
|
||||
|
||||
%package -n drpmsync
|
||||
Summary: Sync a file tree with deltarpms
|
||||
Requires: %{name}%{_isa} = %{version}-%{release}
|
||||
|
||||
%description -n drpmsync
|
||||
This package contains a tool to sync a file tree with
|
||||
deltarpms.
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
|
||||
@ -59,6 +67,7 @@ Python3 bindings for deltarpm.
|
||||
%defattr(-,root,root)
|
||||
%license LICENSE.BSD
|
||||
%{_bindir}/*
|
||||
%exclude %{_bindir}/drpmsync
|
||||
|
||||
%files help
|
||||
%defattr(-,root,root)
|
||||
@ -76,7 +85,16 @@ Python3 bindings for deltarpm.
|
||||
%{python3_sitearch}/__pycache__/%{name}*.pyc
|
||||
%{python3_sitearch}/_%{name}module.so
|
||||
|
||||
%files -n drpmsync
|
||||
%{_bindir}/drpmsync
|
||||
|
||||
%changelog
|
||||
* Fri Oct 16 2020 Liquor <lirui130@huawei.com> - 3.6.2-3
|
||||
- Type:enhancement
|
||||
- ID: NA
|
||||
- SUG: NA
|
||||
- DESC:add drpmsync packages
|
||||
|
||||
* Sat Mar 14 2020 openEuler Buildteam <buildteam@openeuler.org> - 3.6.2-2
|
||||
- Type:enhancement
|
||||
- ID: NA
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user