rpms/jansson/F-12 jansson.spec, 1.1, 1.2 sources, 1.2, 1.3 jansson-pkgconfig.patch, 1.1, NONE

Sean Middleditch elanthis at fedoraproject.org
Fri Jan 22 02:31:48 UTC 2010


Author: elanthis

Update of /cvs/pkgs/rpms/jansson/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7058

Modified Files:
	jansson.spec sources 
Removed Files:
	jansson-pkgconfig.patch 
Log Message:
* Thu Jan 21 2010 Sean Middleditch <sean at middleditch.us> 1.2-1
- Update to Jansson 1.2.



Index: jansson.spec
===================================================================
RCS file: /cvs/pkgs/rpms/jansson/F-12/jansson.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- jansson.spec	14 Jan 2010 01:10:44 -0000	1.1
+++ jansson.spec	22 Jan 2010 02:31:48 -0000	1.2
@@ -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
 
 %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 at middleditch.us> 1.2-1
+- Update to Jansson 1.2.
+
 * Thu Jan 11 2010 Sean Middleditch <sean at middleditch.us> 1.1.3-4
 - Update jansson description per upstream's suggestions.
 - Removed README from docs.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/jansson/F-12/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	14 Jan 2010 01:10:44 -0000	1.2
+++ sources	22 Jan 2010 02:31:48 -0000	1.3
@@ -1 +1 @@
-55c3e3b86d3b934da33660a5fed8d97b  jansson-1.1.3.tar.bz2
+762b7db7ecad0eb9c5e2d2b0947b07e5  jansson-1.2.tar.bz2


--- jansson-pkgconfig.patch DELETED ---



More information about the scm-commits mailing list