]> git.pld-linux.org Git - packages/libPropList.git/blob - libPropList.spec
release 8. rebuild with glibc 2.2
[packages/libPropList.git] / libPropList.spec
1 Summary:        library for reading/writing GNUstep-style defaults databases
2 Summary(pl):    Biblioteka libPropList
3 Name:           libPropList
4 Version:        0.10.1
5 Release:        8
6 License:        GPL
7 Group:          X11/Libraries
8 Group(de):      X11/Libraries
9 Group(pl):      X11/Biblioteki
10 Source0:        ftp://ftp.windowmaker.org/pub/libs/%{name}-%{version}.tar.gz
11 URL:            http://www.windowmaker.org/
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %define         _prefix         /usr
15
16 %description
17 The libPropList library, hereafter referred to as PL, uses an opaque
18 data type to represent a tree structure made of strings, data blocks,
19 arrays and dictionaries (key-value pair lists). This structure can be
20 manipulated, written out to and read in from a file, and synchronized
21 with the contents of a file. The purpose of PL is to closely mimick
22 the behaviour of the property lists used in GNUstep/OPENSTEP (there
23 formed with the NSString, NSData, NSArray and NSDictionary classes)
24 and to be compatible with it. PL enables programs that use
25 configuration or preference files to make these compatible with
26 GNUstep/OPENSTEP's user defaults handling mechanism, without needing
27 to use Objective-C or GNUstep/OPENSTEP themselves.
28
29 %description -l pl
30 libPropList jest bibliotek± wymagan± przez Window Maker'a.
31
32 %package devel
33 Summary:        libPropList libraries
34 Summary(pl):    Biblioteki libPropList
35 Group:          Development/Libraries
36 Group(de):      Entwicklung/Libraries
37 Group(fr):      Development/Librairies
38 Group(pl):      Programowanie/Biblioteki
39 Requires:       %{name} = %{version}
40
41 %description devel
42 libPropList headers files
43
44 %description devel -l pl
45 Ten pakiet zawiera pliki nag³ówkowe i biblioteki niezbêdne do
46 tworzenia aplikacji korzystaj±cych z biblioteki libPropList.
47
48 %package static
49 Summary:        libPropList static libraries
50 Summary(pl):    Biblioteki statyczne libPropList
51 Group:          Development/Libraries
52 Group(de):      Entwicklung/Libraries
53 Group(fr):      Development/Librairies
54 Group(pl):      Programowanie/Biblioteki
55 Requires:       %{name}-devel = %{version}
56
57 %description static
58 This package contains static libraries for building libPropList
59 applications.
60
61 %description static -l pl
62 Ten pakiet zawiera statyczne biblioteki niezbêdne do tworzenia
63 aplikacji korzystaj±cych z biblioteki libPropList.
64
65 %prep
66 %setup -q 
67
68 %build
69 %configure
70 %{__make} 
71
72 %install
73 rm -rf $RPM_BUILD_ROOT
74
75 %{__make} install DESTDIR=$RPM_BUILD_ROOT 
76
77 gzip -9nf AUTHORS ChangeLog NEWS README
78
79 %post   -p /sbin/ldconfig
80 %postun -p /sbin/ldconfig
81
82 %clean
83 rm -rf $RPM_BUILD_ROOT
84
85 %files
86 %defattr(644,root,root,755)
87 %attr(755,root,root) %{_libdir}/lib*.so.*.*
88
89 %files devel
90 %defattr(644,root,root,755)
91 %doc {AUTHORS,ChangeLog,NEWS,README}.gz
92 %attr(755,root,root) %{_libdir}/lib*.so
93 %attr(755,root,root) %{_libdir}/lib*.la
94 %{_includedir}/*.h
95
96 %files static
97 %defattr(644,root,root,755)
98 %{_libdir}/lib*.a
This page took 0.026701 seconds and 3 git commands to generate.