forked from pool/extra-cmake-modules
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/extra-cmake-modules?expand=0&rev=14
This commit is contained in:
parent
21478f5e49
commit
73ec41596a
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:11ef5f3b580bc4033802ce11ef40d7f9b190c893cb9b697881591382c38ba2b9
|
|
||||||
size 92144
|
|
@ -21,7 +21,7 @@ Summary: CMake modules
|
|||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Development/Tools/Other
|
Group: Development/Tools/Other
|
||||||
Url: https://projects.kde.org/projects/kdesupport/extra-cmake-modules
|
Url: https://projects.kde.org/projects/kdesupport/extra-cmake-modules
|
||||||
Version: 0.0.12
|
Version: 0.0.13
|
||||||
Release: 0
|
Release: 0
|
||||||
Source0: %{name}-%{version}.tar.xz
|
Source0: %{name}-%{version}.tar.xz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -29,9 +29,13 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
BuildRequires: cmake >= 2.8.12
|
BuildRequires: cmake >= 2.8.12
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: kf5-filesystem
|
BuildRequires: kf5-filesystem
|
||||||
|
BuildRequires: python-Sphinx
|
||||||
Requires: cmake >= 2.8.12
|
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
|
Requires: pkgconfig(Qt5Core) >= 5.2.0
|
||||||
|
Provides: kf5umbrella = 4.99.0
|
||||||
|
Obsoletes: kf5umbrella < 4.99.0
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Extra modules and scripts for CMake.
|
Extra modules and scripts for CMake.
|
||||||
@ -50,7 +54,11 @@ For more information see http://community.kde.org/KDE_Core/Platform_11/Buildsyst
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%dir %{_datadir}/ECM
|
%{_datadir}/ECM/
|
||||||
%{_datadir}/ECM/*
|
%{_mandir}/man7/ecm*.7*
|
||||||
|
|
||||||
|
%files doc
|
||||||
|
%defattr(-,root,root,-)
|
||||||
|
%doc %{_datadir}/doc/ECM/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user