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