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