diff --git a/btop.changes b/btop.changes index 1753f37..75afbf6 100644 --- a/btop.changes +++ b/btop.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue May 31 20:35:04 UTC 2022 - Scott Bradnick + +- Swapping out '%{_datarootdir}' for '%{_datadir}'. + ------------------------------------------------------------------- Tue May 31 16:32:03 UTC 2022 - scott.bradnick@suse.com diff --git a/btop.spec b/btop.spec index c2bf2c2..327b84b 100644 --- a/btop.spec +++ b/btop.spec @@ -48,18 +48,18 @@ Resource monitor that shows usage and stats for processor, memory, disks, networ %files /usr/bin/btop -%dir %{_datarootdir}/%{name} -%dir %{_datarootdir}/%{name}/themes -%dir %{_datarootdir}/icons/hicolor -%dir %{_datarootdir}/icons/hicolor/48x48 -%dir %{_datarootdir}/icons/hicolor/48x48/apps -%dir %{_datarootdir}/icons/hicolor/scalable -%dir %{_datarootdir}/icons/hicolor/scalable/apps -%{_datarootdir}/%{name}/README.md -%{_datarootdir}/%{name}/themes/*.theme -%{_datarootdir}/applications/%{name}.desktop -%{_datarootdir}/icons/hicolor/48x48/apps/%{name}.png -%{_datarootdir}/icons/hicolor/scalable/apps/%{name}.svg +%dir %{_datadir}/%{name} +%dir %{_datadir}/%{name}/themes +%dir %{_datadir}/icons/hicolor +%dir %{_datadir}/icons/hicolor/48x48 +%dir %{_datadir}/icons/hicolor/48x48/apps +%dir %{_datadir}/icons/hicolor/scalable +%dir %{_datadir}/icons/hicolor/scalable/apps +%{_datadir}/%{name}/README.md +%{_datadir}/%{name}/themes/*.theme +%{_datadir}/applications/%{name}.desktop +%{_datadir}/icons/hicolor/48x48/apps/%{name}.png +%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg %license LICENSE %doc CHANGELOG.md