]> git.pld-linux.org Git - packages/fnlib.git/blob - fnlib.spec
b6a3c5f767698702892ec5c085665d87951d7332
[packages/fnlib.git] / fnlib.spec
1 Summary:        Color Font rendering library for X11R6
2 Summary(pl):    Biblioteki do renderowania fontów pod X11R6
3 Name:           fnlib
4 Version:        0.5
5 Release:        5
6 License:        LGPL
7 Group:          X11/Libraries
8 Group(de):      X11/Libraries
9 Group(es):      X11/Bibliotecas
10 Group(fr):      X11/Librairies
11 Group(pl):      X11/Biblioteki
12 Group(pt_BR):   X11/Bibliotecas
13 Group(ru):      X11/âÉÂÌÉÏÔÅËÉ
14 Group(uk):      X11/â¦Â̦ÏÔÅËÉ
15 Source0:        ftp://www.rasterman.com/pub/enlightenment/libs/fnlib/%{name}-%{version}.tar.gz
16 BuildRequires:  XFree86-devel
17 BuildRequires:  imlib-devel
18 BuildRequires:  autoconf
19 BuildRequires:  automake
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %define         _prefix         /usr/X11R6
23 %define         _sysconfdir     /etc/X11
24
25 %description
26 Fnlib is a library that provides full scalable 24-bit Color font
27 rendering abilities for X.
28
29 %description -l pl
30 Fnlib jest bibliotek±, która umo¿liwia renderowanie fontów
31 skalowalnych pod X11.
32
33 %package devel
34 Summary:        Fnlib headers and documentation
35 Summary(pl):    Pliki nag³ówkowe oraz dokumentacja
36 Group:          X11/Development/Libraries
37 Group(de):      X11/Entwicklung/Libraries
38 Group(es):      X11/Desarrollo/Bibliotecas
39 Group(fr):      X11/Development/Librairies
40 Group(pl):      X11/Programowanie/Biblioteki
41 Group(pt_BR):   X11/Desenvolvimento/Bibliotecas
42 Group(ru):      X11/òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ
43 Group(uk):      X11/òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ
44 Requires:       %{name} = %{version}
45
46 %description devel
47 Headers and documentation for Fnlib.
48
49 %description -l pl devel
50 Pliki nag³ówkowe oraz dokumentacja dla Fnliba.
51
52 %package static
53 Summary:        Fnlib static libraries 
54 Summary(pl):    Biblioteki statyczne fnlib
55 Group:          X11/Development/Libraries
56 Group(de):      X11/Entwicklung/Libraries
57 Group(es):      X11/Desarrollo/Bibliotecas
58 Group(fr):      X11/Development/Librairies
59 Group(pl):      X11/Programowanie/Biblioteki
60 Group(pt_BR):   X11/Desenvolvimento/Bibliotecas
61 Group(ru):      X11/òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ
62 Group(uk):      X11/òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ
63 Requires:       %{name}-devel = %{version}
64
65 %description static
66 Fnlib static libraries.
67
68 %description -l pl static
69 Biblioteki statyczne fnlib.
70
71 %prep
72 %setup -q
73
74 %build
75 aclocal
76 automake -a -c
77 autoconf
78 autoheader
79 %configure
80
81 %{__make} fontsdir=%{_datadir}/fnlib_fonts
82
83 %install
84 rm -rf $RPM_BUILD_ROOT
85
86 %{__make} DESTDIR=$RPM_BUILD_ROOT install
87
88 gzip -9nf README doc/fontinfo.README
89
90 %clean
91 rm -rf $RPM_BUILD_ROOT
92
93 %post   -p /sbin/ldconfig
94 %postun -p /sbin/ldconfig
95
96 %files
97 %defattr(644,root,root,755)
98 %doc README.gz
99
100 %attr(755,root,root) %{_libdir}/lib*.so.*.*
101 %config %{_sysconfdir}/*
102 %{_datadir}/fnlib_fonts
103
104 %files devel
105 %defattr(644,root,root,755)
106 %doc doc/index.html doc/fontinfo.README.gz
107
108 %attr(755,root,root) %{_libdir}/lib*.so
109 %{_includedir}/*
110
111 %files static
112 %defattr(644,root,root,755)
113 %{_libdir}/lib*.a
This page took 0.90802 seconds and 2 git commands to generate.