Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
339 changes: 339 additions & 0 deletions autoinstallation/LICENSE

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions autoinstallation/package/agama-auto.spec
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ install -D -m 0644 %{_builddir}/agama/systemd/agama-auto.service %{buildroot}%{_
%service_del_preun agama-auto.service

%files
%doc README.md
%license LICENSE
%{_bindir}/agama-auto
%{_unitdir}/agama-auto.service

Expand Down
339 changes: 339 additions & 0 deletions playwright/LICENSE

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions playwright/package/agama-playwright.spec
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ mv %{buildroot}%{_datadir}/agama %{buildroot}%{_datadir}/agama-playwright
%files
%defattr(-,root,root,-)
%doc README.md
%license LICENSE
%{_datadir}/agama-playwright

%changelog
339 changes: 339 additions & 0 deletions products.d/LICENSE

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions products.d/agama-products-opensuse.spec
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ install -D -d -m 0755 %{buildroot}%{_datadir}/agama/products.d
install -m 0644 *.yaml %{buildroot}%{_datadir}/agama/products.d

%files
%doc README.md
%license LICENSE
%dir %{_datadir}/agama
%dir %{_datadir}/agama/products.d
%{_datadir}/agama/products.d/microos.yaml
Expand Down
2 changes: 2 additions & 0 deletions rust/package/agama.spec
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ echo $PATH
%service_del_postun_with_restart agama-web-server.service

%files
%doc README.md
%license LICENSE
%{_bindir}/agama-dbus-server
%{_bindir}/agama-web-server
%{_datadir}/dbus-1/agama-services
Expand Down
339 changes: 339 additions & 0 deletions web/LICENSE

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions web/package/agama-web-ui.spec
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ install -D -m 0644 --target-directory=%{buildroot}%{_datadir}/agama/web_ui/fonts

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

Expand Down