Hello community, here is the log from the commit of package json-c for openSUSE:Factory checked in at 2014-02-06 07:06:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/json-c (Old) and /work/SRC/openSUSE:Factory/.json-c.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "json-c" Changes: -------- --- /work/SRC/openSUSE:Factory/json-c/json-c.changes 2014-01-10 21:19:42.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.json-c.new/json-c.changes 2014-02-06 07:06:26.000000000 +0100 @@ -1,0 +2,6 @@ +Tue Feb 4 14:54:51 UTC 2014 - [email protected] + +- Update metadata (description, RPM groups), and remove .la file + in %install, not %check. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ json-c.spec ++++++ --- /var/tmp/diff_new_pack.rr8olt/_old 2014-02-06 07:06:26.000000000 +0100 +++ /var/tmp/diff_new_pack.rr8olt/_new 2014-02-06 07:06:26.000000000 +0100 @@ -23,10 +23,12 @@ Name: json-c Summary: JSON implementation in C License: MIT -Group: System/Libraries +Group: Development/Libraries/C and C++ Version: 0.11 Release: 0 -Url: https://gitub.com/%{name}/%{name}/wiki +Url: https://github.com/json-c/json-c/wiki + +#Git-Clone git://github.com/json-c/json-c Source0: https://s3.amazonaws.com/json-c_releases/releases/%{name}-%{version}.tar.gz Source1: baselibs.conf #Redone 0.11 patches @@ -42,10 +44,15 @@ representation of JSON objects. %package -n %{libsoname} -Summary: JSON shared lib +Summary: JSON-C shared library Group: System/Libraries %description -n %{libsoname} +JSON-C implements a reference counting object model that allows you to +easily construct JSON objects in C, output them as JSON formatted +strings and parse JSON formatted strings back into the C +representation of JSON objects. + This package includes the JSON library. %package -n %{libname}-devel @@ -56,6 +63,11 @@ Obsoletes: %{oldlibname}-devel < %{version} %description -n %{libname}-devel +JSON-C implements a reference counting object model that allows you to +easily construct JSON objects in C, output them as JSON formatted +strings and parse JSON formatted strings back into the C +representation of JSON objects. + This package includes header files and scripts needed for developers using the json-c library @@ -69,10 +81,15 @@ %endif %description -n %{libname}-doc -This package includes alls docs +JSON-C implements a reference counting object model that allows you to +easily construct JSON objects in C, output them as JSON formatted +strings and parse JSON formatted strings back into the C +representation of JSON objects. + +This package includes the json-c documentation. %prep -%setup -q -n %{name}-%{version} +%setup -q # Redone patches %patch0 -p1 @@ -83,10 +100,10 @@ %check %{__make} %{?_smp_mflags} check -rm -rf %{buildroot}%{_libdir}/*.la %install %makeinstall DESTDIR=$RPM_BUILD_ROOT libdir=%{_libdir} mandir=%{_mandir} +rm -Rf "%buildroot/%_libdir"/*.la # create a compatibilty pkg-config file for software needing it (cd $RPM_BUILD_ROOT%{_libdir}/pkgconfig && ln -s json-c.pc json.pc) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
