json-c/json-c.spec
2026-04-13 20:49:11 +03:00

38 lines
576 B
RPMSpec

%global reldate 20240915
Name: json-c
Version: 0.18
Release: 1%{?dist}
Summary: JSON-C implements JSON objects in C
License: MIT
URL: https://github.com/%{name}/%{name}
Source0: %{url}/archive/%{name}-%{version}-%{reldate}.tar.gz
BuildRequires: cmake gcc
Requires: bash
%description
%prep
%autosetup -n %{name}-%{name}-%{version}-%{reldate}
%build
%cmake
%cmake_build
%install
%cmake_install
%files
%{_libdir}
%{_includedir}
%changelog
* Mon Apr 13 2026 Dmitrii Tochanskii <tochansky@tochlab.ru>
-