Accepting request 82542 from devel:libraries:c_c++

- Add libyajl-devel to baselibs (forwarded request 82537 from jengelh)

OBS-URL: https://build.opensuse.org/request/show/82542
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libyajl?expand=0&rev=11
This commit is contained in:
Lars Vogdt 2011-09-19 15:54:29 +00:00 committed by Git OBS Bridge
commit 18449164ad
3 changed files with 8 additions and 4 deletions

View File

@ -1 +1,4 @@
libyajl2
libyajl-devel
requires -libyajl-<targettype>
requires "libyajl2-<targettype> = <version>"

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Sep 16 17:21:42 UTC 2011 - jengelh@medozas.de
- Add libyajl-devel to baselibs
-------------------------------------------------------------------
Tue Aug 16 16:38:57 UTC 2011 - mrueckert@suse.de

View File

@ -67,7 +67,6 @@ small validating JSON generator.
%package -n %{name}%{soname}
Summary: Yet Another JSON Library
Group: System/Libraries
@ -77,7 +76,6 @@ 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}
@ -91,7 +89,6 @@ against %{name}.
%package -n %{name}-devel-static
Summary: Yet Another JSON Library (Static Library)
Group: Development/Libraries/C and C++
Requires: %{name}-devel = %{version}
@ -105,7 +102,6 @@ against %{name}.
%package -n yajl
Summary: Yet Another JSON Library Tools
Group: Productivity/Text/Utilities
Requires: %{name}%{soname} = %{version}