]> git.pld-linux.org Git - packages/fnlib.git/blob - fnlib.spec
[0.4-9]
[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:        9
6 Copyright:      LGPL
7 Group:          X11/Libraries
8 Group(pl):      X11/Biblioteki
9 Source:         ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{name}-%{version}.tar.gz
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/Development/Libraries
24 Group(pl):      X11/Programowanie/Biblioteki
25 Requires:       %{name} = %{version}
26
27 %description devel
28 Headers and documentation for Fnlib.
29
30 %description -l pl devel
31 Pliki nag³ówkowe oraz dokumentacja dla Fnliba.
32
33 %package static
34 Summary:        Fnlib static libraries 
35 Summary(pl):    Biblioteki statyczne fnlib
36 Group:          X11/Development/Libraries
37 Group(pl):      X11/Programowanie/Biblioteki
38 Requires:       %{name}-devel = %{version}
39
40 %description static
41 Fnlib static libraries 
42
43 %description -l pl static
44 Biblioteki statyczne fnlib
45
46 %prep
47 %setup -q
48
49 %build
50 CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \
51 ./configure \
52         --prefix=/usr/X11R6 \
53         --sysconfdir=/etc/X11
54
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 strip --strip-unneeded $RPM_BUILD_ROOT/usr/X11R6/lib/lib*.so.*.*
62
63 gzip -9nf {README,doc/fontinfo.README}
64
65 %post   -p /sbin/ldconfig
66 %postun -p /sbin/ldconfig
67
68 %clean
69 rm -rf $RPM_BUILD_ROOT
70
71 %files
72 %defattr(644,root,root,755)
73 %doc README.gz
74
75 %attr(755,root,root) /usr/X11R6/lib/lib*.so.*.*
76 %config /etc/X11/*
77 /usr/X11R6/share/fnlib_fonts
78
79 %files devel
80 %defattr(644,root,root,755)
81 %doc doc/index.html doc/fontinfo.README.gz
82
83 %attr(755,root,root) /usr/X11R6/lib/lib*.so
84 /usr/X11R6/include/*
85
86 %files static
87 %defattr(644,root,root)
88 /usr/X11R6/lib/lib*.a
89
90 %changelog
91 * Mon Apr 19 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
92   [0.4-9]
93 - recompiles on new rpm.
94
95 * Sun Mar 21 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
96   [0.4-2]
97 - strip with --strip-unneeded shared libraries.
98
99 * Tue Jan 05 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
100   [0.4-1]
101 - changed base Source Url to ftp://ftp.gnome.org/pub/GNOME/sources/,
102 - sysconfdir changed to /etc/X11,
103 - removed HACKING from %doc,
104 - added useing DESTDIR in "make install",
105 - added LDFLAGS="-s" to ./configure enviroment.
106
107 * Mon Oct 26 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
108   [0.3-4]
109 - header files moved to /usr/X11R6/include,
110 - fontsdir changed to /usr/X11R6/share/fnlib_fonts.
111
112 * Sat Sep 26 1998 Arkadiusz Mi¶kiewicz <misiek@misiek.eu.org>
113   [0.3-3]
114 - added pl translation.
115
116 * Tue Jul 07 1998 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
117   [0.3-2]
118 - start at Raster spec,
119 - added %changelog,
120 - build against GNU libc-2.1.
This page took 0.079171 seconds and 4 git commands to generate.