Compare commits
4 Commits
0.14-1mamb
...
main
Author | SHA1 | Date | |
---|---|---|---|
58845b2119 | |||
263d9f5666 | |||
c46774661e | |||
8a0bd6b6e2 |
@ -1,21 +1,18 @@
|
||||
%define gitver %(echo %version | tr _ -)
|
||||
Name: libjson-c
|
||||
Version: 0.14
|
||||
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: http://oss.metaparadigm.com/json-c/
|
||||
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
|
||||
#Source: http://oss.metaparadigm.com/json-c/json-c-%{version}.tar.gz
|
||||
License: MIT
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: pkg-config
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%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.
|
||||
@ -46,8 +43,6 @@ This package contains libraries and header files for developing applications tha
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%pre devel
|
||||
[ -d %{_includedir}/json ] && rm -rf %{_includedir}/json
|
||||
@ -62,6 +57,7 @@ This package contains libraries and header files for developing applications tha
|
||||
%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
|
||||
@ -69,6 +65,18 @@ This package contains libraries and header files for developing applications tha
|
||||
%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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user