Browse Source

updated 2 packages

busybox-1.32.1-1

uClibc-ng-1.0.37-1
Tomohiro "Tomo-p" KATO 3 years ago
parent
commit
0e30e63f1e
2 changed files with 24 additions and 15 deletions
  1. 13 8
      b/busybox/busybox-vl.spec
  2. 11 7
      u/uClibc-ng/uClibc-ng-vl.spec

+ 13 - 8
b/busybox/busybox-vl.spec

@@ -1,8 +1,11 @@
 Summary: Statically linked binary providing simplified versions of system commands
 Name: busybox
-Version: 1.30.1
+Version: 1.32.1
 Release: 1%{?_dist_release}
-Group: System Environment/Shells
+Group: system
+Vendor: Project Vine
+Distribution: Vine Linux
+
 License: GPLv2
 URL: https://www.busybox.net/
 Source: https://www.busybox.net/downloads/%{name}-%{version}.tar.bz2
@@ -11,17 +14,15 @@ Source11: busybox-anaconda.config
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires: uClibc-ng-devel
 
-Vendor: Project Vine
-Distribution: Vine Linux
-
 %description 
 Busybox is a single binary which includes versions of a large number
 of system commands, including a shell.  This package can be very
 useful for recovering from certain types of system failures,
 particularly those involving broken shared libraries.
 
+
 %package anaconda
-Group: System Environment/Shells
+Group: system
 Summary: Version of busybox configured for use with anaconda
 
 %description anaconda
@@ -35,6 +36,7 @@ normal use.
 %prep
 %setup -q
 
+
 %build
 # create static busybox
 arch=`uname -m | sed -e 's/i.86/i386/' -e 's/ppc/powerpc/' -e 's/ppc64//' -e 's/powerpc64//'`
@@ -82,6 +84,7 @@ make %{_smp_mflags} CONFIG_DEBUG=y CC="gcc $RPM_OPT_FLAGS"
 cp busybox busybox.anaconda
 cp docs/busybox.1 docs/busybox.anaconda.1
 
+
 %install
 rm -rf $RPM_BUILD_ROOT
 mkdir -p $RPM_BUILD_ROOT/sbin
@@ -91,8 +94,6 @@ mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man1
 install -m 644 docs/busybox.static.1 $RPM_BUILD_ROOT/%{_mandir}/man1/busybox.1
 install -m 644 docs/busybox.anaconda.1 $RPM_BUILD_ROOT/%{_mandir}/man1/busybox.anaconda.1
 
-%clean
-rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
@@ -108,7 +109,11 @@ rm -rf $RPM_BUILD_ROOT
 /sbin/busybox.anaconda
 %{_mandir}/man1/busybox.anaconda.1.gz
 
+
 %changelog
+* Thu Mar 25 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.32.1-1
+- new upstream release.
+
 * Sat Oct 19 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.30.1-1
 - new upstream release.
 - dropped all patches.

+ 11 - 7
u/uClibc-ng/uClibc-ng-vl.spec

@@ -1,16 +1,15 @@
 Name:           uClibc-ng
 Summary:        C library for embedded Linux
 Summary(ja):    組み込みLinux用のCライブラリ
-Version:        1.0.32
+Version:        1.0.37
 Release:        1%{?_dist_release}
-Group:          Development/Libraries
-
+Group:          programming
 Vendor:         Project Vine
 Distribution:   Vine Linux
 
 License:        LGPLv2
 URL:            https://uclibc-ng.org/
-Source0:        https://downloads.uclibc-ng.org/releases/1.0.32/%{name}-%{version}.tar.xz
+Source0:        https://downloads.uclibc-ng.org/releases/%{version}/%{name}-%{version}.tar.xz
 Source1:        uClibc-ng.config
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
 
@@ -40,6 +39,7 @@ supported by glibc also work perfectly with uClibc-ng.
  This package contains the header files and libraries
 needed for uClibc-ng package.
 
+
 %prep
 %setup -q -n %{name}-%{version}
 
@@ -51,6 +51,7 @@ cp -a /usr/include/asm kernel-include
 cp -a /usr/include/asm-generic kernel-include
 cp -a /usr/include/linux kernel-include
 
+
 %build
 arch=`uname -m | sed -e 's/i.86/i386/'`
 echo "TARGET_$arch=y" >.config
@@ -60,6 +61,7 @@ cat %{SOURCE1} >>.config
 yes "" | make oldconfig %{?_smp_mflags}
 make V=1 %{?_smp_mflags}
 
+
 %install
 rm -rf %{buildroot}
 mkdir -p %{buildroot}/lib
@@ -77,8 +79,6 @@ mkdir -p %{buildroot}/%{_includedir}/uClibc
 mv  %{buildroot}/include/*  %{buildroot}/%{_includedir}/uClibc
 rm -rf  %{buildroot}/include/
 
-%clean
-rm -rf %{buildroot}
 
 %files devel
 %defattr(-,root,root,-)
@@ -88,8 +88,12 @@ rm -rf %{buildroot}
 %{_includedir}/uClibc
 %{_libdir}/uClibc
 
+
 %changelog
-* Sat Oct 19 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.0.32
+* Thu Mar 25 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.0.37-1
+- new upstream release.
+
+* Sat Oct 19 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.0.32-1
 - initial build of uClibc-ng.
 
 * Mon Nov 26 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.33.2-1