diff --git a/.gitignore b/.gitignore index 8644d57..5c976d3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,21 +1 @@ -/kplotting-4.99.0.tar.xz -/kplotting-4.100.0.tar.xz -/kplotting-5.0.0.tar.xz -/kplotting-5.1.0.tar.xz -/kplotting-5.2.0.tar.xz -/kplotting-5.3.0.tar.xz -/kplotting-5.4.0.tar.xz -/kplotting-5.5.0.tar.xz -/kplotting-5.6.0.tar.xz -/kplotting-5.7.0.tar.xz -/kplotting-5.8.0.tar.xz -/kplotting-5.9.0.tar.xz -/kplotting-5.10.0.tar.xz -/kplotting-5.11.0.tar.xz -/kplotting-5.12.0.tar.xz -/kplotting-5.13.0.tar.xz -/kplotting-5.14.0.tar.xz -/kplotting-5.15.0.tar.xz -/kplotting-5.16.0.tar.xz -/kplotting-5.17.0.tar.xz /kplotting-5.18.0.tar.xz diff --git a/kf5-kplotting.spec b/kf5-kplotting.spec index 6b3df8c..48271cb 100644 --- a/kf5-kplotting.spec +++ b/kf5-kplotting.spec @@ -2,11 +2,11 @@ Name: kf5-%{framework} Version: 5.18.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 1 addon for plotting License: GPLv2+ and LGPLv2+ -URL: http://www.kde.org +URL: http://projects.kde.org/kplotting %global versiondir %(echo %{version} | cut -d. -f1-2) %global revision %(echo %{version} | cut -d. -f3) @@ -17,11 +17,10 @@ URL: http://www.kde.org %endif Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-%{version}.tar.xz -BuildRequires: perl -BuildRequires: pcre-devel - -BuildRequires: kf5-rpm-macros >= %{version} BuildRequires: extra-cmake-modules >= %{version} +BuildRequires: kf5-rpm-macros >= %{version} +BuildRequires: pcre-devel +BuildRequires: perl BuildRequires: qt5-qtbase-devel Requires: kf5-filesystem >= %{version} @@ -34,7 +33,6 @@ KPlotting provides classes to do plotting. 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}. @@ -43,34 +41,40 @@ 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 -C %{_target_platform} +make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files -%doc COPYING.LIB README.md +%doc README.md +%license COPYING.LIB %{_kf5_libdir}/libKF5Plotting.so.* %files devel %{_kf5_includedir}/kplotting_version.h -%{_kf5_includedir}/KPlotting +%{_kf5_includedir}/KPlotting/ %{_kf5_libdir}/libKF5Plotting.so -%{_kf5_libdir}/cmake/KF5Plotting +%{_kf5_libdir}/cmake/KF5Plotting/ %{_kf5_archdatadir}/mkspecs/modules/qt_KPlotting.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