update specs for 9.1

This commit is contained in:
2020-06-01 16:11:06 -04:00
parent 2abf2270d6
commit a232f5138b
84 changed files with 1676 additions and 1236 deletions

View File

@@ -1,18 +1,17 @@
#TARBALL: http://www.linuxfromscratch.org/lfs/downloads/8.4/lfs-bootscripts-20180820.tar.bz2
#MD5SUM: e08811a18356eeef524b2ed333e8cb86;SOURCES/lfs-bootscripts-20180820.tar.bz2
#TARBALL: http://www.linuxfromscratch.org/lfs/downloads/9.1/filelist.listootscripts-20191031.tar.xz
#MD5SUM: e08811a18356eeef524b2ed333e8cb86;SOURCES/filelist.listootscripts-20191031.tar.xz
#-----------------------------------------------------------------------------
Summary: The LFS-Bootscripts package contains a set of scripts to start/stop the LFS system at bootup/shutdown.
Name: lfs-bootscripts
Version: 20180820
Summary: The filelist.listootscripts package contains a set of scripts to start/stop the LFS system at bootup/shutdown.
Name: filelist.listootscripts
Version: 20191031
Release: 1
License: None
URL: http://www.linuxfromscratch.org
Group: LFS/Base
Vendor: Elizabeth
Source0: lfs-bootscripts-20180820.tar.bz2
Source0: http://www.linuxfromscratch.org/lfs/downloads/9.1/%{name}-%{version}.tar.bz2
Requires: filesystem
%description
The LFS-Bootscripts package contains a set of scripts to start/stop the LFS system
The filelist.listootscripts package contains a set of scripts to start/stop the LFS system
at bootup/shutdown. The configuration files and procedures needed to customize the
boot process are described in the following sections.
#-----------------------------------------------------------------------------
@@ -21,10 +20,8 @@ boot process are described in the following sections.
%build
%install
make DESTDIR=%{buildroot} install
# rm %{buildroot}/etc/sysconfig/rc.site
#-----------------------------------------------------------------------------
# Create file list
# rm %{buildroot}%{_infodir}/dir
find %{buildroot} -name '*.la' -delete
find "${RPM_BUILD_ROOT}" -not -type d -print > filelist.rpm
sed -i "s|^${RPM_BUILD_ROOT}||" filelist.rpm
@@ -33,10 +30,10 @@ boot process are described in the following sections.
#-----------------------------------------------------------------------------
%files -f filelist.rpm
%defattr(-,root,root)
# %%{_infodir}/*
%{_mandir}/man8/*
#-----------------------------------------------------------------------------
%changelog
* Mon Jun 01 2020 Chris Cromer <chris@cromer.cl> 20191031-1
* Sun Apr 07 2019 baho-utot <baho-utot@columbus.rr.com> 20180820-1
- LFS-8.4
* Tue Jan 09 2018 baho-utot <baho-utot@columbus.rr.com> 20170626-1