]> git.pld-linux.org Git - packages/json-c.git/commitdiff
- pl auto/ti/json-c-0_9-1
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 12 Oct 2011 19:29:38 +0000 (19:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- revised docs
- License is MIT

Changed files:
    json-c.spec -> 1.2

json-c.spec

index 15e6d1d4b803221cd6665f0d73f3d05762052a31..9ea65148f9e4e87e5711ae6fb665bbbcbc2102e8 100644 (file)
@@ -1,8 +1,9 @@
 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
@@ -15,22 +16,36 @@ 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.
 
+%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
 
@@ -52,15 +67,15 @@ rm -rf $RPM_BUILD_ROOT
 
 %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
This page took 0.112544 seconds and 4 git commands to generate.