kde-settings/kde-settings.spec

82 lines
2.7 KiB
RPMSpec
Raw Normal View History

2019-12-13 11:26:23 +08:00
Name: kde-settings
2023-12-13 17:35:03 +08:00
Version: 39.0
2023-09-07 09:41:52 +08:00
Release: 1
2019-12-13 11:26:23 +08:00
Summary: Config files for kde
License: MIT
2022-06-22 09:57:03 +08:00
Url: https://pagure.io/fedora-kde/kde-settings
2019-12-13 11:26:23 +08:00
BuildArch: noarch
2022-06-22 09:57:03 +08:00
Source0: https://pagure.io/fedora-kde/kde-settings/archive/%{version}/%{name}-%{version}.tar.gz
2019-12-13 11:26:23 +08:00
Source1: COPYING
Conflicts: kf5-kdelibs4support < 5.7.0-3
2019-12-23 17:14:08 +08:00
Provides: kde-settings-pulseaudio = %{version}-%{release}
Obsoletes: kde-settings-pulseaudio < %{version}-%{release}
2019-12-13 11:26:23 +08:00
Obsoletes: kde-settings-ksplash < 24-2 kde-settings-minimal < 24-3
2019-12-23 16:53:38 +08:00
Requires: kde-filesystem pam breeze-icon-theme xdg-user-dirs
2019-12-13 11:26:23 +08:00
Requires: pulseaudio pulseaudio-module-x11 alsa-plugins-pulseaudio
Requires(post): coreutils sed
BuildRequires: kde-filesystem systemd
%description
The kde-settings packages provide a rich set of administration panels to configure
system and desktop settings in the Konqueror Desktop Environment (KDE).
2019-12-23 16:53:38 +08:00
%package -n qt-settings
Summary: Configuration files for Qt
%description -n qt-settings
The kde-settings packages provide a rich set of administration panels to configure
system and desktop settings in the Konqueror Desktop Environment (KDE).
2019-12-13 11:26:23 +08:00
%prep
%autosetup -n %{name}-%{version} -p1
rm -fv Makefile
%build
%install
install -d %{buildroot}{%{_datadir}/config,%{_sysconfdir}/kde/kdm}
tar cpf - . | tar --directory %{buildroot} -xvpf -
install -D %{SOURCE1} .
%files
%doc COPYING
%dir %{_datadir}/kde-settings/
%dir %{_datadir}/kde-settings/kde-profile/
%{_datadir}/applications/kde-mimeapps.list
%{_datadir}/polkit-1/rules.d/11-fedora-kde-policy.rules
%{_datadir}/kde-settings/kde-profile/*
%{_prefix}/lib/rpm/*
%{_sysconfdir}/kde/env/*
%{_sysconfdir}/kde/shutdown/gpg-agent-shutdown.sh
%config %{_sysconfdir}/kde*rc
%config(noreplace) %{_sysconfdir}/profile.d/kde.*
2019-12-23 16:53:38 +08:00
%config(noreplace) %{_sysconfdir}/xdg/kcm-about-distrorc
%config(noreplace) %{_sysconfdir}/xdg/kdebugrc
2019-12-13 11:26:23 +08:00
%config(noreplace) /etc/pam.d/*
%exclude %{_sysconfdir}/{kde/kdm,logrotate.d/kdm,pam.d/kdm*}
2019-12-23 16:53:38 +08:00
%exclude %{_sysconfdir}/xdg/plasma-workspace/*
%exclude %{_datadir}/plasma/*
2023-09-07 09:41:52 +08:00
%{_prefix}/lib/sddm/sddm.conf.d/kde_settings.conf
2019-12-23 16:53:38 +08:00
%files -n qt-settings
%config(noreplace) %{_sysconfdir}/Trolltech.conf
2019-12-13 11:26:23 +08:00
%changelog
2023-12-13 17:35:03 +08:00
* Wed Dec 13 2023 wangqia <wangqia@uniontech.com> - 39.0-1
- Update to 39.0
2023-09-07 09:41:52 +08:00
* Wed Sep 06 2023 wulei <wu_lei@hoperun.com> - 38.3-1
- Update to 38.3
2022-06-22 09:57:03 +08:00
* Wed Jun 22 2022 yaoxin <yaoxin30@h-partners.com> - 36.1-2
- Replace invalid Url and Source0
2022-06-17 09:51:58 +08:00
* Wed Jun 15 2022 SimpleUpdate Robot <tc@openeuler.org> - 36.1-1
- Upgrade to version 36.1
2019-12-23 16:53:38 +08:00
* Mon Dec 23 2019 gulining<gulining1@huawei.com> - 29.1-3
- remove plasma and sepatate qt-settings
2019-12-13 11:26:23 +08:00
* Thu Dec 12 2019 gulining<gulining1@huawei.com> - 29.1-2
- Pakcage init