]> git.pld-linux.org Git - packages/fnlib.git/blob - fnlib.spec
- updated to 0.5.
[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(pl):      X11/Biblioteki
11 Source0:        ftp://www.rasterman.com/pub/enlightenment/libs/fnlib/%{name}-%{version}.tar.gz
12 BuildRequires:  XFree86-devel
13 BuildRequires:  imlib-devel
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %define         _prefix         /usr/X11R6
17 %define         _sysconfdir     /etc/X11
18
19 %description
20 Fnlib is a library that provides full scalable 24-bit Color font
21 rendering abilities for X.
22
23 %description -l pl
24 Fnlib jest bibliotek±, która umo¿liwia renderowanie fontów
25 skalowalnych pod X11.
26
27 %package devel
28 Summary:        Fnlib headers and documentation
29 Summary(pl):    Pliki nag³ówkowe oraz dokumentacja
30 Group:          X11/Development/Libraries
31 Group(de):      X11/Entwicklung/Libraries
32 Group(pl):      X11/Programowanie/Biblioteki
33 Requires:       %{name} = %{version}
34
35 %description devel
36 Headers and documentation for Fnlib.
37
38 %description -l pl devel
39 Pliki nag³ówkowe oraz dokumentacja dla Fnliba.
40
41 %package static
42 Summary:        Fnlib static libraries 
43 Summary(pl):    Biblioteki statyczne fnlib
44 Group:          X11/Development/Libraries
45 Group(de):      X11/Entwicklung/Libraries
46 Group(pl):      X11/Programowanie/Biblioteki
47 Requires:       %{name}-devel = %{version}
48
49 %description static
50 Fnlib static libraries.
51
52 %description -l pl static
53 Biblioteki statyczne fnlib.
54
55 %prep
56 %setup -q
57
58 %build
59 %configure
60
61 %{__make} fontsdir=%{_datadir}/fnlib_fonts
62
63 %install
64 rm -rf $RPM_BUILD_ROOT
65
66 %{__make} DESTDIR=$RPM_BUILD_ROOT install
67
68 gzip -9nf README doc/fontinfo.README
69
70 %post   -p /sbin/ldconfig
71 %postun -p /sbin/ldconfig
72
73 %clean
74 rm -rf $RPM_BUILD_ROOT
75
76 %files
77 %defattr(644,root,root,755)
78 %doc README.gz
79
80 %attr(755,root,root) %{_libdir}/lib*.so.*.*
81 %config %{_sysconfdir}/*
82 %{_datadir}/fnlib_fonts
83
84 %files devel
85 %defattr(644,root,root,755)
86 %doc doc/index.html doc/fontinfo.README.gz
87
88 %attr(755,root,root) %{_libdir}/lib*.so
89 %{_includedir}/*
90
91 %files static
92 %defattr(644,root,root,755)
93 %{_libdir}/lib*.a
This page took 0.072533 seconds and 3 git commands to generate.