diff --git a/opkg-utils-0.5.0.tar.gz b/opkg-utils-0.5.0.tar.gz new file mode 100644 index 0000000..4046db3 Binary files /dev/null and b/opkg-utils-0.5.0.tar.gz differ diff --git a/opkg-utils.spec b/opkg-utils.spec new file mode 100644 index 0000000..ba19fd1 --- /dev/null +++ b/opkg-utils.spec @@ -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 - 0.5.0-1 +- Package init