]> git.pld-linux.org Git - packages/libPropList.git/blob - libPropList.spec
- added striping shared bibraries,
[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 strip $RPM_BUILD_ROOT/usr/X11R6/lib/lib*.so.*.*
63
64 bzip2 -9  AUTHORS ChangeLog NEWS README
65
66 %post   -p /sbin/ldconfig
67 %postun -p /sbin/ldconfig
68
69 %clean
70 rm -r $RPM_BUILD_ROOT
71
72 %files
73 %defattr(644,root,root,755)
74 %doc AUTHORS.bz2 ChangeLog.bz2 NEWS.bz2 README.bz2
75 %attr(755,root,root) /usr/X11R6/lib/lib*.so.*.*
76
77 %files devel
78 %defattr(644,root,root,755)
79 %attr(755,root,root) /usr/X11R6/lib/lib*.so
80 /usr/X11R6/include/*.h
81
82 %files static
83 %defattr(644,root,root,755)
84 /usr/X11R6/lib/lib*.a
85 /usr/X11R6/lib/lib*.la
86
87 %changelog
88 * Fri Jan 29 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
89   [0.8.3-1d]
90 - added striping shared bibraries,
91 - removed "Prereq: /sbin/ldconfig" (this is generated automatically),
92 - changed base Source url and added using %%{version} macro in Source,
93 - fixed Requires for static subpackage 
94   (must be %%{name}-devel = %%{version}).
95
96 * Fri Jan 29 1999 Artur Frysiak <wiget@usa.net>
97 - separated from WindowMaker.spec
This page took 0.064109 seconds and 3 git commands to generate.