Accepting request 980174 from home:sbradnick
- Swapping out '%{_datarootdir}' for '%{_datadir}'. OBS-URL: https://build.opensuse.org/request/show/980174 OBS-URL: https://build.opensuse.org/package/show/Base:System/btop?expand=0&rev=29
This commit is contained in:
parent
1600a3c323
commit
5e8c7039d6
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 31 20:35:04 UTC 2022 - Scott Bradnick <scott.bradnick@suse.com>
|
||||
|
||||
- Swapping out '%{_datarootdir}' for '%{_datadir}'.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 31 16:32:03 UTC 2022 - scott.bradnick@suse.com
|
||||
|
||||
|
24
btop.spec
24
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user