]> git.pld-linux.org Git - packages/libPropList.git/blob - libPropList.spec
- changed base Source url and added using %%{version} macro in Source.
[packages/libPropList.git] / libPropList.spec
1 Summary:     libPropList library
2 Summary(pl): Biblioteka libPropList
3 Name:        libPropList
4 Version:     0.8.3
5 Release:     1d
6 Group:       X11/Libraries
7 Group(pl):   X11/Biblioteki
8 Copyright:   GPL
9 Source:      ftp://ftp.windowmaker.org/pub/libs/%{name}-%{version}.tar.gz
10 URL:         http://www.windowmaker.org/
11 BuildRoot:   /tmp/%{name}-%{version}-root
12
13 %description
14 libPropList library, needed by Window Maker.
15
16 %description -l pl
17 libPropList jest biblioteka potrzebn± do uruchamiania Window Maker'a.
18
19 %package devel
20 Summary:        libPropList libraries
21 Summary(pl):    Biblioteki libPropList
22 Group:          Development/Libraries
23 Group(pl):      Programowanie/Biblioteki
24 Requires:       %{name} = %{version}
25
26 %description devel
27 libPropList headers files
28
29 %description devel -l pl
30 Ten pakiet zawiera pliki nag³ówkowe i biblioteki niezbêdne do tworzenia
31 aplikacji korzystaj±cych z biblioteki libPropList. 
32
33 %package static
34 Summary:        libPropList static libraries
35 Summary(pl):    Biblioteki statyczne libPropList
36 Group:          Development/Libraries
37 Group(pl):      Programowanie/Biblioteki
38 Requires:       %{name}-devel = %{version}
39
40 %description static
41 This package contains static libraries for building libPropList
42 applications.
43
44 %description static -l pl
45 Ten pakiet zawiera statyczne biblioteki niezbêdne do tworzenia
46 aplikacji korzystaj±cych z biblioteki libPropList. 
47
48 %prep
49 %setup -q 
50
51 %build
52 CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \
53 ./configure \
54         --prefix=/usr/X11R6 
55 make 
56
57 %install
58 rm -rf $RPM_BUILD_ROOT
59 make install \
60         DESTDIR=$RPM_BUILD_ROOT 
61
62 bzip2 -9  AUTHORS ChangeLog NEWS README
63
64 %post   -p /sbin/ldconfig
65 %postun -p /sbin/ldconfig
66
67 %clean
68 rm -r $RPM_BUILD_ROOT
69
70 %files
71 %defattr(644,root,root,755)
72 %doc AUTHORS.bz2 ChangeLog.bz2 NEWS.bz2 README.bz2
73 %attr(755,root,root) /usr/X11R6/lib/lib*.so.*
74
75 %files devel
76 %defattr(644,root,root,755)
77 %attr(755,root,root) /usr/X11R6/lib/lib*.so
78 /usr/X11R6/include/*.h
79
80 %files static
81 %defattr(644,root,root,755)
82 /usr/X11R6/lib/lib*.a
83 /usr/X11R6/lib/lib*.la
84
85 %changelog
86 * Fri Jan 29 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
87   [0.8.3-1d]
88 - removed "Prereq: /sbin/ldconfig" (this is generated automatically),
89 - changed base Source url and added using %%{version} macro in Source,
90 - fixed Requires for static subpackage 
91   (must be %%{name}-devel = %%{version}).
92
93 * Fri Jan 29 1999 Artur Frysiak <wiget@usa.net>
94 - separated from WindowMaker.spec
This page took 0.063669 seconds and 4 git commands to generate.