- Update to Jansson 1.2.

This commit is contained in:
Sean Middleditch 2010-01-22 02:20:14 +00:00
parent 26383bb529
commit 6cf53234a0
4 changed files with 9 additions and 1155 deletions

View File

@ -1 +1 @@
jansson-1.1.3.tar.bz2
jansson-1.2.tar.bz2

File diff suppressed because it is too large Load Diff

View File

@ -1,14 +1,12 @@
Name: jansson
Version: 1.1.3
Release: 4%{?dist}
Version: 1.2
Release: 1%{?dist}
Summary: C library for encoding, decoding and manipulating JSON data
Group: System Environment/Libraries
License: MIT
URL: http://www.digip.org/jansson/
Source0: http://www.digip.org/jansson/releases/jansson-%{version}.tar.bz2
# adds pkg-config support; emailed to upstream author
Patch0: jansson-pkgconfig.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: python-sphinx
@ -27,13 +25,11 @@ Header files for developing applications making use of jansson.
%prep
%setup -q
%patch0 -p1
touch config.h.in
%build
%configure --disable-static
make %{?_smp_mflags}
cd doc ; sphinx-build . .build/html
make html
%check
make check
@ -57,12 +53,15 @@ rm -rf "$RPM_BUILD_ROOT"
%files devel
%defattr(-,root,root,-)
%doc doc/.build/html/*
%doc doc/_build/html/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/%{name}.pc
%{_includedir}/*
%changelog
* Thu Jan 21 2010 Sean Middleditch <sean@middleditch.us> 1.2-1
- Update to Jansson 1.2.
* Thu Jan 11 2010 Sean Middleditch <sean@middleditch.us> 1.1.3-4
- Update jansson description per upstream's suggestions.
- Removed README from docs.

View File

@ -1 +1 @@
55c3e3b86d3b934da33660a5fed8d97b jansson-1.1.3.tar.bz2
762b7db7ecad0eb9c5e2d2b0947b07e5 jansson-1.2.tar.bz2