Sophie

Sophie

distrib > Mageia > 5 > x86_64 > by-pkgid > a9c775ce16839d9f96b799c84079cbe7 > files > 2

jansson-2.4-4.mga5.src.rpm

Name:		jansson
Version:	2.4
Release:	%mkrel 4
Summary:	C library for encoding, decoding and manipulating JSON data
Group:		Development/C 
License:	MIT
URL:		http://www.digip.org/jansson/
Source0:	http://www.digip.org/jansson/releases/jansson-%{version}.tar.bz2

BuildRequires: python-sphinx

%description
Small library for parsing and writing JSON documents.

%package devel
Summary:	Header files for jansson
Group:		Development/C 
Requires:	%{name} = %{version}-%{release}

%description devel
Header files for developing applications making use of jansson.

%prep
%setup -q

%build
autoreconf -v --install
%configure --disable-static
%make
make html

%check
make check

%install
make install INSTALL="install -p" DESTDIR="$RPM_BUILD_ROOT"
rm "$RPM_BUILD_ROOT%{_libdir}"/*.la


%files
%doc LICENSE CHANGES
%{_libdir}/*.so.*

%files devel
%doc doc/_build/html/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/%{name}.pc
%{_includedir}/*




%changelog
* Wed Oct 15 2014 umeabot <umeabot> 2.4-4.mga5
+ Revision: 743379
- Second Mageia 5 Mass Rebuild

* Tue Sep 16 2014 umeabot <umeabot> 2.4-3.mga5
+ Revision: 680627
- Mageia 5 Mass Rebuild

* Sat Oct 19 2013 umeabot <umeabot> 2.4-2.mga4
+ Revision: 532968
- Mageia 4 Mass Rebuild

* Sat Aug 24 2013 dlucio <dlucio> 2.4-1.mga4
+ Revision: 470459
- 2.4
- imported package jansson


* Sat May 05 2012 Alexander Khrukin <akhrukin@mandriva.org> 2.3.1-1
+ Revision: 796627
- version update 2.3.1

* Sat Nov 05 2011 Alexander Khrukin <akhrukin@mandriva.org> 2.2.1-1
+ Revision: 721550
- imported package jansson