KDE Frameworks 5.6.0

epel8
Dan Vrátil 10 years ago
parent 57c44b0f8a
commit 6dfe5f474f

1
.gitignore vendored

@ -5,3 +5,4 @@
/kservice-5.3.0.tar.xz
/kservice-5.4.0.tar.xz
/kservice-5.5.0.tar.xz
/kservice-5.6.0.tar.xz

@ -1,7 +1,7 @@
%global framework kservice
Name: kf5-%{framework}
Version: 5.5.0
Version: 5.6.0
Release: 1%{?dist}
Summary: KDE Frameworks 5 Tier 3 solution for advanced plugin and service introspection
@ -66,6 +66,9 @@ make %{?_smp_mflags} -C %{_target_platform}
mv %{buildroot}/%{_kf5_sysconfdir}/xdg/menus/applications.menu %{buildroot}/%{_kf5_sysconfdir}/xdg/menus/kf5-applications.menu
mkdir -p %{buildroot}/%{_kf5_datadir}/kservices5
mkdir -p %{buildroot}/%{_kf5_datadir}/kservicetypes5
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
@ -75,7 +78,8 @@ mv %{buildroot}/%{_kf5_sysconfdir}/xdg/menus/applications.menu %{buildroot}/%{_k
%config %{_kf5_sysconfdir}/xdg/menus/kf5-applications.menu
%{_kf5_bindir}/kbuildsycoca5
%{_kf5_libdir}/libKF5Service.so.*
%{_kf5_datadir}/kservicetypes5/*.desktop
%{_kf5_datadir}/kservicetypes5
%{_kf5_datadir}/kservices5
%{_kf5_mandir}/man8/*
%{_kf5_mandir}/*/man8/*
%exclude %{_kf5_mandir}/man8
@ -89,6 +93,9 @@ mv %{buildroot}/%{_kf5_sysconfdir}/xdg/menus/applications.menu %{buildroot}/%{_k
%changelog
* Thu Jan 08 2015 Daniel Vrátil <dvratil@redhat.com> - 5.6.0-1
- KDE Frameworks 5.6.0
* Mon Dec 08 2014 Daniel Vrátil <dvratil@redhat.com> - 5.5.0-1
- KDE Frameworks 5.5.0

@ -1 +1 @@
5b38a542cc9e10e04a19c7ec45de322b kservice-5.5.0.tar.xz
b61406ed3e1aa3efb3d7ceda7662e090 kservice-5.6.0.tar.xz

Loading…
Cancel
Save