diff --git a/COPYING b/COPYING new file mode 100644 index 0000000..3e7de2b --- /dev/null +++ b/COPYING @@ -0,0 +1,21 @@ +Copyright (C) 2006-2011 Fedora KDE SIG +(Rex Dieter, Than Ngo, Kevin Kofler, Jaroslav Řezník) + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/kde-settings-29.1.tar.gz b/kde-settings-29.1.tar.gz new file mode 100644 index 0000000..bdcbf5a Binary files /dev/null and b/kde-settings-29.1.tar.gz differ diff --git a/kde-settings.spec b/kde-settings.spec new file mode 100644 index 0000000..c08a67d --- /dev/null +++ b/kde-settings.spec @@ -0,0 +1,60 @@ +Name: kde-settings +Version: 29.1 +Release: 2 +Summary: Config files for kde +License: MIT +Url: https://github.com/FedoraKDE/kde-settings +BuildArch: noarch +Source0: https://github.com/FedoraKDE/kde-settings/archive/%{version}/%{name}-%{version}.tar.gz +Source1: COPYING +Conflicts: kf5-kdelibs4support < 5.7.0-3 +Provides: kde-settings-plasma = %{version}-%{release} kde-settings-pulseaudio = %{version}-%{release} qt-settings = %{version}-%{release} +Obsoletes: kde-settings-plasma < %{version}-%{release} kde-settings-pulseaudio < %{version}-%{release} qt-settings < %{version}-%{release} +Obsoletes: kde-settings-ksplash < 24-2 kde-settings-minimal < 24-3 +Requires: kde-filesystem pam breeze-icon-theme xdg-user-dirs f29-backgrounds-kde system-logos +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). + +%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}/plasma/* +%{_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 +%{_sysconfdir}/xdg/plasma-workspace/* +%config %{_sysconfdir}/kde*rc +%config(noreplace) %{_sysconfdir}/profile.d/kde.* +%config(noreplace) %{_sysconfdir}/xdg/* +%config(noreplace) %{_sysconfdir}/Trolltech.conf +%config(noreplace) /etc/pam.d/* +%exclude %{_sysconfdir}/{kde/kdm,logrotate.d/kdm,pam.d/kdm*} +%exclude %{_localstatedir}/lib/kdm/backgroundrc +%exclude %{_tmpfilesdir}/kdm.conf +%exclude %{_unitdir}/kdm.service +%exclude %{_sysconfdir}/X11/xinit/xinitrc.d/20-kdedirs-minimal.sh +%exclude %{_sysconfdir}/profile.d/qt-graphicssystem.* + +%changelog +* Thu Dec 12 2019 gulining - 29.1-2 +- Pakcage init