mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
(cherry picked from commit 73ba8c5e55)
Co-authored-by: Gilver <rockgrub@disroot.org>
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
Name: falcond-profiles
|
||||
Version: 0^%{commit_date}git.%{shortcommit}
|
||||
Release: 2%?dist
|
||||
Release: 3%?dist
|
||||
Summary: Profiles for falcond
|
||||
License: MIT
|
||||
URL: https://github.com/PikaOS-Linux/falcond-profiles
|
||||
@@ -29,16 +29,17 @@ install -Dm644 usr/share/falcond/profiles/*.conf -t %{buildroot}%{_datadir}/falc
|
||||
install -Dm644 usr/share/falcond/profiles/handheld/* -t %{buildroot}%{_datadir}/falcond/profiles/handheld/
|
||||
install -Dm644 usr/share/falcond/profiles/htpc/* -t %{buildroot}%{_datadir}/falcond/profiles/htpc/
|
||||
|
||||
install -dm755 %{buildroot}%{_datadir}/falcond/profiles/user
|
||||
install -dm2755 %{buildroot}%{_datadir}/falcond/profiles/user
|
||||
|
||||
%files
|
||||
%doc README.md
|
||||
%license LICENSE
|
||||
%{_datadir}/falcond/system.conf
|
||||
%{_datadir}/falcond/profiles/*.conf
|
||||
%{_datadir}/falcond/profiles/handheld/*.conf
|
||||
%{_datadir}/falcond/profiles/htpc/*.conf
|
||||
%dir %{_datadir}/falcond/profiles/user/
|
||||
%dir %{_datadir}/falcond
|
||||
%config %{_datadir}/falcond/system.conf
|
||||
%config %{_datadir}/falcond/profiles/*.conf
|
||||
%config %{_datadir}/falcond/profiles/handheld/*.conf
|
||||
%config %{_datadir}/falcond/profiles/htpc/*.conf
|
||||
%attr(2755, root, falcond) %dir %{_datadir}/falcond/profiles/user
|
||||
|
||||
%changelog
|
||||
* Thu Jan 1 2026 Gilver E. <roachy@fyralabs.com> - 0^20260101git.0f87c74-2
|
||||
|
||||
Reference in New Issue
Block a user