add drpmsync packages
This commit is contained in:
parent
fee10291a3
commit
35129f5368
@ -1,7 +1,7 @@
|
|||||||
%bcond_without python3
|
%bcond_without python3
|
||||||
Name: deltarpm
|
Name: deltarpm
|
||||||
Version: 3.6.2
|
Version: 3.6.2
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: deltarpm contains the difference between an old and a new version of an RPM package.
|
Summary: deltarpm contains the difference between an old and a new version of an RPM package.
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: http://gitorious.org/deltarpm/deltarpm
|
URL: http://gitorious.org/deltarpm/deltarpm
|
||||||
@ -40,6 +40,14 @@ Requires: %{name} = %{version}-%{release}
|
|||||||
%description -n python3-%{name}
|
%description -n python3-%{name}
|
||||||
Python3 bindings for deltarpm.
|
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
|
%prep
|
||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
|
|
||||||
@ -59,6 +67,7 @@ Python3 bindings for deltarpm.
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%license LICENSE.BSD
|
%license LICENSE.BSD
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
|
%exclude %{_bindir}/drpmsync
|
||||||
|
|
||||||
%files help
|
%files help
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -76,7 +85,16 @@ Python3 bindings for deltarpm.
|
|||||||
%{python3_sitearch}/__pycache__/%{name}*.pyc
|
%{python3_sitearch}/__pycache__/%{name}*.pyc
|
||||||
%{python3_sitearch}/_%{name}module.so
|
%{python3_sitearch}/_%{name}module.so
|
||||||
|
|
||||||
|
%files -n drpmsync
|
||||||
|
%{_bindir}/drpmsync
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Mar 14 2020 openEuler Buildteam <buildteam@openeuler.org> - 3.6.2-2
|
||||||
- Type:enhancement
|
- Type:enhancement
|
||||||
- ID: NA
|
- ID: NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user