]> git.pld-linux.org Git - packages/fnlib.git/blob - fnlib.spec
- update to 0.4,
[packages/fnlib.git] / fnlib.spec
1 Summary:     Color Font rendering lobrary for X11R6
2 Summary(pl): Biblioteki do renderowania fontów pod X11R6
3 Name:        fnlib
4 Version:     0.4
5 Release:     1
6 Copyright:   LGPL
7 Group:       X11/Libraries
8 Source:      ftp://ftp.gnome.org/pub/GNOME/sources/%{name}-%{version}.tar.gz
9 Requires:    imlib >= 1.8.2
10 BuildRoot:   /tmp/%{name}-%{version}-root
11
12 %description
13 Fnlib is a library that provides full scalable 24-bit Color font rendering
14 abilities for X.
15
16 %description -l pl
17 Fnlib jest bibliotek±, która umo¿liwia renderowanie fontów skalowalnych pod
18 X11.
19
20 %package devel
21 Summary:     Fnlib headers and documentation
22 Summary(pl): Pliki nag³ówkowe oraz dokumentacja
23 Group:       X11/Libraries
24 Requires:    %{name} = %{version}
25
26 %description devel
27 Headers and documentation for Fnlib.
28
29 %description -l pl devel
30 Pliki nag³ówkowe oraz dokumentacja dla Fnliba.
31
32 %package static
33 Summary:     Fnlib static libraries 
34 Summary(pl): Biblioteki statyczne fnlib
35 Group:       X11/Libraries
36 Requires:    %{name}-devel = %{version}
37
38 %description static
39 Fnlib static libraries 
40
41 %description -l pl static
42 Biblioteki statyczne fnlib
43
44 %prep
45 %setup -q
46
47 %build
48 CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \
49 ./configure \
50         --prefix=/usr/X11R6 \
51         --sysconfdir=/etc/X11
52 make fontsdir=/usr/X11R6/share/fnlib_fonts
53
54 %install
55 rm -rf $RPM_BUILD_ROOT
56 make DESTDIR=$RPM_BUILD_ROOT install
57
58 strip $RPM_BUILD_ROOT/usr/X11R6/lib/lib*.so.*.*
59
60 %clean
61 rm -rf $RPM_BUILD_ROOT
62
63 %post   -p /sbin/ldconfig
64 %postun -p /sbin/ldconfig
65
66 %files
67 %defattr(644, root, root, 755)
68 %doc README
69 %attr(755, root, root) /usr/X11R6/lib/lib*.so.*.*
70 %config /etc/X11/*
71 /usr/X11R6/share/fnlib_fonts
72
73 %files devel
74 %defattr(644, root, root, 755)
75 %doc doc/index.html doc/fontinfo.README
76 /usr/X11R6/lib/lib*.so
77 /usr/X11R6/include/*
78
79 %files static
80 %attr(644, root,root) /usr/X11R6/lib/*.a
81
82 %changelog
83 * Tue Jan 05 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
84   [0.4-1]
85 - changed base Source Url to ftp://ftp.gnome.org/pub/GNOME/sources/,
86 - sysconfdir changed to /etc/X11,
87 - removed HACKING from %doc,
88 - added useing DESTDIR in "make install",
89 - added LDFLAGS="-s" to ./configure enviroment.
90
91 * Mon Oct 26 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
92   [0.3-4]
93 - header files moved to /usr/X11R6/include,
94 - fontsdir changed to /usr/X11R6/share/fnlib_fonts.
95
96 * Sat Sep 26 1998 Arkadiusz Mi¶kiewicz <misiek@misiek.eu.org>
97   [0.3-3]
98 - added pl translation.
99
100 * Tue Jul 07 1998 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
101   [0.3-2]
102 - start at Raster spec,
103 - added %changelog.
This page took 0.076356 seconds and 4 git commands to generate.