%global debug_package %{nil} Name: nabu-fedora-configs-gnome Version: 0.4.3 Release: 1%{?dist} Summary: Configurations for Fedora for Nabu Gnome builds License: MIT URL: https://github.com/jhuang6451/nabu_fedora Source0: https://github.com/jhuang6451/nabu_fedora_packages/releases/download/test-%{name}-%{version}/%{name}-%{version}.tar.gz BuildArch: noarch BuildRequires: systemd-rpm-macros %description This package contains configurations specific for Fedora for Nabu builds with Gnome DE %prep %autosetup %build # Nothing to build %install cp -a var %{buildroot}/ cp -a etc %{buildroot}/ cp -a usr %{buildroot}/ %files %attr(644, gdm, gdm) %config(noreplace) %{_sharedstatedir}/gdm/.config/monitors.xml %attr(644, root, root) %config(noreplace) %{_sysconfdir}/locale.conf %attr(644, root, root) %config(noreplace) %{_sysconfdir}/environment.d/99-im.conf %attr(644, root, root) %{_prefix}/lib/systemd/system/fcitx5-autostart.service %attr(644, root, root) %{_presetdir}/fcitx5-autostart.preset %post %systemd_post fcitx5-autostart.service %preun %systemd_preun fcitx5-autostart.service %postun %systemd_postun_with_restart fcitx5-autostart.service %changelog * Fri Oct 10 2025 jhuang6451 - 0.4.3-1 - Add fcitx5 autostart service. * Sat Oct 04 2025 jhuang6451 - 0.3-1 - Fix error. * Sat Oct 04 2025 jhuang6451 - 0.2-1 - Added fcitx5 envs and locale.conf. * Wed Oct 01 2025 jhuang6451 - 0.1-1 - Initial release.