diff --git a/libyajl-rpmlintrc b/libyajl-rpmlintrc index 9320c19..2c4fbcc 100644 --- a/libyajl-rpmlintrc +++ b/libyajl-rpmlintrc @@ -1,3 +1,4 @@ addFilter("no-dependency-on libyajl/libyajl-libs/liblibyajl") addFilter("libyajl-devel-static..*: W: shlib-policy-missing-lib") +addFilter("no-manual-page-for-binary .*") addFilter("macro-in-comment .*") diff --git a/libyajl.changes b/libyajl.changes index 58105c7..94eb0ae 100644 --- a/libyajl.changes +++ b/libyajl.changes @@ -9,6 +9,12 @@ Wed Apr 13 10:43:49 MDT 2011 - jfehlig@novell.com - Add filters to rpmlintrc - spec file: Document githash usage in tarbal name +------------------------------------------------------------------- +Wed Apr 13 10:43:49 MDT 2011 - jfehlig@novell.com + +- Add filters to rpmlintrc +- spec file: Document githash usage in tarbal name + ------------------------------------------------------------------- Fri Apr 8 20:43:36 UTC 2011 - coolo@novell.com diff --git a/libyajl.spec b/libyajl.spec index f3feebd..83d3178 100644 --- a/libyajl.spec +++ b/libyajl.spec @@ -20,7 +20,7 @@ Name: libyajl Version: 1.0.11 -Release: 0 +Release: 7 # # NB, upstream does not provide pre-built tar.gz downloads. Instead # they make you use the 'on the fly' generated tar.gz from GITHub's @@ -67,6 +67,7 @@ small validating JSON generator. %package -n %{name}%{soname} + Summary: Yet Another JSON Library Group: System/Libraries @@ -76,6 +77,7 @@ small validating JSON generator. %package -n %{name}-devel + Summary: Yet Another JSON Library (Development Environment) Group: Development/Libraries/C and C++ Requires: %{name}%{soname} = %{version} @@ -89,6 +91,7 @@ against %{name}. %package -n %{name}-devel-static + Summary: Yet Another JSON Library (Static Library) Group: Development/Libraries/C and C++ Requires: %{name}-devel = %{version} @@ -101,7 +104,6 @@ This package provides the necessary environment for linking statically against %{name}. %package -n yajl - Summary: Yet Another JSON Library Tools Group: Productivity/Text/Utilities Requires: %{name}%{soname} = %{version} @@ -134,7 +136,7 @@ cmake \ -DLIB_SUFFIX="$LIBSUFFIX" \ .. -%__make %{?jobs:-j%{jobs}} +%__make %{?_smp_flags} popd build %install @@ -176,4 +178,5 @@ cd test %doc %{_mandir}/man1/json_verify.1* %{_bindir}/json_reformat %{_bindir}/json_verify + %changelog