]> git.pld-linux.org Git - packages/jasper.git/blob - jasper.spec
- added Group(es/pt_BR/ru/uk)
[packages/jasper.git] / jasper.spec
1 Summary:        JasPer - collection of software for coding and manipulation of images
2 Summary(pl):    JasPer - zestaw oprogramowania do obróbki obrazków
3 Name:           jasper
4 Version:        1.500.3
5 Release:        1
6 License:        BSD-like
7 Group:          Libraries
8 Group(de):      Libraries
9 Group(es):      Bibliotecas
10 Group(fr):      Librairies
11 Group(pl):      Biblioteki
12 Group(pt_BR):   Bibliotecas
13 Group(ru):      âÉÂÌÉÏÔÅËÉ
14 Group(uk):      â¦Â̦ÏÔÅËÉ
15 Source0:        http://www.ece.ubc.ca/~mdadams/jasper/software/%{name}-%{version}.zip
16 URL:            http://www.ece.ubc.ca/~mdadams/jasper/
17 BuildRequires:  autoconf
18 BuildRequires:  libjpeg-devel
19 BuildRequires:  unzip
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 JasPer is a collection of software (i.e., a library and application
24 programs) for the coding and manipulation of images. This software can
25 handle image data in a variety of formats. One such format supported
26 by JasPer is the JPEG-2000 code stream format defined in ISO/IEC
27 15444-1:2000 (but JasPer contains only partial implementation).
28
29 %description -l pl
30 JasPer to zestaw oprogramowania (biblioteka i aplikacje) do kodowania
31 i obróbki obrazków w ró¿nych formatach. Jednym z nich jest JPEG-2000
32 zdefiniowany w ISO/IEC 15444-1:2000 (JasPer zawiera tylko czê¶ciow±
33 implementacjê tego formatu).
34
35 %package devel
36 Summary:        JasPer - header files
37 Summary(pl):    JasPer - pliki nag³ówkowe
38 Group:          Development/Libraries
39 Group(de):      Entwicklung/Libraries
40 Group(fr):      Development/Librairies
41 Group(pl):      Programowanie/Biblioteki
42 Requires:       %{name} = %{version}
43
44 %description devel
45 Header files needed to compile programs with libjasper.
46
47 %description devel -l pl
48 Pliki nag³ówkowe potrzebne do linkowana z libjasper.
49
50 %package static
51 Summary:        JasPer - static library
52 Summary(pl):    JasPer - biblioteka statyczna
53 Group:          Development/Libraries
54 Group(de):      Entwicklung/Libraries
55 Group(fr):      Development/Librairies
56 Group(pl):      Programowanie/Biblioteki
57 Requires:       %{name}-devel = %{version}
58
59 %description static
60 Static version of libjasper..
61
62 %description static -l pl
63 Statyczna biblioteka libjasper.
64
65 %prep
66 %setup -q
67
68 %build
69 autoconf
70 %configure \
71         --enable-shared
72
73 %{__make}
74
75 %install
76 rm -rf $RPM_BUILD_ROOT
77
78 %{__make} install DESTDIR=$RPM_BUILD_ROOT
79
80 gzip -9nf LICENSE NEWS README
81
82 %clean
83 rm -rf $RPM_BUILD_ROOT
84
85 %post   -p /sbin/ldconfig
86 %postun -p /sbin/ldconfig
87
88 %files
89 %defattr(644,root,root,755)
90 %doc *.gz doc/jasper*
91 %attr(755,root,root) %{_bindir}/*
92 %attr(755,root,root) %{_libdir}/lib*.so.*.*
93
94 %files devel
95 %defattr(644,root,root,755)
96 %attr(755,root,root) %{_libdir}/lib*.so
97 %attr(755,root,root) %{_libdir}/lib*.la
98 %{_includedir}/jasper
99
100 %files static
101 %defattr(644,root,root,755)
102 %{_libdir}/lib*.a
This page took 0.045447 seconds and 3 git commands to generate.