]> git.pld-linux.org Git - packages/etox.git/blob - etox.spec
- updated to 0.9.0.004
[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/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  ecore-devel
14 BuildRequires:  libtool
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 Etox is a type setting and text layout library based on Evas. Etox
19 helps you when it comes to displaying, moving, resizing, layering,
20 clipping, aligning and coloring fonts in different styles.
21
22 Among other things, Etox provides a text layout engine that can
23 dynamically arrange text flow around other graphical obstacles.
24
25 %description -l pl
26 Etox to biblioteka sk³adania i rozmieszczania tekstu oparta na Evas.
27 Etox pomaga przy wy¶wietlaniu, przemieszczaniu, zmianie rozmiaru,
28 nawarstwianiu, przycinaniu, wyrównywaniu i kolorowaniu fontów w
29 ró¿nych stylach.
30
31 W¶ród innych rzeczy Etex dostarcza silnik do rozmieszczania tekstu
32 bêd±cy w stanie dynamicznie uk³adaæ tekst naoko³o innych przeszkód
33 graficznych.
34
35 %package devel
36 Summary:        Etox header file
37 Summary(pl):    Plik nag³ówkowy Etox
38 Group:          Development/Libraries
39 Requires:       %{name} = %{version}-%{release}
40
41 %description devel
42 Etox development header.
43
44 %description devel -l pl
45 Plik nag³ówkowy Etox.
46
47 %package static
48 Summary:        Static Etox library
49 Summary(pl):    Statyczna biblioteka Etox
50 Group:          Development/Libraries
51 Requires:       %{name}-devel = %{version}-%{release}
52
53 %description static
54 Static Etox library.
55
56 %description static -l pl
57 Statyczna biblioteka Etox.
58
59 %prep
60 %setup -q
61
62 %build
63 %{__libtoolize}
64 %{__aclocal}
65 %{__autoconf}
66 %{__autoheader}
67 %{__automake}
68 %configure
69 %{__make}
70
71 %install
72 rm -rf $RPM_BUILD_ROOT
73
74 %{__make} install \
75         DESTDIR=$RPM_BUILD_ROOT
76
77 %clean
78 rm -rf $RPM_BUILD_ROOT
79
80 %post   -p /sbin/ldconfig
81 %postun -p /sbin/ldconfig
82
83 %files
84 %defattr(644,root,root,755)
85 %doc AUTHORS COPYING README
86 %attr(755,root,root) %{_bindir}/etox_test
87 %attr(755,root,root) %{_bindir}/etox_selections
88 %attr(755,root,root) %{_libdir}/libetox.so.*.*.*
89 %{_datadir}/%{name}
90
91 %files devel
92 %defattr(644,root,root,755)
93 %attr(755,root,root) %{_bindir}/etox-config
94 %attr(755,root,root) %{_libdir}/libetox.so
95 %{_libdir}/libetox.la
96 %{_includedir}/Etox.h
97 %{_pkgconfigdir}/etox.pc
98 %{_aclocaldir}/etox.m4
99
100 %files static
101 %defattr(644,root,root,755)
102 %{_libdir}/libetox.a
This page took 0.105299 seconds and 3 git commands to generate.