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