From d7e4db63f4213eaafbb9f3f5f736386de4d2a145 Mon Sep 17 00:00:00 2001 From: Sebastien Willmann Date: Fri, 15 Mar 2013 22:57:46 +0100 Subject: [PATCH] Took last review notes into account Changed Summary Added %doc files to the doc package Added python as an explicit BuildRequires --- jsoncpp.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/jsoncpp.spec b/jsoncpp.spec index 8b92b98..25f711c 100644 --- a/jsoncpp.spec +++ b/jsoncpp.spec @@ -4,15 +4,15 @@ Name: jsoncpp Version: %{src_release} -Release: 0.8.%{src_prerelease}%{?dist} -Summary: An implementation of a JSON reader and writer in C++ +Release: 0.9.%{src_prerelease}%{?dist} +Summary: JSON library implemented in C++ Group: System Environment/Libraries License: Public Domain or MIT URL: http://sourceforge.net/projects/%{name}/ Source0: http://downloads.sourceforge.net/project/%{name}/%{name}/%{src_version}/%{name}-src-%{src_version}.tar.gz Source1: jsoncpp.pc -BuildRequires: scons doxygen +BuildRequires: python scons doxygen BuildRequires: graphviz %description @@ -82,9 +82,15 @@ sed -i 's|@@LIBDIR@@|%{_libdir}|g' $RPM_BUILD_ROOT%{_libdir}/pkgconfig/jsoncpp.p %{_libdir}/pkgconfig/jsoncpp.pc %files doc +%doc AUTHORS LICENSE NEWS.txt README.txt %{_docdir}/%{name} %changelog +* Fri Mar 15 2013 Sébastien Willmann - 0.6.0-0.9.rc2 +- Changed Summary +- Added %%doc files to the doc package +- Added python as an explicit BuildRequires + * Fri Feb 15 2013 Sebastien Willmann - 0.6.0-0.8.rc2 - Added documentation sub-package