Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37041976
en ru br
Репозитории ALT
S:0.15-alt1.1
5.1: 0.9-alt1
www.altlinux.org/Changes

Группа :: Система/Библиотеки
Пакет: json-c

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Name: json-c
Version: 0.9
Release: alt1

Summary: JSON implementation in C
License: MIT
Group: System/Libraries
Url: http://oss.metaparadigm.com/json-c/

Source: %name-%version-%release.tar

%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 -n libjson
Summary: JSON shared library
Group: System/Libraries

%package -n libjson-devel
Summary: header files for libjson
Group: Development/C
Requires: libjson = %version-%release

%description -n libjson
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.

This package contains shared JSON-C library

%description -n libjson-devel
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.

This package contains development part of JSON-C

%prep
%setup

%build
%autoreconf
%configure
%make

%install
%makeinstall

%files -n libjson
%_libdir/libjson*.so.*

%files -n libjson-devel
%_libdir/libjson*.so
%_includedir/json
%_pkgconfigdir/json.pc

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin