]> git.pld-linux.org Git - packages/etox.git/blob - etox.spec
- separated library
[packages/etox.git] / etox.spec
1 Summary:        Enlightened Text Object Library
2 Summary(pl):    O¶wiecona biblioteka obiektów tekstowych (Enlightened Text Object Library)
3 Name:           etox
4 Version:        0.9.0.004
5 Release:        1
6 License:        BSD
7 Group:          X11/Libraries
8 Source0:        http://enlightenment.freedesktop.org/files/%{name}-%{version}.tar.gz
9 # Source0-md5:  ffb6de465dfc9a9b2802b414dd432932
10 URL:            http://enlightenment.org/Libraries/Etox/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  ecore-devel
14 BuildRequires:  libtool
15 BuildRequires:  pkgconfig
16 Requires:       %{name}-libs = %{version}-%{release}
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 Etox is a type setting and text layout library based on Evas. Etox
21 helps you when it comes to displaying, moving, resizing, layering,
22 clipping, aligning and coloring fonts in different styles.
23
24 Among other things, Etox provides a text layout engine that can
25 dynamically arrange text flow around other graphical obstacles.
26
27 %description -l pl
28 Etox to biblioteka sk³adania i rozmieszczania tekstu oparta na Evas.
29 Etox pomaga przy wy¶wietlaniu, przemieszczaniu, zmianie rozmiaru,
30 nawarstwianiu, przycinaniu, wyrównywaniu i kolorowaniu fontów w
31 ró¿nych stylach.
32
33 W¶ród innych rzeczy Etex dostarcza silnik do rozmieszczania tekstu
34 bêd±cy w stanie dynamicznie uk³adaæ tekst naoko³o innych przeszkód
35 graficznych.
36
37 %package libs
38 Summary:        Etox library
39 Summary(pl):    Biblioteka Etox
40 Group:          X11/Libraries
41
42 %description libs
43 Etox library.
44
45 %description libs -l pl
46 Biblioteka Etox.
47
48 %package devel
49 Summary:        Etox header file
50 Summary(pl):    Plik nag³ówkowy Etox
51 Group:          Development/Libraries
52 Requires:       %{name}-libs = %{version}-%{release}
53
54 %description devel
55 Etox development header.
56
57 %description devel -l pl
58 Plik nag³ówkowy Etox.
59
60 %package static
61 Summary:        Static Etox library
62 Summary(pl):    Statyczna biblioteka Etox
63 Group:          Development/Libraries
64 Requires:       %{name}-devel = %{version}-%{release}
65
66 %description static
67 Static Etox library.
68
69 %description static -l pl
70 Statyczna biblioteka Etox.
71
72 %prep
73 %setup -q
74
75 %build
76 %{__libtoolize}
77 %{__aclocal}
78 %{__autoconf}
79 %{__autoheader}
80 %{__automake}
81 %configure
82 %{__make}
83
84 %install
85 rm -rf $RPM_BUILD_ROOT
86
87 %{__make} install \
88         DESTDIR=$RPM_BUILD_ROOT
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 AUTHORS COPYING README
99 %attr(755,root,root) %{_bindir}/etox_test
100 %attr(755,root,root) %{_bindir}/etox_selections
101 %{_datadir}/%{name}
102
103 %files libs
104 %defattr(644,root,root,755)
105 %attr(755,root,root) %{_libdir}/libetox.so.*.*.*
106
107 %files devel
108 %defattr(644,root,root,755)
109 %attr(755,root,root) %{_bindir}/etox-config
110 %attr(755,root,root) %{_libdir}/libetox.so
111 %{_libdir}/libetox.la
112 %{_includedir}/Etox.h
113 %{_pkgconfigdir}/etox.pc
114 %{_aclocaldir}/etox.m4
115
116 %files static
117 %defattr(644,root,root,755)
118 %{_libdir}/libetox.a
This page took 0.039385 seconds and 3 git commands to generate.