libjson-c/libjson-c.spec

100 lines
2.9 KiB
RPMSpec
Raw Normal View History

%define gitver %(echo %version | tr _ -)
Name: libjson-c
Version: 0.18
Release: 1mamba
Summary: A reference counting object model that allows you to easily construct JSON objects in C
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://github.com/json-c/json-c
Source: https://github.com/json-c/json-c.git/json-c-%{gitver}/json-c-%{version}.tar.bz2
License: MIT
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
## AUTOBUILDREQ-END
%description
JSON-C implements a reference counting object model that allows you to easily construct JSON objects in C, output them as JSON formatted strings and parse JSON formatted strings back into the C representation of JSON objects.
%package devel
Group: Development/Libraries
Summary: Development files for %{name}
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
Requires: pkg-config
%description devel
This package contains libraries and header files for developing applications that use %{name}.
%debug_package
%prep
%setup -q -n json-c-%{version}
%build
%cmake -d build
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall -C build
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%pre devel
[ -d %{_includedir}/json ] && rm -rf %{_includedir}/json
:
%files
%defattr(-,root,root)
%{_libdir}/libjson-c.so.*
%doc AUTHORS COPYING
%files devel
%defattr(-,root,root)
%dir %{_includedir}/json-c
%{_includedir}/json-c/*.h
%{_libdir}/libjson-c.a
%{_libdir}/libjson-c.so
%dir %{_libdir}/cmake/json-c
%{_libdir}/cmake/json-c/json-c-*.cmake
%{_libdir}/pkgconfig/json-c.pc
%doc ChangeLog NEWS README README.html
%changelog
* Mon Sep 16 2024 Automatic Build System <autodist@openmamba.org> 0.18-1mamba
- automatic version update by autodist
* Mon Aug 14 2023 Automatic Build System <autodist@mambasoft.it> 0.17-1mamba
- automatic version update by autodist
* Fri Apr 15 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.16-1mamba
- update to 0.16
* Sat Aug 01 2020 Automatic Build System <autodist@mambasoft.it> 0.15-1mamba
- automatic version update by autodist
* Mon May 04 2020 Automatic Build System <autodist@mambasoft.it> 0.14-1mamba
- automatic version update by autodist
* Sun Jul 29 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 0.13.1_20180305-1mamba
- update to 0.13.1_20180305
* Sat Jan 06 2018 Automatic Build System <autodist@mambasoft.it> 0.13-1mamba
- automatic version update by autodist
* Sun Jul 31 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.12.1_20160607-1mamba
- update to 0.12.1_20160607
* Mon Jun 16 2014 Automatic Build System <autodist@mambasoft.it> 0.12-1mamba
- automatic version update by autodist
* Sat Jan 25 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.11-1mamba
- update to 0.11
* Sat May 12 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9-1mamba
- package created by autospec