File reflection-cpp.spec of Package reflection-cpp
#
# spec file for package reflection-cpp
#
# Copyright (c) 2025 mantarimay
#
# 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: reflection-cpp
Version: 0.1.0
Release: 0
Summary: C++ static reflection support library
License: Apache-2.0
URL: https://github.com/contour-terminal/reflection-cpp
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
BuildRequires: cmake
BuildRequires: gcc-c++
%description
This is a C++ static reflection library.
%package devel
Summary: Development files for %{name}
%description devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.
%prep
%autosetup -p1
%build
%cmake
%cmake_build
%install
%cmake_install
#check
#ctest
%files devel
%license LICENSE*
%doc README.md
%{_includedir}/%{name}
%{_libdir}/cmake/%{name}
%changelog