This commit is contained in:
parent
c9b9c3fec2
commit
bfc67a82de
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 11 22:45:22 UTC 2017 - christophe@krop.fr
|
||||
|
||||
- Update to KDE Applications 17.08.0
|
||||
* New feature release
|
||||
* https://www.kde.org/announcements/announce-applications-17.08.0.php
|
||||
- Changes since 17.04.3 :
|
||||
* Fix license to match the source code license headers
|
||||
* Use Q_DECLARE_OVERRIDE
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 5 18:19:47 UTC 2017 - christophe@krop.fr
|
||||
|
||||
|
@ -23,7 +23,7 @@ Name: kde-print-manager
|
||||
Version: 17.07.90
|
||||
Release: 0
|
||||
%define kf5_version 5.26.0
|
||||
# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)
|
||||
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
|
||||
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||
Summary: A new print manager for KDE
|
||||
License: GPL-2.0+
|
||||
@ -62,7 +62,9 @@ Conflicts: kde4-print-manager
|
||||
Obsoletes: kde4-print-manager < %{version}
|
||||
Obsoletes: print-manager5 < %{version}
|
||||
Provides: print-manager5 = %{version}
|
||||
%if %{with lang}
|
||||
Recommends: %{name}-lang
|
||||
%endif
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@ -101,25 +103,25 @@ Author(s):
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc README COPYING
|
||||
%{_kf5_bindir}/kde-print-queue
|
||||
%dir %{_kf5_appstreamdir}/
|
||||
%dir %{_kf5_plasmadir}
|
||||
%dir %{_kf5_plasmadir}/plasmoids
|
||||
%{_kf5_applicationsdir}/org.kde.AddPrinter.desktop
|
||||
%{_kf5_applicationsdir}/org.kde.ConfigurePrinter.desktop
|
||||
%{_kf5_applicationsdir}/org.kde.PrintQueue.desktop
|
||||
%{_kf5_appstreamdir}/org.kde.plasma.printmanager.appdata.xml
|
||||
%{_kf5_bindir}/configure-printer
|
||||
%{_kf5_bindir}/kde-add-printer
|
||||
%{_kf5_bindir}/kde-print-queue
|
||||
%{_kf5_libdir}/libkcupslib.so*
|
||||
%{_kf5_servicesdir}/kcm_printer_manager.desktop
|
||||
%{_kf5_servicesdir}/kded/
|
||||
%{_kf5_notifydir}/printmanager.notifyrc
|
||||
%{_kf5_plasmadir}/plasmoids/org.kde.plasma.printmanager/
|
||||
%{_kf5_plugindir}/kcm_printer_manager.so
|
||||
%{_kf5_plugindir}/kded_printmanager.so
|
||||
%{_kf5_applicationsdir}/org.kde.ConfigurePrinter.desktop
|
||||
%{_kf5_applicationsdir}/org.kde.AddPrinter.desktop
|
||||
%dir %{_datadir}/plasma
|
||||
%dir %{_datadir}/plasma/plasmoids
|
||||
%dir %{_kf5_appstreamdir}/
|
||||
%{_datadir}/plasma/plasmoids/org.kde.plasma.printmanager/
|
||||
%{_kf5_servicesdir}/plasma-applet-org.kde.plasma.printmanager.desktop
|
||||
%{_kf5_applicationsdir}/org.kde.PrintQueue.desktop
|
||||
%{_kf5_qmldir}/org/kde/plasma/printmanager/
|
||||
%{_kf5_notifydir}/printmanager.notifyrc
|
||||
%{_kf5_appstreamdir}/org.kde.plasma.printmanager.appdata.xml
|
||||
%{_kf5_servicesdir}/kcm_printer_manager.desktop
|
||||
%{_kf5_servicesdir}/kded/
|
||||
%{_kf5_servicesdir}/plasma-applet-org.kde.plasma.printmanager.desktop
|
||||
|
||||
%if %{with lang}
|
||||
%files lang -f %{name}.lang
|
||||
|
Loading…
Reference in New Issue
Block a user