You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a JSON object import/export library in C++. It contains class to represent JSON Object and functions to read it from stream and write it to stream. That is basically it. For more information look at README.
16
17
17
18
%prep
18
-
%setup -q
19
+
%setup -n cpp-json-%{version}
19
20
20
21
%install
21
-
mkdir -p %{buildroot}/usr/include/cpp-json
22
-
cp -a json.hpp %{buildroot}/usr/include/cpp-json
23
-
mkdir -p %{buildroot}/usr/share/doc/cpp-json
24
-
cp -a LICENSE.md README.md %{buildroot}/usr/share/doc/cpp-json
22
+
mkdir -p %{buildroot}/usr/include/tokox/cpp-json
23
+
cp -a json.hpp %{buildroot}/usr/include/tokox/cpp-json
0 commit comments