update specs for 9.1
This commit is contained in:
@@ -4,11 +4,10 @@
|
||||
Summary: The popt package contains the popt libraries which are used by some programs parse command-line options.
|
||||
Name: popt
|
||||
Version: 1.16
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: GPL
|
||||
URL: ftp://anduin.linuxfromscratch.org/BLFS/%{name}/
|
||||
Group: BLFS/General_Libraries
|
||||
Vendor: Elizabeth
|
||||
Source0: ftp://anduin.linuxfromscratch.org/BLFS/%{name}/%{name}-%{version}.tar.gz
|
||||
Requires: filesystem
|
||||
%description
|
||||
@@ -27,15 +26,16 @@ The popt package contains the popt libraries which are used by some programs par
|
||||
install -D -m644 COPYING %{buildroot}/usr/share/licenses/%{name}/LICENSE
|
||||
# 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
|
||||
find "${RPM_BUILD_ROOT}" -not -type d -print > filelist.list
|
||||
sed -i "s|^${RPM_BUILD_ROOT}||" filelist.list
|
||||
sed -i '/man\/man/d' filelist.list
|
||||
sed -i '/\/usr\/share\/info/d' filelist.list
|
||||
#-----------------------------------------------------------------------------
|
||||
%files -f filelist.rpm
|
||||
%files -f filelist.list
|
||||
%defattr(-,root,root)
|
||||
%{_mandir}/man3/*
|
||||
#-----------------------------------------------------------------------------
|
||||
%changelog
|
||||
* Mon Jun 01 2020 Chris Cromer <chris@cromer.cl> 1.16-2
|
||||
* Mon Jan 01 2018 baho-utot <baho-utot@columbus.rr.com> 1.16-1
|
||||
- LFS-8.1
|
||||
|
Reference in New Issue
Block a user