]> git.pld-linux.org Git - packages/libPropList.git/blobdiff - libPropList.spec
- updated to 0.9.1,
[packages/libPropList.git] / libPropList.spec
index b4c5286f9d88ee24a7cb14d91989917943d77109..473cc305e62d3383086f0abb409b80cad219ddcf 100644 (file)
@@ -1,7 +1,7 @@
-Summary:       libPropList library
+Summary:       library for reading/writing GNUstep-style defaults databases
 Summary(pl):   Biblioteka libPropList
 Name:          libPropList
-Version:       0.9.0
+Version:       0.9.1
 Release:       1
 Group:         X11/Libraries
 Group(pl):     X11/Biblioteki
@@ -10,10 +10,19 @@ Source:             ftp://ftp.windowmaker.org/pub/libs/%{name}-%{version}.tar.gz
 URL:           http://www.windowmaker.org/
 BuildRoot:     /tmp/%{name}-%{version}-root
 
-%define _prefix /usr/X11R6
+%define                _prefix         /usr/X11R6
 
 %description
-libPropList library, needed by Window Maker.
+The libPropList library, hereafter referred to as PL, uses an opaque data
+type to represent a tree structure made of strings, data blocks, arrays and
+dictionaries (key-value pair lists). This structure can be manipulated,
+written out to and read in from a file, and synchronized with the contents
+of a file. The purpose of PL is to closely mimick the behaviour of the
+property lists used in GNUstep/OPENSTEP (there formed with the NSString,
+NSData, NSArray and NSDictionary classes) and to be compatible with it. PL
+enables programs that use configuration or preference files to make these
+compatible with GNUstep/OPENSTEP's user defaults handling mechanism, without
+needing to use Objective-C or GNUstep/OPENSTEP themselves.
 
 %description -l pl
 libPropList jest bibliotek± wymagan± przez Window Maker'a.
@@ -58,8 +67,7 @@ make
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make install \
-       DESTDIR=$RPM_BUILD_ROOT 
+make install DESTDIR=$RPM_BUILD_ROOT 
 
 strip $RPM_BUILD_ROOT%{_libdir}/lib*.so.*.*
 
This page took 0.052262 seconds and 4 git commands to generate.