update specs for 9.1
This commit is contained in:
@@ -4,12 +4,11 @@
|
||||
Summary: The Sysklogd package contains programs for logging system messages
|
||||
Name: sysklogd
|
||||
Version: 1.5.1
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: GPLv2
|
||||
URL: Any
|
||||
Group: LFS/Base
|
||||
Vendor: Elizabeth
|
||||
Source0: http://www.infodrom.org/projects/sysklogd/download/%{name}-%{version}.tar.gz
|
||||
Source0: http://www.infodrom.org/projects/%{name}/download/%{name}-%{version}.tar.gz
|
||||
Requires: filesystem
|
||||
%description
|
||||
The Sysklogd package contains programs for logging system messages, such as those
|
||||
@@ -51,19 +50,19 @@ EOF
|
||||
install -D -m644 COPYING %{buildroot}/usr/share/licenses/%{name}/LICENSE
|
||||
#-----------------------------------------------------------------------------
|
||||
# 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
|
||||
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)
|
||||
%config(noreplace) /etc/syslog.conf
|
||||
%{_mandir}/man5/*
|
||||
%{_mandir}/man8/*
|
||||
#-----------------------------------------------------------------------------
|
||||
%changelog
|
||||
* Mon Jun 01 2020 Chris Cromer <chris@cromer.cl> 1.5.1-2
|
||||
* Tue Jan 09 2018 baho-utot <baho-utot@columbus.rr.com> 1.5.1-1
|
||||
- Initial build. First version
|
||||
|
Reference in New Issue
Block a user