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