%global framework kfilemetadata # Enable to build ffmpeg extractor %global ffmpeg 0 Name: kf5-%{framework} Summary: A Tier 2 KDE Framework for extracting file metadata Version: 5.15.0 Release: 1%{?dist} # # KDE e.V. may determine that future LGPL versions are accepted License: LGPLv2 or LGPLv3 URL: https://www.kde.org %global versiondir %(echo %{version} | cut -d. -f1-2) %global revision %(echo %{version} | cut -d. -f3) %if %{revision} >= 50 %global stable unstable %else %global stable stable %endif Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-%{version}.tar.xz BuildRequires: extra-cmake-modules >= %{version} BuildRequires: kf5-rpm-macros >= %{version} BuildRequires: kf5-ki18n-devel >= %{version} BuildRequires: kf5-karchive-devel >= %{version} BuildRequires: qt5-qtbase-devel BuildRequires: ebook-tools-devel BuildRequires: pkgconfig(exiv2) >= 0.20 BuildRequires: pkgconfig(poppler-qt5) BuildRequires: pkgconfig(taglib) %if 0%{?ffmpeg} BuildRequires: ffmpeg-devel %endif BuildRequires: libattr-devel %description %{summary}. %package devel Summary: Developer files for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} Requires: qt5-qtbase-devel %description devel %{summary}. %prep %setup -q -n %{framework}-%{version} %build mkdir -p %{_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 kfilemetadata5_qt --with-qt --all-name %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files -f kfilemetadata5_qt.lang %doc COPYING.LGPL* %{_kf5_libdir}/libKF5FileMetaData.so.* %{_kf5_plugindir}/kfilemetadata/kfilemetadata_*.so %files devel %{_kf5_libdir}/libKF5FileMetaData.so %{_kf5_libdir}/cmake/KF5FileMetaData %{_kf5_includedir}/KFileMetaData %changelog * Thu Oct 08 2015 Daniel Vrátil - 5.15.0-1 - KDE Frameworks 5.15.0 * Wed Sep 16 2015 Daniel Vrátil - 5.14.0-1 - KDE Frameworks 5.14.0 * Wed Aug 19 2015 Daniel Vrátil - 5.13.0-1 - KDE Frameworks 5.13.0 * Wed Aug 19 2015 Daniel Vrátil - 5.13.0-1 - KDE Frameworks 5.13.0 * Tue Aug 11 2015 Daniel Vrátil - 5.13.0-0.1 - KDE Frameworks 5.13 (moved from Plasma 5 to KF5) * Thu Jun 25 2015 Daniel Vrátil - 5.9.2-1 - Plasma 5.3.2 * Wed Jun 24 2015 Rex Dieter - 5.9.1-3 - rebuild (exiv2) * Wed Jun 17 2015 Fedora Release Engineering - 5.9.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Tue May 26 2015 Daniel Vrátil - 5.9.1-1 - Plasma 5.3.1 * Mon Apr 27 2015 Daniel Vrátil - 5.9.0-1 - Plasma 5.3.0 * Wed Apr 22 2015 Daniel Vrátil - 5.6.95-1 - Plasma 5.2.95 * Fri Mar 20 2015 Daniel Vrátil - 5.6.2-1 - Plasma 5.2.2 * Fri Feb 27 2015 Daniel Vrátil - 5.6.1-2 - Rebuild (GCC 5) * Tue Feb 24 2015 Daniel Vrátil - 5.6.1-1 - Plasma 5.2.1 * Mon Jan 26 2015 Daniel Vrátil - 5.6.0-1 - Plasma 5.2.0 * Mon Jan 12 2015 Daniel Vrátil - 5.5.95-1 - Plasma 5.1.95 Beta (KFileMetaData 5.5.95) * Wed Dec 17 2014 Daniel Vrátil - 5.1.2-1 - Plasma 5.1.2 * Fri Nov 07 2014 Daniel Vrátil - 5.1.1-1 - Plasma 5.1.1 * Tue Oct 14 2014 Daniel Vrátil - 5.1.0.1-1 - Plasma 5.1.0.1 * Thu Oct 09 2014 Daniel Vrátil - 5.1.0-1 - Plasma 5.1.0 * Tue Sep 16 2014 Daniel Vrátil - 5.0.2-1 - Plasma 5.0.2 * Sun Aug 10 2014 Daniel Vrátil - 5.0.1-1 - Plasma 5.0.1 * Wed Jul 16 2014 Daniel Vrátil - 5.0.0-1 - Plasma 5.0.0 * Wed Jun 11 2014 Daniel Vrátil - 4.97.0-3.20140611git034abaa - Update to latest git snapshot * Wed May 14 2014 Daniel Vrátil - 4.97.0-2.20140611gitdcc52ae - Updated to latest git snapshot * Fri Apr 18 2014 Daniel Vrátil - 4.97.0-1 - Fork kfilemetadata into kf5-kfilemetadata