File liri-cmake-shared.spec of Package liri-cmake-shared
#
# spec file for package liri-cmake-shared
#
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: liri-cmake-shared
Version: @SERVICE@
Release: 0
Summary: Shared CMake functions and macros
License: BSD-3-Clause
Group: Development/Tools/Other
URL: https://github.com/lirios/cmake-shared
Source0: %{name}-%{version}.tar.xz
Source1: %{name}.rpmlintrc
BuildRequires: cmake
BuildRequires: gcc-c++
#uildArch: noarch
%description
Shared functions and macros for projects using the CMake build system.
%prep
%autosetup
%build
%cmake
%install
%cmake_install
%files
%doc README.md
%dir %{_datadir}/LiriCMakeShared
%{_datadir}/LiriCMakeShared/cmake/
%{_datadir}/LiriCMakeShared/modules/
%license LICENSE.BSD
%changelog