]> git.pld-linux.org Git - packages/epeg.git/blob - epeg.spec
- proper URL
[packages/epeg.git] / epeg.spec
1 Summary:        JPEG Scaling Library
2 Summary(pl):    Biblioteka do skalowania JPEG-ów
3 Name:           epeg
4 Version:        0.9.0.004
5 Release:        1
6 License:        BSD
7 Group:          Libraries
8 Source0:        http://enlightenment.freedesktop.org/files/%{name}-%{version}.tar.gz
9 # Source0-md5:  ad8505bed8deb7049dfa6322ce908f99
10 URL:            http://enlightenment.org/Libraries/Epeg/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  libjpeg-devel
14 BuildRequires:  libtool
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 Epeg is a library which provides facilities for scaling JPEG images
19 very quickly.
20
21 %description -l pl
22 Epeg to biblioteka u³atwiaj±ca bardzo szybkie skalowanie obrazów JPEG.
23
24 %package devel
25 Summary:        Epeg header files
26 Summary(pl):    Pliki nag³ówkowe Epeg
27 Group:          Development/Libraries
28 Requires:       %{name} = %{version}-%{release}
29 Requires:       libjpeg-devel
30
31 %description devel
32 Header files for Epeg.
33
34 %description devel -l pl
35 Pliki nag³ówkowe Epeg.
36
37 %package static
38 Summary:        Static Epeg library
39 Summary(pl):    Statyczna biblioteka Epeg
40 Group:          Development/Libraries
41 Requires:       %{name}-devel = %{version}-%{release}
42
43 %description static
44 Static Epeg library.
45
46 %description static -l pl
47 Statyczna biblioteka Epeg.
48
49 %prep
50 %setup -q
51
52 %build
53 %{__libtoolize}
54 %{__aclocal}
55 %{__autoconf}
56 %{__autoheader}
57 %{__automake}
58 %configure
59 %{__make}
60
61 %install
62 rm -rf $RPM_BUILD_ROOT
63
64 %{__make} install \
65         DESTDIR=$RPM_BUILD_ROOT
66
67 %clean
68 rm -rf $RPM_BUILD_ROOT
69
70 %post   -p /sbin/ldconfig
71 %postun -p /sbin/ldconfig
72
73 %files
74 %defattr(644,root,root,755)
75 %doc AUTHORS COPYING COPYING-PLAIN INSTALL README
76 %attr(755,root,root) %{_bindir}/epeg
77 %attr(755,root,root) %{_libdir}/libepeg.so.*.*.*
78
79 %files devel
80 %defattr(644,root,root,755)
81 %attr(755,root,root) %{_bindir}/epeg-config
82 %attr(755,root,root) %{_libdir}/libepeg.so
83 %{_libdir}/libepeg.la
84 %{_includedir}/Epeg*
85
86 %files static
87 %defattr(644,root,root,755)
88 %{_libdir}/libepeg.a
This page took 0.141025 seconds and 4 git commands to generate.