From 73ec41596a276be2b1787fa60066f863ca00a4014bdbce9c5d9df2e1adc21bf2 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sun, 4 May 2014 01:07:58 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/extra-cmake-modules?expand=0&rev=14 --- extra-cmake-modules-0.0.12.tar.xz | 3 --- extra-cmake-modules.spec | 16 ++++++++++++---- 2 files changed, 12 insertions(+), 7 deletions(-) delete mode 100644 extra-cmake-modules-0.0.12.tar.xz diff --git a/extra-cmake-modules-0.0.12.tar.xz b/extra-cmake-modules-0.0.12.tar.xz deleted file mode 100644 index ee26026..0000000 --- a/extra-cmake-modules-0.0.12.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:11ef5f3b580bc4033802ce11ef40d7f9b190c893cb9b697881591382c38ba2b9 -size 92144 diff --git a/extra-cmake-modules.spec b/extra-cmake-modules.spec index 1a94721..da469db 100644 --- a/extra-cmake-modules.spec +++ b/extra-cmake-modules.spec @@ -21,7 +21,7 @@ Summary: CMake modules License: BSD-3-Clause Group: Development/Tools/Other Url: https://projects.kde.org/projects/kdesupport/extra-cmake-modules -Version: 0.0.12 +Version: 0.0.13 Release: 0 Source0: %{name}-%{version}.tar.xz BuildArch: noarch @@ -29,9 +29,13 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: cmake >= 2.8.12 BuildRequires: gcc-c++ BuildRequires: kf5-filesystem +BuildRequires: python-Sphinx Requires: cmake >= 2.8.12 -Requires: kf5-filesystem +Requires: kf5-filesystem >= 4.99.0 +Requires: libqt5-linguist-devel >= 5.2.0 Requires: pkgconfig(Qt5Core) >= 5.2.0 +Provides: kf5umbrella = 4.99.0 +Obsoletes: kf5umbrella < 4.99.0 %description Extra modules and scripts for CMake. @@ -50,7 +54,11 @@ For more information see http://community.kde.org/KDE_Core/Platform_11/Buildsyst %files %defattr(-,root,root,-) -%dir %{_datadir}/ECM -%{_datadir}/ECM/* +%{_datadir}/ECM/ +%{_mandir}/man7/ecm*.7* + +%files doc +%defattr(-,root,root,-) +%doc %{_datadir}/doc/ECM/ %changelog