[go: nahoru, domu]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RPM packaging: Use standard macros #153247

Merged
merged 13 commits into from
Aug 3, 2022
Prev Previous commit
Next Next commit
RPM spec: Fix _datadir macro usage
Co-authored-by: Robo <hop2deep@gmail.com>
  • Loading branch information
ferdnyc and deepak1556 committed Jul 6, 2022
commit 32c6b87b4146db95184c53d6d39091fce02c9a01
14 changes: 7 additions & 7 deletions resources/linux/rpm/code.spec.template
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
%attr(4755, root, root) %{_datadir}/%{name}/chrome-sandbox

%{_bindir}/%{name}
%{_datadir}%{name}/
%{_datadir}applications/%{name}.desktop
%{_datadir}applications/%{name}-url-handler.desktop
%{_datadir}mime/packages/%{name}-workspace.xml
%{_datadir}pixmaps/@@ICON@@.png
%{_datadir}bash-completion/completions/%{name}
%{_datadir}zsh/site-functions/_%{name}
%{_datadir}/%{name}/
%{_datadir}/applications/%{name}.desktop
%{_datadir}/applications/%{name}-url-handler.desktop
%{_datadir}/mime/packages/%{name}-workspace.xml
%{_datadir}/pixmaps/@@ICON@@.png
%{_datadir}/bash-completion/completions/%{name}
%{_datadir}/zsh/site-functions/_%{name}