packages: json-c/json-c.spec - pl - revised docs - License is MIT

qboosh qboosh at pld-linux.org
Wed Oct 12 21:29:43 CEST 2011


Author: qboosh                       Date: Wed Oct 12 19:29:43 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- pl
- revised docs
- License is MIT

---- Files affected:
packages/json-c:
   json-c.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: packages/json-c/json-c.spec
diff -u packages/json-c/json-c.spec:1.1 packages/json-c/json-c.spec:1.2
--- packages/json-c/json-c.spec:1.1	Tue Apr 13 11:43:33 2010
+++ packages/json-c/json-c.spec	Wed Oct 12 21:29:38 2011
@@ -1,9 +1,10 @@
 # $Revision$, $Date$
 Summary:	A JSON implementation in C
+Summary(pl.UTF-8):	Implementacja JSON w C
 Name:		json-c
 Version:	0.9
 Release:	1
-License:	LGPL v2
+License:	MIT
 Group:		Development/Libraries
 Source0:	http://oss.metaparadigm.com/json-c/%{name}-%{version}.tar.gz
 # Source0-md5:	3a13d264528dcbaf3931b0cede24abae
@@ -16,22 +17,36 @@
 strings and parse JSON formatted strings back into the C
 representation of JSON objects.
 
+%description -l pl.UTF-8
+JSON-C implementuje model obiektów ze zliczaniem odwołań, pozwalający
+łatwo konstruować obiekty JSON w C, wypisywać je w postaci łańcuchów w
+formacie JSON i analizować łańcuchy w formacie JSON tworząc z powrotem
+reprezentacje obiektów JSON w C.
+
 %package devel
 Summary:	Header files for the json-c library
+Summary(pl.UTF-8):	Pliki nagłówkowe biblioteki json-c
 Group:		Development/Libraries
 Requires:	%{name} = %{version}-%{release}
 
 %description devel
 Header files for the json-c library.
 
+%description devel -l pl.UTF-8
+Pliki nagłówkowe biblioteki json-c.
+
 %package static
 Summary:	Static json-c library
+Summary(pl.UTF-8):	Statyczna biblioteka json-c
 Group:		Development/Libraries
 Requires:	%{name}-devel = %{version}-%{release}
 
 %description static
 Static json-c library.
 
+%description static -l pl.UTF-8
+Statyczna biblioteka json-c.
+
 %prep
 %setup -q
 
@@ -53,15 +68,15 @@
 
 %files
 %defattr(644,root,root,755)
-%doc README INSTALL AUTHORS NEWS README
+%doc AUTHORS COPYING ChangeLog README README.html
 %attr(755,root,root) %{_libdir}/libjson.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libjson.so.0
 
 %files devel
 %defattr(644,root,root,755)
-%{_includedir}/json
 %attr(755,root,root) %{_libdir}/libjson.so
 %{_libdir}/libjson.la
+%{_includedir}/json
 %{_pkgconfigdir}/json.pc
 
 %files static
@@ -74,6 +89,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2011/10/12 19:29:38  qboosh
+- pl
+- revised docs
+- License is MIT
+
 Revision 1.1  2010/04/13 09:43:33  arekm
 - initial
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/json-c/json-c.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list