LFS-RPM/SPECS/lfs-bootscripts.spec

41 lines
1.8 KiB
Plaintext
Raw Normal View History

2020-06-01 16:11:06 -04:00
#TARBALL: http://www.linuxfromscratch.org/lfs/downloads/9.1/filelist.listootscripts-20191031.tar.xz
#MD5SUM: e08811a18356eeef524b2ed333e8cb86;SOURCES/filelist.listootscripts-20191031.tar.xz
2019-05-24 08:27:40 -04:00
#-----------------------------------------------------------------------------
2020-06-01 16:11:06 -04:00
Summary: The filelist.listootscripts package contains a set of scripts to start/stop the LFS system at bootup/shutdown.
Name: filelist.listootscripts
Version: 20191031
2019-05-24 08:27:40 -04:00
Release: 1
License: None
URL: http://www.linuxfromscratch.org
Group: LFS/Base
2020-06-01 16:11:06 -04:00
Source0: http://www.linuxfromscratch.org/lfs/downloads/9.1/%{name}-%{version}.tar.bz2
2019-05-24 08:27:40 -04:00
Requires: filesystem
%description
2020-06-01 16:11:06 -04:00
The filelist.listootscripts package contains a set of scripts to start/stop the LFS system
2019-05-24 08:27:40 -04:00
at bootup/shutdown. The configuration files and procedures needed to customize the
boot process are described in the following sections.
#-----------------------------------------------------------------------------
%prep
%setup -q -n %{NAME}-%{VERSION}
%build
%install
make DESTDIR=%{buildroot} install
#-----------------------------------------------------------------------------
# Create file list
find %{buildroot} -name '*.la' -delete
find "${RPM_BUILD_ROOT}" -not -type d -print > filelist.rpm
sed -i "s|^${RPM_BUILD_ROOT}||" filelist.rpm
sed -i '/man\/man/d' filelist.rpm
sed -i '/\/usr\/share\/info/d' filelist.rpm
#-----------------------------------------------------------------------------
%files -f filelist.rpm
%defattr(-,root,root)
2019-05-25 21:36:26 -04:00
%{_mandir}/man8/*
2019-05-24 08:27:40 -04:00
#-----------------------------------------------------------------------------
%changelog
2020-06-01 16:11:06 -04:00
* Mon Jun 01 2020 Chris Cromer <chris@cromer.cl> 20191031-1
2019-05-24 08:27:40 -04:00
* 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
- Initial build. First version