Skip to content

Commit

Permalink
Ensure that product icons are packaged
Browse files Browse the repository at this point in the history
  • Loading branch information
lkocman committed Sep 6, 2024
1 parent 07379e1 commit 1a58cae
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions web/package/agama-web-ui.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Sep 6 15:04:58 UTC 2024 - Lubos Kocman <[email protected]>

- Ensure that product icons are packaged

-------------------------------------------------------------------
Fri Sep 6 08:06:41 UTC 2024 - Imobach Gonzalez Sosa <[email protected]>

Expand Down
3 changes: 3 additions & 0 deletions web/package/agama-web-ui.spec
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,14 @@ NODE_ENV="production" npm run build
%install
install -D -m 0644 --target-directory=%{buildroot}%{_datadir}/agama/web_ui %{_builddir}/agama/dist/*.{gz,html,js,map,svg}
install -D -m 0644 --target-directory=%{buildroot}%{_datadir}/agama/web_ui/fonts %{_builddir}/agama/dist/fonts/*.woff?
install -D -m 0644 --target-directory=%{buildroot}%{_datadir}/agama/web_ui/assets/products %{_builddir}/agama/web/src/assets/products/*.svg

%files
%doc README.md
%license LICENSE
%dir %{_datadir}/agama
%{_datadir}/agama/web_ui
%{_datadir}/agama/assets
%{_datadir}/agama/products

%changelog

0 comments on commit 1a58cae

Please sign in to comment.