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