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