1
0
Luca Beltrame
2019-08-11 21:06:55 +00:00
committed by Git OBS Bridge
parent 8d350bb4d0
commit 193a2e078d
6 changed files with 68 additions and 8 deletions

View File

@@ -16,7 +16,7 @@
#
%define _tar_path 5.60
%define _tar_path 5.61
# Full KF5 version (e.g. 5.33.0)
%{!?_kf5_version: %global _kf5_version %{version}}
# Last major and minor KF5 version (e.g. 5.33)
@@ -26,14 +26,20 @@
%else
%bcond_with doc
%endif
# Only needed for the package signature condition
%bcond_without lang
Name: extra-cmake-modules
Version: 5.60.0
Version: 5.61.0
Release: 0
Summary: CMake modules
License: BSD-3-Clause
Group: Development/Tools/Other
URL: https://www.kde.org
Source: http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
Source: https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
%if %{with_lang}
Source1: https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz.sig
Source2: frameworks.keyring
%endif
# PATCH-FIX-OPENSUSE
Patch0: bundle-lang.patch
BuildRequires: cmake >= 3.0
@@ -52,7 +58,7 @@ BuildRequires: python3-Sphinx
%description
Extra modules and scripts for CMake.
For more information see http://community.kde.org/KDE_Core/Platform_11/Buildsystem/FindFilesSurvey
For more information see https://community.kde.org/KDE_Core/Platform_11/Buildsystem/FindFilesSurvey
%package doc
Summary: Documentation for extra-cmake-modules
@@ -63,7 +69,7 @@ BuildArch: noarch
%description doc
Extra modules and scripts for CMake.
For more information see http://community.kde.org/KDE_Core/Platform_11/Buildsystem/FindFilesSurvey
For more information see https://community.kde.org/KDE_Core/Platform_11/Buildsystem/FindFilesSurvey
This package provides documentation for extra-cmake-modules
%prep