]> git.pld-linux.org Git - packages/libPropList.git/commitdiff
- spec adapterized.
authorkloczek <kloczek@pld-linux.org>
Wed, 7 Jun 2000 03:14:18 +0000 (03:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libPropList.spec -> 1.25

libPropList.spec

index 30cdccdfdc6aaadb46dbaf14d2f83cc1794022a3..8d1020bc6e3e7cfa9615740995ba82733ec8f645 100644 (file)
@@ -13,16 +13,17 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %define                _prefix         /usr
 
 %description
-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.
+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.
@@ -39,8 +40,8 @@ Requires:     %{name} = %{version}
 libPropList headers files
 
 %description devel -l pl
-Ten pakiet zawiera pliki nag³ówkowe i biblioteki niezbêdne do tworzenia
-aplikacji korzystaj±cych z biblioteki libPropList.
+Ten pakiet zawiera pliki nag³ówkowe i biblioteki niezbêdne do
+tworzenia aplikacji korzystaj±cych z biblioteki libPropList.
 
 %package static
 Summary:       libPropList static libraries
@@ -55,8 +56,8 @@ This package contains static libraries for building libPropList
 applications.
 
 %description static -l pl
-Ten pakiet zawiera statyczne biblioteki niezbêdne do tworzenia aplikacji
-korzystaj±cych z biblioteki libPropList.
+Ten pakiet zawiera statyczne biblioteki niezbêdne do tworzenia
+aplikacji korzystaj±cych z biblioteki libPropList.
 
 %prep
 %setup -q 
@@ -82,6 +83,7 @@ gzip -9nf AUTHORS ChangeLog NEWS README
 rm -r $RPM_BUILD_ROOT
 
 %files
+%defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/lib*.so.*.*
 
 %files devel
@@ -92,4 +94,5 @@ rm -r $RPM_BUILD_ROOT
 %{_includedir}/*.h
 
 %files static
-%attr(644,root,root) %{_libdir}/lib*.a
+%defattr(644,root,root,755)
+%{_libdir}/lib*.a
This page took 0.132845 seconds and 4 git commands to generate.