diff --git a/kde-partitionmanager.spec b/kde-partitionmanager.spec index 6275cb2..c20cf05 100644 --- a/kde-partitionmanager.spec +++ b/kde-partitionmanager.spec @@ -2,7 +2,7 @@ Name: kde-partitionmanager Version: 2.0.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Partition Manager License: GPLv3+ @@ -14,15 +14,25 @@ Source0: http://download.kde.org/stable/partitionmanager/%{version}/src/p %endif -BuildRequires: gettext, cmake, desktop-file-utils, libappstream-glib -BuildRequires: KPMcore-devel = %{version} -BuildRequires: libblkid-devel, libatasmart-devel -BuildRequires: kf5-rpm-macros, kf5-kconfig-devel, kf5-kcrash-devel -BuildRequires: kf5-kdoctools-devel, kf5-ki18n-devel, kf5-kiconthemes-devel, kf5-kio-devel -BuildRequires: qt5-qtbase-devel +BuildRequires: cmake +BuildRequires: desktop-file-utils BuildRequires: extra-cmake-modules +BuildRequires: gettext +BuildRequires: libblkid-devel +BuildRequires: libappstream-glib +BuildRequires: libatasmart-devel +BuildRequires: kf5-rpm-macros +BuildRequires: kf5-kconfig-devel +BuildRequires: kf5-kcrash-devel +BuildRequires: kf5-kdoctools-devel +BuildRequires: kf5-ki18n-devel +BuildRequires: kf5-kiconthemes-devel +BuildRequires: kf5-kio-devel +BuildRequires: kpmcore-devel = %{version}%{?_isa} +BuildRequires: qt5-qtbase-devel -Requires: KPMcore = %{version} + +Requires: kpmcore = %{version}%{?_isa} Requires: kf5-filesystem %description @@ -55,6 +65,7 @@ make %{?_smp_mflags} -C %{_target_platform} make install/fast -C %{_target_platform} DESTDIR=%{buildroot} %find_lang partitionmanager --with-kde +%check # Validate .desktop file desktop-file-validate %{buildroot}%{_kf5_datadir}/applications/*PartitionManager.desktop @@ -87,6 +98,11 @@ fi %{_datadir}/appdata/*PartitionManager.appdata.xml %changelog +* Mon Jan 18 2016 Mattia Verga - 2.0.0-2 +- KPMcore has been renamed to kpmcore, BR changed +- Better formatting of BR +- Move .desktop and appdata validation under %%check + * Thu Jan 14 2016 Mattia Verga - 2.0.0-1 - Update to stable 2.0.0 - Bind to same KPMcore version