1
0
Hrvoje Senjan 2014-05-04 01:07:58 +00:00 committed by Git OBS Bridge
parent 21478f5e49
commit 73ec41596a
2 changed files with 12 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:11ef5f3b580bc4033802ce11ef40d7f9b190c893cb9b697881591382c38ba2b9
size 92144

View File

@ -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