merged
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libyajl?expand=0&rev=12
This commit is contained in:
parent
293fdafe32
commit
c040bd1fdf
@ -1,3 +1,4 @@
|
|||||||
addFilter("no-dependency-on libyajl/libyajl-libs/liblibyajl")
|
addFilter("no-dependency-on libyajl/libyajl-libs/liblibyajl")
|
||||||
addFilter("libyajl-devel-static..*: W: shlib-policy-missing-lib")
|
addFilter("libyajl-devel-static..*: W: shlib-policy-missing-lib")
|
||||||
|
addFilter("no-manual-page-for-binary .*")
|
||||||
addFilter("macro-in-comment .*")
|
addFilter("macro-in-comment .*")
|
||||||
|
@ -9,6 +9,12 @@ Wed Apr 13 10:43:49 MDT 2011 - jfehlig@novell.com
|
|||||||
- Add filters to rpmlintrc
|
- Add filters to rpmlintrc
|
||||||
- spec file: Document githash usage in tarbal name
|
- 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
|
Fri Apr 8 20:43:36 UTC 2011 - coolo@novell.com
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
Name: libyajl
|
Name: libyajl
|
||||||
Version: 1.0.11
|
Version: 1.0.11
|
||||||
Release: 0
|
Release: 7
|
||||||
#
|
#
|
||||||
# NB, upstream does not provide pre-built tar.gz downloads. Instead
|
# 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
|
# 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}
|
%package -n %{name}%{soname}
|
||||||
|
|
||||||
|
|
||||||
Summary: Yet Another JSON Library
|
Summary: Yet Another JSON Library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
@ -76,6 +77,7 @@ small validating JSON generator.
|
|||||||
|
|
||||||
%package -n %{name}-devel
|
%package -n %{name}-devel
|
||||||
|
|
||||||
|
|
||||||
Summary: Yet Another JSON Library (Development Environment)
|
Summary: Yet Another JSON Library (Development Environment)
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: %{name}%{soname} = %{version}
|
Requires: %{name}%{soname} = %{version}
|
||||||
@ -89,6 +91,7 @@ against %{name}.
|
|||||||
|
|
||||||
%package -n %{name}-devel-static
|
%package -n %{name}-devel-static
|
||||||
|
|
||||||
|
|
||||||
Summary: Yet Another JSON Library (Static Library)
|
Summary: Yet Another JSON Library (Static Library)
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: %{name}-devel = %{version}
|
Requires: %{name}-devel = %{version}
|
||||||
@ -101,7 +104,6 @@ This package provides the necessary environment for linking statically
|
|||||||
against %{name}.
|
against %{name}.
|
||||||
|
|
||||||
%package -n yajl
|
%package -n yajl
|
||||||
|
|
||||||
Summary: Yet Another JSON Library Tools
|
Summary: Yet Another JSON Library Tools
|
||||||
Group: Productivity/Text/Utilities
|
Group: Productivity/Text/Utilities
|
||||||
Requires: %{name}%{soname} = %{version}
|
Requires: %{name}%{soname} = %{version}
|
||||||
@ -134,7 +136,7 @@ cmake \
|
|||||||
-DLIB_SUFFIX="$LIBSUFFIX" \
|
-DLIB_SUFFIX="$LIBSUFFIX" \
|
||||||
..
|
..
|
||||||
|
|
||||||
%__make %{?jobs:-j%{jobs}}
|
%__make %{?_smp_flags}
|
||||||
popd build
|
popd build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -176,4 +178,5 @@ cd test
|
|||||||
%doc %{_mandir}/man1/json_verify.1*
|
%doc %{_mandir}/man1/json_verify.1*
|
||||||
%{_bindir}/json_reformat
|
%{_bindir}/json_reformat
|
||||||
%{_bindir}/json_verify
|
%{_bindir}/json_verify
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user