|
|
@ -1,7 +1,7 @@
|
|
|
|
%global framework knotifications
|
|
|
|
%global framework knotifications
|
|
|
|
|
|
|
|
|
|
|
|
Name: kf5-%{framework}
|
|
|
|
Name: kf5-%{framework}
|
|
|
|
Version: 5.5.0
|
|
|
|
Version: 5.6.0
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: KDE Frameworks 5 Tier 3 solution with abstraction for system notifications
|
|
|
|
Summary: KDE Frameworks 5 Tier 3 solution with abstraction for system notifications
|
|
|
|
|
|
|
|
|
|
|
@ -70,6 +70,9 @@ make %{?_smp_mflags} -C %{_target_platform}
|
|
|
|
%make_install -C %{_target_platform}
|
|
|
|
%make_install -C %{_target_platform}
|
|
|
|
%find_lang knotifications5_qt --with-qt --all-name
|
|
|
|
%find_lang knotifications5_qt --with-qt --all-name
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# We own the folder
|
|
|
|
|
|
|
|
mkdir -p %{buildroot}/%{_kf5_datadir}/knotifications5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
@ -78,6 +81,7 @@ make %{?_smp_mflags} -C %{_target_platform}
|
|
|
|
%doc COPYING.LIB README.md
|
|
|
|
%doc COPYING.LIB README.md
|
|
|
|
%{_kf5_libdir}/libKF5Notifications.so.*
|
|
|
|
%{_kf5_libdir}/libKF5Notifications.so.*
|
|
|
|
%{_kf5_datadir}/kservicetypes5/knotificationplugin.desktop
|
|
|
|
%{_kf5_datadir}/kservicetypes5/knotificationplugin.desktop
|
|
|
|
|
|
|
|
%{_kf5_datadir}/knotifications5
|
|
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%files devel
|
|
|
|
%{_kf5_includedir}/knotifications_version.h
|
|
|
|
%{_kf5_includedir}/knotifications_version.h
|
|
|
@ -89,6 +93,9 @@ make %{?_smp_mflags} -C %{_target_platform}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%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
|
|
|
|
* Mon Dec 08 2014 Daniel Vrátil <dvratil@redhat.com> - 5.5.0-1
|
|
|
|
- KDE Frameworks 5.5.0
|
|
|
|
- KDE Frameworks 5.5.0
|
|
|
|
|
|
|
|
|
|
|
|