fix rpmlint warnings and simplify filelist
This commit is contained in:
parent
d23ec56657
commit
6008b58bba
11
mc.spec
11
mc.spec
@ -3,7 +3,7 @@
|
|||||||
Summary: User-friendly text console file manager and visual shell
|
Summary: User-friendly text console file manager and visual shell
|
||||||
Name: mc
|
Name: mc
|
||||||
Version: 4.8.23
|
Version: 4.8.23
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
URL: http://www.midnight-commander.org/
|
URL: http://www.midnight-commander.org/
|
||||||
@ -65,10 +65,8 @@ install contrib/mc.{sh,csh} %{buildroot}%{_sysconfdir}/profile.d
|
|||||||
%doc doc/FAQ doc/NEWS doc/README
|
%doc doc/FAQ doc/NEWS doc/README
|
||||||
/etc/profile.d/*
|
/etc/profile.d/*
|
||||||
%dir %{_sysconfdir}/mc
|
%dir %{_sysconfdir}/mc
|
||||||
%config(noreplace) %{_sysconfdir}/mc/mc.ext
|
%{_sysconfdir}/mc/edit*
|
||||||
%config(noreplace) %{_sysconfdir}/mc/*edit*
|
%config(noreplace) %{_sysconfdir}/mc/mc*
|
||||||
%config(noreplace) %{_sysconfdir}/mc/mc*.keymap
|
|
||||||
%config(noreplace) %{_sysconfdir}/mc/mc.menu*
|
|
||||||
%config(noreplace) %{_sysconfdir}/mc/*.ini
|
%config(noreplace) %{_sysconfdir}/mc/*.ini
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%dir %{_libexecdir}/mc
|
%dir %{_libexecdir}/mc
|
||||||
@ -81,6 +79,9 @@ install contrib/mc.{sh,csh} %{buildroot}%{_sysconfdir}/profile.d
|
|||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 24 2019 Jindrich Novy <jnovy@redhat.com> - 1:4.8.23-2
|
||||||
|
- fix rpmlint warnings and simplify filelist
|
||||||
|
|
||||||
* Thu Aug 22 2019 Jindrich Novy <jnovy@redhat.com> - 1:4.8.23-1
|
* Thu Aug 22 2019 Jindrich Novy <jnovy@redhat.com> - 1:4.8.23-1
|
||||||
- update to 4.8.23
|
- update to 4.8.23
|
||||||
- set the Python path properly as env var, don't sed the configure directly
|
- set the Python path properly as env var, don't sed the configure directly
|
||||||
|
Loading…
Reference in New Issue
Block a user