浏览代码

updated 2 packages

busybox-1.32.1-1

uClibc-ng-1.0.37-1
Tomohiro "Tomo-p" KATO 4 年之前
父节点
当前提交
0e30e63f1e
共有 2 个文件被更改,包括 24 次插入15 次删除
  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
 Summary: Statically linked binary providing simplified versions of system commands
 Name: busybox
 Name: busybox
-Version: 1.30.1
+Version: 1.32.1
 Release: 1%{?_dist_release}
 Release: 1%{?_dist_release}
-Group: System Environment/Shells
+Group: system
+Vendor: Project Vine
+Distribution: Vine Linux
+
 License: GPLv2
 License: GPLv2
 URL: https://www.busybox.net/
 URL: https://www.busybox.net/
 Source: https://www.busybox.net/downloads/%{name}-%{version}.tar.bz2
 Source: https://www.busybox.net/downloads/%{name}-%{version}.tar.bz2
@@ -11,17 +14,15 @@ Source11: busybox-anaconda.config
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires: uClibc-ng-devel
 BuildRequires: uClibc-ng-devel
 
 
-Vendor: Project Vine
-Distribution: Vine Linux
-
 %description 
 %description 
 Busybox is a single binary which includes versions of a large number
 Busybox is a single binary which includes versions of a large number
 of system commands, including a shell.  This package can be very
 of system commands, including a shell.  This package can be very
 useful for recovering from certain types of system failures,
 useful for recovering from certain types of system failures,
 particularly those involving broken shared libraries.
 particularly those involving broken shared libraries.
 
 
+
 %package anaconda
 %package anaconda
-Group: System Environment/Shells
+Group: system
 Summary: Version of busybox configured for use with anaconda
 Summary: Version of busybox configured for use with anaconda
 
 
 %description anaconda
 %description anaconda
@@ -35,6 +36,7 @@ normal use.
 %prep
 %prep
 %setup -q
 %setup -q
 
 
+
 %build
 %build
 # create static busybox
 # create static busybox
 arch=`uname -m | sed -e 's/i.86/i386/' -e 's/ppc/powerpc/' -e 's/ppc64//' -e 's/powerpc64//'`
 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 busybox busybox.anaconda
 cp docs/busybox.1 docs/busybox.anaconda.1
 cp docs/busybox.1 docs/busybox.anaconda.1
 
 
+
 %install
 %install
 rm -rf $RPM_BUILD_ROOT
 rm -rf $RPM_BUILD_ROOT
 mkdir -p $RPM_BUILD_ROOT/sbin
 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.static.1 $RPM_BUILD_ROOT/%{_mandir}/man1/busybox.1
 install -m 644 docs/busybox.anaconda.1 $RPM_BUILD_ROOT/%{_mandir}/man1/busybox.anaconda.1
 install -m 644 docs/busybox.anaconda.1 $RPM_BUILD_ROOT/%{_mandir}/man1/busybox.anaconda.1
 
 
-%clean
-rm -rf $RPM_BUILD_ROOT
 
 
 %files
 %files
 %defattr(-,root,root,-)
 %defattr(-,root,root,-)
@@ -108,7 +109,11 @@ rm -rf $RPM_BUILD_ROOT
 /sbin/busybox.anaconda
 /sbin/busybox.anaconda
 %{_mandir}/man1/busybox.anaconda.1.gz
 %{_mandir}/man1/busybox.anaconda.1.gz
 
 
+
 %changelog
 %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
 * Sat Oct 19 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.30.1-1
 - new upstream release.
 - new upstream release.
 - dropped all patches.
 - dropped all patches.

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

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