!1 Packge init

From: @lvgenggeng 
Reviewed-by: @vonhust 
Signed-off-by: @vonhust
This commit is contained in:
openeuler-ci-bot 2022-02-17 03:20:58 +00:00 committed by Gitee
commit 278fdbd673
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 44 additions and 0 deletions

BIN
opkg-utils-0.5.0.tar.gz Normal file

Binary file not shown.

44
opkg-utils.spec Normal file
View File

@ -0,0 +1,44 @@
%global debug_package %{nil}
Name: opkg-utils
Version: 0.5.0
Release: 1
Summary: Helper scripts for use with the opkg package manager
License: GPLv2+
URL: https://git.yoctoproject.org/opkg-utils
Source0: https://git.yoctoproject.org/opkg-utils/snapshot/%{name}-%{version}.tar.gz
BuildRequires: make
BuildRequires: perl-podlators
Requires: bash
Requires: coreutils
Requires: python3
Requires: python3-pydot
%description
Helper scripts for use with the opkg package manager.
%prep
%autosetup
%build
make
%install
rm -rf $RPM_BUILD_ROOT
%makeinstall
%files
%{_bindir}/*
%license COPYING
%{_mandir}/man1/*
%changelog
* Fri Jan 14 2022 Lv Genggeng <lvgenggeng@uniontech.com> - 0.5.0-1
- Package init