]> git.pld-linux.org Git - packages/libPropList.git/blob - libPropList.spec
- compiled on rpm 3
[packages/libPropList.git] / libPropList.spec
1 Summary:        libPropList library
2 Summary(pl):    Biblioteka libPropList
3 Name:           libPropList
4 Version:        0.8.3
5 Release:        4
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 bibliotek± wymagan± przez 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 gzip -9nf 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,ChangeLog,NEWS,README}.gz
75
76 %attr(755,root,root) /usr/X11R6/lib/lib*.so.*.*
77
78 %files devel
79 %defattr(644,root,root,755)
80 %attr(755,root,root) /usr/X11R6/lib/lib*.so
81 /usr/X11R6/include/*.h
82
83 %files static
84 %defattr(644,root,root,755)
85 /usr/X11R6/lib/lib*.a
86
87 %changelog
88 * Thu Apr 22 1999 Artur Frysiak <wiget@pld.org.pl>
89   [0.8.3-4]
90 - compiled on rpm 3
91
92 * Sun Mar 14 1999 Micha³ Kuratczyk <kura@pld.org.pl>
93   [0.8.3-3]
94 - gzipping documentation (instead bzipping)
95 - fixed pl translation
96
97 * Wed Feb 24 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
98   [0.8.3-2]
99 - added "Conflicts: glibc <= 2.0.7" for preven installing with proper
100   version glibc,
101 - removed /usr/X11R6/lib/lib*.la from static.
102
103 * Fri Jan 29 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
104   [0.8.3-1]
105 - added striping shared bibraries,
106 - removed "Prereq: /sbin/ldconfig" (this is generated automatically),
107 - changed base Source url and added using %%{version} macro in Source,
108 - fixed Requires for static subpackage 
109   (must be %%{name}-devel = %%{version}).
110
111 * Fri Jan 29 1999 Artur Frysiak <wiget@usa.net>
112 - separated from WindowMaker.spec
This page took 0.078338 seconds and 3 git commands to generate.