Avoid hardcoding man page extensions
This commit is contained in:
parent
5045b21efe
commit
e75cbaeb2f
@ -50,10 +50,10 @@ update-desktop-database &> /dev/null || :
|
|||||||
%doc AUTHORS README NEWS
|
%doc AUTHORS README NEWS
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%{_mandir}/man1/desktop-file-install.1.gz
|
%{_mandir}/man1/desktop-file-install.1*
|
||||||
%{_mandir}/man1/desktop-file-validate.1.gz
|
%{_mandir}/man1/desktop-file-validate.1*
|
||||||
%{_mandir}/man1/update-desktop-database.1.gz
|
%{_mandir}/man1/update-desktop-database.1*
|
||||||
%{_mandir}/man1/desktop-file-edit.1.gz
|
%{_mandir}/man1/desktop-file-edit.1*
|
||||||
%{_emacs_sitestartdir}/desktop-entry-mode-init.el
|
%{_emacs_sitestartdir}/desktop-entry-mode-init.el
|
||||||
%ghost %{_emacs_sitestartdir}/desktop-entry-mode-init.elc
|
%ghost %{_emacs_sitestartdir}/desktop-entry-mode-init.elc
|
||||||
%{_emacs_sitelispdir}/desktop-file-utils/
|
%{_emacs_sitelispdir}/desktop-file-utils/
|
||||||
@ -61,6 +61,7 @@ update-desktop-database &> /dev/null || :
|
|||||||
%changelog
|
%changelog
|
||||||
* Wed Jun 24 2020 Kalev Lember <klember@redhat.com> - 0.26-1
|
* Wed Jun 24 2020 Kalev Lember <klember@redhat.com> - 0.26-1
|
||||||
- Update to 0.26
|
- Update to 0.26
|
||||||
|
- Avoid hardcoding man page extensions
|
||||||
|
|
||||||
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.24-2
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.24-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user