]> git.pld-linux.org Git - packages/libPropList.git/commitdiff
- updated to 0.9.1, libPropList-0_9_1-1
authorkloczek <kloczek@pld-linux.org>
Wed, 6 Oct 1999 21:31:16 +0000 (21:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- new Summary and %description from Rayan Weaver spec file.

Changed files:
    libPropList.spec -> 1.18

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.069326 seconds and 4 git commands to generate.