1 Star 0 Fork 10

chengquan/jansson

forked from src-openEuler/jansson 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
jansson.spec 1.36 KB
一键复制 编辑 原始数据 按行查看 历史
chengquan 提交于 2020-05-11 14:56 +08:00 . upgrade software to v2.12
Name: jansson
Version: 2.12
Release: 1
Summary: A C library for encoding, decoding and manipulating JSON data
License: MIT
URL: http://www.digip.org/jansson/
Source0: https://github.com/akheron/jansson/archive/%{name}-%{version}.tar.bz2
BuildRequires: gcc python-sphinx
%description
Jansson is a C library for encoding, decoding and manipulating JSON data.
%package devel
Summary: files for jansson development
Requires: %{name} = %{version}-%{release}
%description devel
files for jansson development
%package_help
%prep
%autosetup -n %{name}-%{version} -p1
%build
%configure
%make_build
%install
rm -rf %RPM_BUILD_ROOT
%make_install
make html
%delete_la_and_a
%check
make check
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root)
%doc LICENSE
%{_libdir}/libjansson.so.*
%files devel
%defattr(-,root,root)
%{_libdir}/libjansson.so
%{_libdir}/pkgconfig/jansson.pc
%{_includedir}/jansson*.h
%files help
%defattr(-,root,root)
%doc CHANGES
%doc doc/_build/html/*
%changelog
* Fri Apr 24 2020 BruceGW <gyl93216@163.com> - 2.12-1
* update upstream to 2.12
* Tue Sep 24 2019 shenyangyang<shenyangyang4@huawei.com> - 2.11-4
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:revise help package
* Mon Aug 19 2019 openEuler Builteam <buildteam@openeuler.org> - 2.11-3
- Package init
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/chengquanspace/jansson.git
git@gitee.com:chengquanspace/jansson.git
chengquanspace
jansson
jansson
master

搜索帮助