|
|
@ -1,8 +1,8 @@
|
|
|
|
%global framework kservice
|
|
|
|
%global framework kservice
|
|
|
|
|
|
|
|
|
|
|
|
Name: kf5-%{framework}
|
|
|
|
Name: kf5-%{framework}
|
|
|
|
Version: 5.12.0
|
|
|
|
Version: 5.13.0
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: KDE Frameworks 5 Tier 3 solution for advanced plugin and service introspection
|
|
|
|
Summary: KDE Frameworks 5 Tier 3 solution for advanced plugin and service introspection
|
|
|
|
|
|
|
|
|
|
|
|
License: GPLv2+ and LGPLv2+
|
|
|
|
License: GPLv2+ and LGPLv2+
|
|
|
@ -17,26 +17,18 @@ URL: http://www.kde.org
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-%{version}.tar.xz
|
|
|
|
Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-%{version}.tar.xz
|
|
|
|
|
|
|
|
|
|
|
|
# Fedora customizations to the menu categories
|
|
|
|
BuildRequires: kf5-rpm-macros >= %{version}
|
|
|
|
# adds the Administration menu from redhat-menus which equals System + Settings
|
|
|
|
BuildRequires: extra-cmake-modules >= %{version}
|
|
|
|
# This prevents the stuff getting listed twice, under both System and Settings.
|
|
|
|
|
|
|
|
Patch0: kservice-5.12.0-xdg-menu.patch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: kf5-rpm-macros
|
|
|
|
|
|
|
|
BuildRequires: extra-cmake-modules
|
|
|
|
|
|
|
|
BuildRequires: qt5-qtbase-devel
|
|
|
|
BuildRequires: qt5-qtbase-devel
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: kf5-kconfig-devel
|
|
|
|
BuildRequires: kf5-kconfig-devel >= %{version}
|
|
|
|
BuildRequires: kf5-kcoreaddons-devel
|
|
|
|
BuildRequires: kf5-kcoreaddons-devel >= %{version}
|
|
|
|
BuildRequires: kf5-kcrash-devel
|
|
|
|
BuildRequires: kf5-kcrash-devel >= %{version}
|
|
|
|
BuildRequires: kf5-kdbusaddons-devel
|
|
|
|
BuildRequires: kf5-kdbusaddons-devel >= %{version}
|
|
|
|
BuildRequires: kf5-ki18n-devel
|
|
|
|
BuildRequires: kf5-ki18n-devel >= %{version}
|
|
|
|
BuildRequires: kf5-kdoctools-devel
|
|
|
|
BuildRequires: kf5-kdoctools-devel >= %{version}
|
|
|
|
|
|
|
|
|
|
|
|
Requires: kf5-filesystem
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# for the Administration category
|
|
|
|
Requires: kf5-filesystem >= %{version}
|
|
|
|
Requires: redhat-menus
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
KDE Frameworks 5 Tier 3 solution for advanced plugin and service
|
|
|
|
KDE Frameworks 5 Tier 3 solution for advanced plugin and service
|
|
|
@ -45,8 +37,8 @@ introspection.
|
|
|
|
%package devel
|
|
|
|
%package devel
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: kf5-kconfig-devel
|
|
|
|
Requires: kf5-kconfig-devel >= %{version}
|
|
|
|
Requires: kf5-kcoreaddons-devel
|
|
|
|
Requires: kf5-kcoreaddons-devel >= %{version}
|
|
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
%description devel
|
|
|
|
The %{name}-devel package contains libraries and header files for
|
|
|
|
The %{name}-devel package contains libraries and header files for
|
|
|
@ -55,7 +47,6 @@ developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q -n %{framework}-%{version}
|
|
|
|
%setup -q -n %{framework}-%{version}
|
|
|
|
%patch0 -p1 -b .xdg-menu
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
@ -99,11 +90,14 @@ mkdir -p %{buildroot}%{_kf5_datadir}/kservicetypes5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Sat Aug 15 2015 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.12.0-3
|
|
|
|
* Wed Aug 19 2015 Daniel Vrátil <dvratil@redhat.com> - 5.13.0-1
|
|
|
|
- add Requires: redhat-menus for the Administration category
|
|
|
|
- KDE Frameworks 5.13.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Aug 19 2015 Daniel Vrátil <dvratil@redhat.com> - 5.13.0-1
|
|
|
|
|
|
|
|
- KDE Frameworks 5.13.0
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Aug 15 2015 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.12.0-2
|
|
|
|
* Tue Aug 11 2015 Daniel Vrátil <dvratil@redhat.com> - 5.13.0-0.1
|
|
|
|
- forward-port our xdg-menu patch from kdelibs 4
|
|
|
|
- KDE Frameworks 5.13
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 10 2015 Rex Dieter <rdieter@fedoraproject.org> - 5.12.0-1
|
|
|
|
* Fri Jul 10 2015 Rex Dieter <rdieter@fedoraproject.org> - 5.12.0-1
|
|
|
|
- 5.12.0
|
|
|
|
- 5.12.0
|
|
|
|