259 lines
9.0 KiB
RPMSpec
259 lines
9.0 KiB
RPMSpec
%define majver %(echo %version | cut -d. -f1-2)
|
|
|
|
Name: kde-cli-tools
|
|
Version: 5.14.2
|
|
Release: 1mamba
|
|
Summary: KDE Plasma 5 command line tools
|
|
Group: Graphical Desktop/Applications/Utilities
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: http://www.kde.org
|
|
Source: http://download.kde.org/stable/plasma/%{version}/kde-cli-tools-%{version}.tar.xz
|
|
# Source: http://download.kde.org/stable/frameworks/%{majver}/...-%{version}.tar.xz
|
|
License: GPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libX11-devel
|
|
BuildRequires: libgcc
|
|
BuildRequires: libkauth-devel
|
|
BuildRequires: libkbookmarks-devel
|
|
BuildRequires: libkcmutils-devel
|
|
BuildRequires: libkcodecs-devel
|
|
BuildRequires: libkcompletion-devel
|
|
BuildRequires: libkconfig-devel
|
|
BuildRequires: libkconfigwidgets-devel
|
|
BuildRequires: libkcoreaddons-devel
|
|
BuildRequires: libkcrash-devel
|
|
BuildRequires: libkdelibs4support-devel
|
|
BuildRequires: libkdesu-devel
|
|
BuildRequires: libkguiaddons-devel
|
|
BuildRequires: libki18n-devel
|
|
BuildRequires: libkiconthemes-devel
|
|
BuildRequires: libkio-devel
|
|
BuildRequires: libkitemviews-devel
|
|
BuildRequires: libkjobwidgets-devel
|
|
BuildRequires: libknotifications-devel
|
|
BuildRequires: libkparts-devel
|
|
BuildRequires: libkpty-devel
|
|
BuildRequires: libkservice-devel
|
|
BuildRequires: libktextwidgets-devel
|
|
BuildRequires: libkunitconversion-devel
|
|
BuildRequires: libkwidgetsaddons-devel
|
|
BuildRequires: libkwindowsystem-devel
|
|
BuildRequires: libkxmlgui-devel
|
|
BuildRequires: libqt5-devel
|
|
BuildRequires: libsolid-devel
|
|
BuildRequires: libsonnet-devel
|
|
BuildRequires: libstdc++6-devel
|
|
## AUTOBUILDREQ-END
|
|
BuildRequires: cmake
|
|
BuildRequires: rpm-macros-kde5
|
|
BuildRequires: extra-cmake-modules
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
%description
|
|
KDE Plasma 5 command line tools.
|
|
|
|
%debug_package
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%cmake_kde5 -d build
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall -C build
|
|
|
|
mv %{buildroot}%{_mandir}/man1/kdesu.1 %{buildroot}%{_mandir}/man1/kdesu5.1
|
|
|
|
%find_lang %{name}5_qt --with-qt --all-name --with-man || touch %{name}5_qt.lang
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files -f %{name}5_qt.lang
|
|
%defattr(-,root,root)
|
|
%{_bindir}/*
|
|
%{_libdir}/libkdeinit5_kcmshell5.so
|
|
%{_libdir}/qt5/plugins/kcm_filetypes.so
|
|
%{_libexecdir}/kf5/kdeeject
|
|
%{_libexecdir}/kf5/kdesu
|
|
%lang(en) %{_datadir}/doc/HTML/en/*
|
|
%lang(ca) %{_datadir}/doc/HTML/ca/*
|
|
%lang(de) %{_datadir}/doc/HTML/de/*
|
|
%lang(es) %{_datadir}/doc/HTML/es/*
|
|
%lang(et) %{_datadir}/doc/HTML/et/*
|
|
%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(sr) %{_datadir}/doc/HTML/sr/*
|
|
%lang(sr@latin) %{_datadir}/doc/HTML/sr@latin/*
|
|
%lang(sv) %{_datadir}/doc/HTML/sv/*
|
|
%lang(uk) %{_datadir}/doc/HTML/uk/*
|
|
%{_datadir}/kservices5/filetypes.desktop
|
|
%{_mandir}/man1/kdesu5.1*
|
|
%doc COPYING COPYING.LIB
|
|
|
|
%changelog
|
|
* Thu Oct 25 2018 Automatic Build System <autodist@mambasoft.it> 5.14.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Oct 20 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
|
|
|
|
* Wed Jul 11 2018 Automatic Build System <autodist@mambasoft.it> 5.13.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Jun 27 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
|
|
|
|
* Tue Jun 19 2018 Automatic Build System <autodist@mambasoft.it> 5.13.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue May 01 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
|
|
|
|
* Tue Mar 06 2018 Automatic Build System <autodist@mambasoft.it> 5.12.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Feb 21 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
|
|
|
|
* Wed Jan 03 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
|
|
|
|
* Tue Nov 07 2017 Automatic Build System <autodist@mambasoft.it> 5.11.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Oct 24 2017 Automatic Build System <autodist@mambasoft.it> 5.11.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Oct 22 2017 Automatic Build System <autodist@mambasoft.it> 5.11.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Oct 12 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
|
|
|
|
* Tue Jul 18 2017 Automatic Build System <autodist@mambasoft.it> 5.10.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Jun 28 2017 Automatic Build System <autodist@mambasoft.it> 5.10.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Jun 14 2017 Automatic Build System <autodist@mambasoft.it> 5.10.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Jun 07 2017 Automatic Build System <autodist@mambasoft.it> 5.10.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Apr 25 2017 Automatic Build System <autodist@mambasoft.it> 5.9.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Mar 21 2017 Automatic Build System <autodist@mambasoft.it> 5.9.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Mar 03 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
|
|
|
|
* Fri Oct 07 2016 Automatic Build System <autodist@mambasoft.it> 5.8.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Sep 20 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
|
|
|
|
* Thu Aug 04 2016 Automatic Build System <autodist@mambasoft.it> 5.7.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Jul 22 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 5.7.2-2mamba
|
|
- fix conflict of man1/kdesu.1 with kde-runtime-4
|
|
|
|
* Wed Jul 20 2016 Automatic Build System <autodist@mambasoft.it> 5.7.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Jul 12 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
|
|
|
|
* Tue Jun 14 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
|
|
|
|
* Tue Apr 19 2016 Automatic Build System <autodist@mambasoft.it> 5.6.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Apr 19 2016 Automatic Build System <autodist@mambasoft.it> 5.6.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Mar 29 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
|