diff --git a/tinytoml-0.4.tar.gz b/tinytoml-0.4.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..2fa4363a475d0ab6863e93d50c629e9393bbd310 Binary files /dev/null and b/tinytoml-0.4.tar.gz differ diff --git a/tinytoml.spec b/tinytoml.spec new file mode 100644 index 0000000000000000000000000000000000000000..d92daa127d23269c38b5385a1020bcc4bb8afa36 --- /dev/null +++ b/tinytoml.spec @@ -0,0 +1,42 @@ +# +# spec file for package tinytoml +# + +%define debug_package %{nil} + +Name: tinytoml +Version: 0.4 +Release: 1 +License: simplified BSD License. +Summary: A header only C++11 library for parsing TOML. +Url: https://github.com/mayah/tinytoml +Source: %{name}-%{version}.tar.gz +BuildArch: noarch +# Patch: +# BuildRequires: + +%description +The tinytoml-devel package includes the header files of tinytoml. + +%package devel +Summary: Headers for tinytoml devel +# Requires: + +%description devel +%{summary}. + +%prep +%autosetup -n tinytoml-%{version} + +%build +ls -l ./include +cp -r ./include %{buildroot} +ls -l %{buildroot} + +%files devel +/toml + +%changelog +* Tue Sep 19 2023 Zhu Jiameng - 0.4-1 +- update to 0.4-1 +