From 4112c798219110e2d5a738da89afa28af054644a Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 14 Jan 2016 08:12:29 -0600 Subject: [PATCH] cosmetics, update URL, use %license --- .gitignore | 19 ------------------- kf5-kcompletion.spec | 27 ++++++++++++++++----------- 2 files changed, 16 insertions(+), 30 deletions(-) diff --git a/.gitignore b/.gitignore index 4ab6057..8e7da99 100644 --- a/.gitignore +++ b/.gitignore @@ -1,20 +1 @@ -/kcompletion-4.100.0.tar.xz -/kcompletion-5.0.0.tar.xz -/kcompletion-5.1.0.tar.xz -/kcompletion-5.2.0.tar.xz -/kcompletion-5.3.0.tar.xz -/kcompletion-5.4.0.tar.xz -/kcompletion-5.5.0.tar.xz -/kcompletion-5.6.0.tar.xz -/kcompletion-5.7.0.tar.xz -/kcompletion-5.8.0.tar.xz -/kcompletion-5.9.0.tar.xz -/kcompletion-5.10.0.tar.xz -/kcompletion-5.11.0.tar.xz -/kcompletion-5.12.0.tar.xz -/kcompletion-5.13.0.tar.xz -/kcompletion-5.14.0.tar.xz -/kcompletion-5.15.0.tar.xz -/kcompletion-5.16.0.tar.xz -/kcompletion-5.17.0.tar.xz /kcompletion-5.18.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index fc4be07..1757b49 100755 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -2,11 +2,11 @@ Name: kf5-%{framework} Version: 5.18.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes License: LGPLv2+ -URL: http://www.kde.org +URL: http://projects.kde.org/kcompletion %global versiondir %(echo %{version} | cut -d. -f1-2) %global revision %(echo %{version} | cut -d. -f3) @@ -17,13 +17,12 @@ URL: http://www.kde.org %endif Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-%{version}.tar.xz -BuildRequires: kf5-rpm-macros >= %{version} BuildRequires: extra-cmake-modules >= %{version} -BuildRequires: qt5-qtbase-devel -BuildRequires: qt5-qttools-devel - BuildRequires: kf5-kconfig-devel >= %{version} BuildRequires: kf5-kwidgetsaddons-devel >= %{version} +BuildRequires: kf5-rpm-macros >= %{version} +BuildRequires: qt5-qtbase-devel +BuildRequires: qt5-qttools-devel Requires: kf5-filesystem >= %{version} @@ -36,7 +35,6 @@ lower-level completion class which can be used with your own widgets. Summary: Development files for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} Requires: qt5-qtbase-devel - %description devel The %{name}-devel package contains libraries and header files for developing applications that use %{name}. @@ -45,16 +43,19 @@ developing applications that use %{name}. %prep %setup -q -n %{framework}-%{version} + %build -mkdir -p %{_target_platform} +mkdir %{_target_platform} pushd %{_target_platform} %{cmake_kf5} .. popd make %{?_smp_mflags} -C %{_target_platform} + %install make install/fast DESTDIR=%{buildroot} -C %{_target_platform} + %find_lang kcompletion5_qt --with-qt --all-name @@ -62,18 +63,22 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %postun -p /sbin/ldconfig %files -f kcompletion5_qt.lang -%doc COPYING.LIB README.md +%doc README.md +%license COPYING.LIB %{_kf5_libdir}/libKF5Completion.so.* %files devel %{_kf5_includedir}/kcompletion_version.h -%{_kf5_includedir}/KCompletion +%{_kf5_includedir}/KCompletion/ %{_kf5_libdir}/libKF5Completion.so -%{_kf5_libdir}/cmake/KF5Completion +%{_kf5_libdir}/cmake/KF5Completion/ %{_kf5_archdatadir}/mkspecs/modules/qt_KCompletion.pri %changelog +* Thu Jan 14 2016 Rex Dieter 5.18.0-2 +- cosmetics, update URL, use %%license + * Sun Jan 03 2016 Daniel Vrátil - 5.18.0-1 - KDE Frameworks 5.18.0