|
|
@ -1,20 +1,21 @@
|
|
|
|
%global framework kemoticons
|
|
|
|
%global framework kemoticons
|
|
|
|
|
|
|
|
|
|
|
|
Name: kf5-%{framework}
|
|
|
|
Name: kf5-%{framework}
|
|
|
|
Version: 5.4.0
|
|
|
|
Version: 5.5.0
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: KDE Frameworks 5 Tier 3 module with support for emoticons and emoticons themes
|
|
|
|
Summary: KDE Frameworks 5 Tier 3 module with support for emoticons and emoticons themes
|
|
|
|
|
|
|
|
|
|
|
|
License: GPLv2+ and LGPLv2+
|
|
|
|
License: GPLv2+ and LGPLv2+
|
|
|
|
URL: http://www.kde.org
|
|
|
|
URL: http://www.kde.org
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%global versiondir %(echo %{version} | cut -d. -f1-2)
|
|
|
|
%global revision %(echo %{version} | cut -d. -f3)
|
|
|
|
%global revision %(echo %{version} | cut -d. -f3)
|
|
|
|
%if %{revision} >= 50
|
|
|
|
%if %{revision} >= 50
|
|
|
|
%global stable unstable
|
|
|
|
%global stable unstable
|
|
|
|
%else
|
|
|
|
%else
|
|
|
|
%global stable stable
|
|
|
|
%global stable stable
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
Source0: http://download.kde.org/%{stable}/frameworks/%{version}/%{framework}-%{version}.tar.xz
|
|
|
|
Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-%{version}.tar.xz
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: kf5-rpm-macros
|
|
|
|
BuildRequires: kf5-rpm-macros
|
|
|
|
BuildRequires: extra-cmake-modules
|
|
|
|
BuildRequires: extra-cmake-modules
|
|
|
@ -64,6 +65,7 @@ make %{?_smp_mflags} -C %{_target_platform}
|
|
|
|
%doc COPYING COPYING.LIB README.md
|
|
|
|
%doc COPYING COPYING.LIB README.md
|
|
|
|
%{_kf5_libdir}/libKF5Emoticons.so.*
|
|
|
|
%{_kf5_libdir}/libKF5Emoticons.so.*
|
|
|
|
%{_kf5_plugindir}/emoticonsthemes/*.so
|
|
|
|
%{_kf5_plugindir}/emoticonsthemes/*.so
|
|
|
|
|
|
|
|
%{_kf5_plugindir}/KEmoticonsIntegrationPlugin.so
|
|
|
|
%{_kf5_datadir}/kservices5/*
|
|
|
|
%{_kf5_datadir}/kservices5/*
|
|
|
|
%{_kf5_datadir}/kservicetypes5/*
|
|
|
|
%{_kf5_datadir}/kservicetypes5/*
|
|
|
|
%{_kf5_datadir}/emoticons/Glass
|
|
|
|
%{_kf5_datadir}/emoticons/Glass
|
|
|
@ -77,6 +79,9 @@ make %{?_smp_mflags} -C %{_target_platform}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Dec 08 2014 Daniel Vrátil <dvratil@redhat.com> - 5.5.0-1
|
|
|
|
|
|
|
|
- KDE Frameworks 5.5.0
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Nov 03 2014 Daniel Vrátil <dvratil@redhat.com> - 5.4.0-1
|
|
|
|
* Mon Nov 03 2014 Daniel Vrátil <dvratil@redhat.com> - 5.4.0-1
|
|
|
|
- KDE Frameworks 5.4.0
|
|
|
|
- KDE Frameworks 5.4.0
|
|
|
|
|
|
|
|
|
|
|
|