[hydros-assets] Correct packaging and spec to local testing. Also
Some checks failed
Build hydros-assets / Build and push image (push) Has been cancelled
Some checks failed
Build hydros-assets / Build and push image (push) Has been cancelled
updated date to current
This commit is contained in:
@@ -30,4 +30,4 @@ jobs:
|
|||||||
spec-file-path: ./hydros-assets/hydros-assets.spec
|
spec-file-path: ./hydros-assets/hydros-assets.spec
|
||||||
repository-user: eriq12
|
repository-user: eriq12
|
||||||
repository-user-token: ${{ secrets.RPM_PACKAGE_TOKEN }}
|
repository-user-token: ${{ secrets.RPM_PACKAGE_TOKEN }}
|
||||||
extra-source-directory: ./hydros-assets
|
extra-source-directory: ./hydros-assets/hydros
|
||||||
|
|||||||
@@ -12,18 +12,12 @@ Source0: source.tar.gz
|
|||||||
%prep
|
%prep
|
||||||
%autosetup -C
|
%autosetup -C
|
||||||
|
|
||||||
%build
|
|
||||||
# nothing to build
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%__rm -rf %{buildroot}
|
install -Dm0444 -t %{buildroot}%{_datarootdir}/hydros/ %{_builddir}/%{name}-%{version}/default-background.png
|
||||||
%__mkdir -p %{buildroot}%{_datarootdir}/hydros
|
|
||||||
%__mv %{_builddir}/* %{buildroot}%{_datarootdir}/hydros
|
|
||||||
#install -Dm0444 -t %{buildroot}%{_datarootdir}/hydros/ %{_builddir}/default-background.png
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%{_datarootdir}/hydros/default-background.png
|
%{_datarootdir}/hydros/default-background.png
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Sun Mar 29 2026 Eriq Taing <eriq12@protonmail.com>
|
* Sun Mar 30 2026 Eriq Taing <eriq12@protonmail.com>
|
||||||
- First version packaged
|
- First version packaged
|
||||||
|
|||||||
BIN
hydros-assets/hydros/default-background.png
Normal file
BIN
hydros-assets/hydros/default-background.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 114 KiB |
Reference in New Issue
Block a user