* Thu Jul 03 2010 Sean Middleditch <sean@middleditch.us> 1.3-1
- Update to Jansson 1.3. - Disable warnings-as-errors for Sphinx documentation.
This commit is contained in:
parent
14d579b30f
commit
a1ee201a69
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1,3 @@
|
||||
jansson-1.2.tar.bz2
|
||||
jansson-1.3.tar.bz2
|
||||
sphinx-fix.diff
|
||||
|
||||
10
jansson.spec
10
jansson.spec
@ -1,5 +1,5 @@
|
||||
Name: jansson
|
||||
Version: 1.2
|
||||
Version: 1.3
|
||||
Release: 1%{?dist}
|
||||
Summary: C library for encoding, decoding and manipulating JSON data
|
||||
|
||||
@ -9,6 +9,9 @@ URL: http://www.digip.org/jansson/
|
||||
Source0: http://www.digip.org/jansson/releases/jansson-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
# http://github.com/akheron/jansson/issues/issue/1
|
||||
Patch0: sphinx-fix.diff
|
||||
|
||||
BuildRequires: python-sphinx
|
||||
|
||||
%description
|
||||
@ -25,6 +28,7 @@ Header files for developing applications making use of jansson.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
%configure --disable-static
|
||||
@ -59,6 +63,10 @@ rm -rf "$RPM_BUILD_ROOT"
|
||||
%{_includedir}/*
|
||||
|
||||
%changelog
|
||||
* Thu Jul 03 2010 Sean Middleditch <sean@middleditch.us> 1.3-1
|
||||
- Update to Jansson 1.3.
|
||||
- Disable warnings-as-errors for Sphinx documentation.
|
||||
|
||||
* Thu Jan 21 2010 Sean Middleditch <sean@middleditch.us> 1.2-1
|
||||
- Update to Jansson 1.2.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user