282 lines
9.7 KiB
RPMSpec
282 lines
9.7 KiB
RPMSpec
%define majver %(echo %version | cut -d. -f1-2)
|
|
|
|
Name: systemsettings
|
|
Version: 5.14.5
|
|
Release: 1mamba
|
|
Summary: KDE Frameworks 5 system settings panel
|
|
Group: Graphical Desktop/Applications/Configuration
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: http://www.kde.org
|
|
Source: http://download.kde.org/stable/plasma/%{version}/systemsettings-%{version}.tar.xz
|
|
# Source: http://download.kde.org/stable/frameworks/%{majver}/...-%{version}.tar.xz
|
|
License: GPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libgcc
|
|
BuildRequires: libkauth-devel
|
|
BuildRequires: libkcmutils-devel
|
|
BuildRequires: libkcodecs-devel
|
|
BuildRequires: libkcompletion-devel
|
|
BuildRequires: libkconfig-devel
|
|
BuildRequires: libkconfigwidgets-devel
|
|
BuildRequires: libkcoreaddons-devel
|
|
BuildRequires: libkdbusaddons-devel
|
|
BuildRequires: libkhtml-devel
|
|
BuildRequires: libki18n-devel
|
|
BuildRequires: libkiconthemes-devel
|
|
BuildRequires: libkio-devel
|
|
BuildRequires: libkitemviews-devel
|
|
BuildRequires: libkjobwidgets-devel
|
|
BuildRequires: libkjs-devel
|
|
BuildRequires: libkparts-devel
|
|
BuildRequires: libkservice-devel
|
|
BuildRequires: libktextwidgets-devel
|
|
BuildRequires: libkwidgetsaddons-devel
|
|
BuildRequires: libkwindowsystem-devel
|
|
BuildRequires: libkxmlgui-devel
|
|
BuildRequires: libqt5-devel
|
|
BuildRequires: libsonnet-devel
|
|
BuildRequires: libstdc++6-devel
|
|
## AUTOBUILDREQ-END
|
|
BuildRequires: cmake
|
|
BuildRequires: rpm-macros-kde5
|
|
BuildRequires: extra-cmake-modules
|
|
BuildRequires: kirigami2-devel
|
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
%description
|
|
KDE Frameworks 5 system settings panel.
|
|
|
|
%package -n lib%{name}
|
|
Group: System/Libraries
|
|
Summary: Shared libraries for %{name}
|
|
|
|
%description -n lib%{name}
|
|
This package contains shared libraries for %{name}.
|
|
|
|
%package -n lib%{name}-devel
|
|
Group: Development/Libraries
|
|
Summary: Development files for %{name}
|
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
%description -n lib%{name}-devel
|
|
This package contains libraries and header files for developing applications that use %{name}.
|
|
|
|
%debug_package
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%cmake_kde5 -d build
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall -C build
|
|
|
|
%find_lang %{name}5_qt --with-qt --all-name || touch %{name}5_qt.lang
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%post -n lib%{name}
|
|
/sbin/ldconfig
|
|
exit 0
|
|
|
|
%postun -n lib%{name}
|
|
/sbin/ldconfig
|
|
exit 0
|
|
|
|
%files -f %{name}5_qt.lang
|
|
%defattr(-,root,root)
|
|
%{_sysconfdir}/xdg/systemsettings.categories
|
|
%{_bindir}/systemsettings5
|
|
%{_datadir}/applications/kdesystemsettings.desktop
|
|
%{_datadir}/applications/systemsettings.desktop
|
|
%lang(ca) %{_datadir}/doc/HTML/ca/*
|
|
%lang(de) %{_datadir}/doc/HTML/de/*
|
|
%lang(en) %{_datadir}/doc/HTML/en/*
|
|
%lang(it) %{_datadir}/doc/HTML/it/*
|
|
%lang(nl) %{_datadir}/doc/HTML/nl/*
|
|
%lang(pt) %{_datadir}/doc/HTML/pt/*
|
|
%lang(pt_BR) %{_datadir}/doc/HTML/pt_BR/*
|
|
%lang(ru) %{_datadir}/doc/HTML/ru/*
|
|
%lang(sv) %{_datadir}/doc/HTML/sv/*
|
|
%lang(uk) %{_datadir}/doc/HTML/uk/*
|
|
%{_datadir}/kservices5/settings-*.desktop
|
|
%{_kde5_servicetypesdir}/systemsettings*.desktop
|
|
%{_datadir}/kxmlgui5/systemsettings/systemsettingsui.rc
|
|
%dir %{_datadir}/systemsettings
|
|
%dir %{_datadir}/systemsettings/classic
|
|
%{_datadir}/systemsettings/classic/*
|
|
%{_datadir}/systemsettings/systemsettings.kcfg
|
|
%dir %{_datadir}/kpackage/genericqml/org.kde.systemsettings.sidebar
|
|
%{_datadir}/kpackage/genericqml/org.kde.systemsettings.sidebar/*
|
|
|
|
%files -n lib%{name}
|
|
%defattr(-,root,root)
|
|
%{_libdir}/libsystemsettingsview.so.*
|
|
%{_libdir}/qt5/plugins/*.so
|
|
%doc COPYING COPYING.DOC
|
|
|
|
%files -n lib%{name}-devel
|
|
%defattr(-,root,root)
|
|
%dir %{_includedir}/systemsettingsview
|
|
%{_includedir}/systemsettingsview/*.h
|
|
%{_libdir}/libsystemsettingsview.so
|
|
|
|
%changelog
|
|
* Fri Jan 11 2019 Automatic Build System <autodist@mambasoft.it> 5.14.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Dec 01 2018 Automatic Build System <autodist@mambasoft.it> 5.14.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Nov 10 2018 Automatic Build System <autodist@mambasoft.it> 5.14.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Oct 25 2018 Automatic Build System <autodist@mambasoft.it> 5.14.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Oct 21 2018 Automatic Build System <autodist@mambasoft.it> 5.14.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Oct 16 2018 Automatic Build System <autodist@mambasoft.it> 5.14.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Sep 05 2018 Automatic Build System <autodist@mambasoft.it> 5.13.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Aug 03 2018 Automatic Build System <autodist@mambasoft.it> 5.13.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Jul 13 2018 Automatic Build System <autodist@mambasoft.it> 5.13.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Jul 02 2018 Automatic Build System <autodist@mambasoft.it> 5.13.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Jun 22 2018 Automatic Build System <autodist@mambasoft.it> 5.13.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu May 03 2018 Automatic Build System <autodist@mambasoft.it> 5.12.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Apr 01 2018 Automatic Build System <autodist@mambasoft.it> 5.12.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Mar 07 2018 Automatic Build System <autodist@mambasoft.it> 5.12.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Feb 25 2018 Automatic Build System <autodist@mambasoft.it> 5.12.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Feb 14 2018 Automatic Build System <autodist@mambasoft.it> 5.12.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Feb 09 2018 Automatic Build System <autodist@mambasoft.it> 5.12.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Jan 06 2018 Automatic Build System <autodist@mambasoft.it> 5.11.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Dec 08 2017 Automatic Build System <autodist@mambasoft.it> 5.11.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Nov 08 2017 Automatic Build System <autodist@mambasoft.it> 5.11.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Oct 25 2017 Automatic Build System <autodist@mambasoft.it> 5.11.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Oct 24 2017 Automatic Build System <autodist@mambasoft.it> 5.11.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Oct 24 2017 Automatic Build System <autodist@mambasoft.it> 5.11.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Aug 25 2017 Automatic Build System <autodist@mambasoft.it> 5.10.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Aug 14 2017 Automatic Build System <autodist@mambasoft.it> 5.10.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Mar 31 2017 Automatic Build System <autodist@mambasoft.it> 5.9.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Mar 08 2017 Automatic Build System <autodist@mambasoft.it> 5.9.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Feb 07 2017 Automatic Build System <autodist@mambasoft.it> 5.9.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Feb 03 2017 Automatic Build System <autodist@mambasoft.it> 5.9.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Dec 28 2016 Automatic Build System <autodist@mambasoft.it> 5.8.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Nov 22 2016 Automatic Build System <autodist@mambasoft.it> 5.8.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Nov 01 2016 Automatic Build System <autodist@mambasoft.it> 5.8.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Oct 18 2016 Automatic Build System <autodist@mambasoft.it> 5.8.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Oct 13 2016 Automatic Build System <autodist@mambasoft.it> 5.8.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Oct 06 2016 Automatic Build System <autodist@mambasoft.it> 5.8.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Sep 23 2016 Automatic Build System <autodist@mambasoft.it> 5.7.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Aug 30 2016 Automatic Build System <autodist@mambasoft.it> 5.7.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Aug 02 2016 Automatic Build System <autodist@mambasoft.it> 5.7.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Jul 20 2016 Automatic Build System <autodist@mambasoft.it> 5.7.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Jul 13 2016 Automatic Build System <autodist@mambasoft.it> 5.7.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Jul 08 2016 Automatic Build System <autodist@mambasoft.it> 5.7.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Jun 15 2016 Automatic Build System <autodist@mambasoft.it> 5.6.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed May 11 2016 Automatic Build System <autodist@mambasoft.it> 5.6.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Apr 22 2016 Automatic Build System <autodist@mambasoft.it> 5.6.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Apr 06 2016 Automatic Build System <autodist@mambasoft.it> 5.6.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Mar 30 2016 Automatic Build System <autodist@mambasoft.it> 5.6.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Mar 28 2016 Automatic Build System <autodist@mambasoft.it> 5.6.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Mar 01 2016 Automatic Build System <autodist@mambasoft.it> 5.5.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Jan 27 2016 Automatic Build System <autodist@mambasoft.it> 5.5.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Jan 10 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 5.5.3-1mamba
|
|
- package created using the webbuild interface
|