LFS-RPM/SPECS/iana-etc.spec

41 lines
1.6 KiB
Plaintext
Raw Normal View History

2019-05-24 08:27:40 -04:00
#TARBALL: http://anduin.linuxfromscratch.org/LFS/iana-etc-2.30.tar.bz2
#MD5SUM: 3ba3afb1d1b261383d247f46cb135ee8;SOURCES/iana-etc-2.30.tar.bz2
#-----------------------------------------------------------------------------
Summary: The Iana-Etc package provides data for network services and protocols.
Name: iana-etc
Version: 2.30
2020-06-01 16:11:06 -04:00
Release: 2
2019-05-24 08:27:40 -04:00
License: OSLv3.0
URL: Any
Group: LFS/Base
Source0: http://anduin.linuxfromscratch.org/LFS/%{name}-%{version}.tar.bz2
Requires: filesystem
%description
The Iana-Etc package provides data for network services and protocols.
#-----------------------------------------------------------------------------
%prep
%setup -q -n %{NAME}-%{VERSION}
%build
make %{?_smp_mflags}
%install
make DESTDIR=%{buildroot} install
#-----------------------------------------------------------------------------
# Copy license/copying file
install -D -m644 COPYING %{buildroot}/usr/share/licenses/%{name}/LICENSE
#-----------------------------------------------------------------------------
# Create file list
# rm %{buildroot}%{_infodir}/dir
find %{buildroot} -name '*.la' -delete
2020-06-01 16:11:06 -04:00
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
2019-05-24 08:27:40 -04:00
#-----------------------------------------------------------------------------
2020-06-01 16:11:06 -04:00
%files -f filelist.list
2019-05-24 08:27:40 -04:00
%defattr(-,root,root)
#-----------------------------------------------------------------------------
%changelog
2020-06-01 16:11:06 -04:00
* Sun May 31 2020 Chris Cromer <chris@cromer.cl> 2.30-1
2019-05-24 08:27:40 -04:00
* Tue Jan 09 2018 baho-utot <baho-utot@columbus.rr.com> 2.30-1
- Initial build. First version