Files
HydrosRPM/hydros-environment/hydros-environment.spec
Eriq Taing 527add4ff9
Some checks failed
Build hydros-environment / Build and push image (push) Failing after 1m33s
[hydros-environment] Introduced package
2026-03-30 01:46:24 -04:00

38 lines
1.7 KiB
RPMSpec

Name: hydros-environment
Version: 0.0.1
Release: %autorelease
Summary: The bundle of configuration overrides other than containers for HydrOS
BuildArch: noarch
License: GPL
Source0: source.tar.gz
%description
%prep
%autosetup -C
%install
install -Dm0444 -t %{buildroot}%{_sysconfdir}/environment.d/ %{_builddir}/%{name}-%{version}/environment.d/cursor.conf
install -Dm0444 -t %{buildroot}%{_sysconfdir}/environment.d/ %{_builddir}/%{name}-%{version}/environment.d/theme.conf
install -Dm0444 -t %{buildroot}%{_sysconfdir}/firewald/services/ %{_builddir}/%{name}-%{version}/firewald/services/grayjay.xml
install -Dm0444 -t %{buildroot}%{_sysconfdir}/firewald/services/ %{_builddir}/%{name}-%{version}/firewald/services/localsend.xml
install -Dm0444 -t %{buildroot}%{_sysconfdir}/modules-load.d/ %{_builddir}/%{name}-%{version}/modules-load.d/asus-sensor.conf
install -Dm0444 -t %{buildroot}%{_sysconfdir}/modules-load.d/ %{_builddir}/%{name}-%{version}/modules-load.d/ntsync.conf
install -Dm0644 -t %{buildroot}%{_sysconfdir}/sddm/ %{_builddir}/%{name}-%{version}/sddm/sddm-useradd
install -Dm0644 -t %{buildroot}%{_sysconfdir}/xdg/autostart/ %{_builddir}/%{name}-%{version}/xdg/autostart/kitty.desktop
%files
%{_sysconfdir}/environment.d/cursor.conf
%{_sysconfdir}/environment.d/theme.conf
%{_sysconfdir}/firewald/services/grayjay.xml
%{_sysconfdir}/firewald/services/localsend.xml
%{_sysconfdir}/modules-load.d/asus-sensor.conf
%{_sysconfdir}/modules-load.d/ntsync.conf
%{_sysconfdir}/sddm/sddm-useradd
%{_sysconfdir}/xdg/autostart/kitty.desktop
%changelog
* Mon Mar 30 2026 Eriq Taing <eriq12@protonmail.com>
- First version packaged