]> git.pld-linux.org Git - packages/epsilon.git/blob - epsilon.spec
- library separated
[packages/epsilon.git] / epsilon.spec
1 Summary:        Enlightened Thumbnail Generator
2 Summary(pl):    O¶wiecony generator miniaturek obrazów
3 Name:           epsilon
4 Version:        0.3.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:  10118c712b42d00b332c6fe1d9257661
10 URL:            http://enlightenment.org/Libraries/Epsilon/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  edje-devel
14 BuildRequires:  epeg-devel
15 BuildRequires:  libtool
16 Requires:       %{name}-libs = %{version}-%{release}
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 Epsilon is a small, display independent, and quick thumbnailing
21 library. The lib itself conforms to the standard put forth by
22 freedesktop.org . You can find out more information about it at
23 http://triq.net/~jens/thumbnail-spec/index.html .
24
25 Epeg offers very noticeable speed increases to this standard, but it
26 is only available if the input image is a JPEG file. If the file is
27 anything other than jpg, the traditional freedesktop.org thumbnailing
28 will occur. To show the speed increase epeg offers, Epsilon can be
29 built with and without epeg.
30
31 %description -l pl
32 Epsilon to ma³a, niezale¿na od ekranu i szybka biblioteka do
33 generowania miniaturek obrazów. Sama biblioteka jest zgodna ze
34 standardem opracowanym przez freedesktop.org . Wiêcej informacji
35 mo¿na znale¼æ pod adresem
36 http://triq.net/~jens/thumbnail-spec/index.html .
37
38 Epeg oferuje bardzo zauwa¿alne przyspieszenie w stosunku do tego
39 standardu, ale jest ono dostêpne tylko je¶li obrazek jest plikiem
40 JPEG. Je¶li plik jest innego typu, zostanie u¿yte tradycyjne
41 zachowanie freedesktop.org . Aby pokazaæ przyspieszenie oferowane
42 przez epeg, Epsilon mo¿e byæ zbudowany z lub bez epeg.
43
44 %package libs
45 Summary:        Epsilon library
46 Summary(pl):    Biblioteka Epsilon
47 Group:          X11/Libraries
48
49 %description libs
50 Epsilon library.
51
52 %description libs -l pl
53 Biblioteka Epsilon.
54
55 %package devel
56 Summary:        Epsilon header file
57 Summary(pl):    Plik nag³ówkowy Epsilon
58 Group:          Development/Libraries
59 Requires:       %{name}-libs = %{version}-%{release}
60
61 %description devel
62 Epsilon thumbnailer development header.
63
64 %description devel -l pl
65 Plik nag³ówkowy biblioteki Epsilon generuj±cej miniaturki obrazów.
66
67 %package static
68 Summary:        Static Epsilon library
69 Summary(pl):    Statyczna biblioteka Epsilon
70 Group:          Development/Libraries
71 Requires:       %{name}-devel = %{version}-%{release}
72
73 %description static
74 Static Epsilon library.
75
76 %description static -l pl
77 Statyczna biblioteka Epsilon.
78
79 %prep
80 %setup -q
81
82 %build
83 %{__libtoolize}
84 %{__aclocal}
85 %{__autoconf}
86 %{__autoheader}
87 %{__automake}
88 %configure
89 %{__make}
90
91 %install
92 rm -rf $RPM_BUILD_ROOT
93
94 %{__make} install \
95         DESTDIR=$RPM_BUILD_ROOT
96
97 %clean
98 rm -rf $RPM_BUILD_ROOT
99
100 %post libs      -p /sbin/ldconfig
101 %postun libs    -p /sbin/ldconfig
102
103 %files
104 %defattr(644,root,root,755)
105 %doc AUTHORS COPYING README
106 %attr(755,root,root) %{_bindir}/epsilon
107
108 %files libs
109 %defattr(644,root,root,755)
110 %attr(755,root,root) %{_libdir}/libepsilon.so.*.*.*
111
112 %files devel
113 %defattr(644,root,root,755)
114 %attr(755,root,root) %{_bindir}/epsilon-config
115 %attr(755,root,root) %{_libdir}/libepsilon.so
116 %{_libdir}/libepsilon.la
117 %{_includedir}/Epsilon.h
118
119 %files static
120 %defattr(644,root,root,755)
121 %{_libdir}/libepsilon.a
This page took 1.172642 seconds and 3 git commands to generate.