]> git.pld-linux.org Git - packages/libpng.git/blob - libpng.spec
- rel 2
[packages/libpng.git] / libpng.spec
1 # NOTE: try to switch to ac/am/lt build on 1.2.x->1.4.x upgrade
2 Summary:        PNG library
3 Summary(de.UTF-8):      PNG-Library
4 Summary(es.UTF-8):      Biblioteca PNG
5 Summary(fr.UTF-8):      Librarie PNG
6 Summary(pl.UTF-8):      Biblioteka PNG
7 Summary(pt_BR.UTF-8):   Biblioteca PNG
8 Summary(tr.UTF-8):      PNG kitaplığı
9 Name:           libpng
10 Version:        1.2.24
11 Release:        2
12 Epoch:          2
13 License:        distributable
14 Group:          Libraries
15 Source0:        http://dl.sourceforge.net/libpng/%{name}-%{version}.tar.bz2
16 # Source0-md5:  1e676c5cc7dfa4ef78affe8fb8f1011d
17 Patch0:         %{name}-pngminus.patch
18 Patch1:         %{name}-opt.patch
19 Patch2:         %{name}-norpath.patch
20 Patch3:         %{name}-export_old.patch
21 Patch4:         %{name}-revert.patch
22 URL:            http://www.libpng.org/pub/png/libpng.html
23 BuildRequires:  rpmbuild(macros) >= 1.213
24 BuildRequires:  zlib-devel
25 %ifarch %{x8664} ia64 ppc64 s390x sparc64
26 Provides:       libpng.so.3()(64bit)
27 %else
28 Provides:       libpng.so.3
29 %endif
30 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
31
32 %description
33 The PNG library is a collection of routines used to create and
34 manipulate PNG format graphics files. The PNG format was designed as a
35 replacement for GIF, with many improvements and extensions.
36
37 %description -l de.UTF-8
38 Die PNG-Library ist eine Sammlung von Routinen zum Erstellen und
39 Bearbeiten von Grafiken im PNG-Format. Das PNG-Format wurde als Ersatz
40 für GIF entwickelt und enthält viele Verbesserungen und Erweiterungen.
41
42 %description -l es.UTF-8
43 Esta biblioteca es una colección de rutinas para crear y manipular
44 archivos gráficos en el formato PNG. Este formato fue proyectado para
45 substituir el
46
47 %description -l fr.UTF-8
48 La librairie PNG est un ensemble de routines utilisées pour créer et
49 manipuler des fichiers graphiques au format PNG. Le format PNG a été
50 élaboré pour remplacer le GIF, avec de nombreuses améliorations et
51 extensions.
52
53 %description -l pl.UTF-8
54 Biblioteki PNG są kolekcją form używanych do tworzenia i manipulowania
55 plikami w formacie graficznym PNG. Format ten został stworzony jako
56 zamiennik dla formatu GIF, z wieloma rozszerzeniami i nowościami.
57
58 %description -l pt_BR.UTF-8
59 Esta biblioteca é uma coleção de rotinas para criar e manipular
60 arquivos gráficos no formato PNG. Este formato foi projetado para
61 substituir o formato GIF, com extensões e melhorias.
62
63 %description -l tr.UTF-8
64 PNG kitaplığı, PNG formatındaki resim dosyalarını işlemeye yönelik
65 yordamları içerir. PNG, GIF formatının yerini almak üzere tasarlanmış
66 bir resim formatıdır.
67
68 %package devel
69 Summary:        Header files for libpng
70 Summary(de.UTF-8):      libpng Headers
71 Summary(es.UTF-8):      Archivos de inclusión y bibliotecas estáticas
72 Summary(fr.UTF-8):      en-têtes et bibliothèques statiques
73 Summary(pl.UTF-8):      Pliki nagłówkowe libpng
74 Summary(pt_BR.UTF-8):   Arquivos de inclusão e bibliotecas estáticas
75 Summary(tr.UTF-8):      başlık dosyaları ve statik kitaplıklar
76 Group:          Development/Libraries
77 Requires:       %{name} = %{epoch}:%{version}-%{release}
78 Requires:       zlib-devel
79 Conflicts:      libpng < 1.0.15
80
81 %description devel
82 The header files are only needed for development of programs using the
83 PNG library.
84
85 %description devel -l de.UTF-8
86 Die Header-Dateien werden nur zur Entwicklung von Programmen mit der
87 PNG-Library benötigt.
88
89 %description devel -l es.UTF-8
90 Archivos de inclusión y bibliotecas estáticas que son necesarios
91 solamente para el desarrollo de programas que usan la biblioteca PNG.
92
93 %description devel -l fr.UTF-8
94 Fichiers d'en-tete et les librairies qui sont requis seulement pour le
95 développement avec la librairie PNG.
96
97 %description devel -l pl.UTF-8
98 W pakiecie tym znajdują się pliki nagłówkowe, przeznaczone dla
99 programistów używających bibliotek PNG.
100
101 %description devel -l pt_BR.UTF-8
102 Arquivos de inclusão e bibliotecas estáticas que são necessários
103 somente para o desenvolvimento de programas que usam a biblioteca PNG.
104
105 %description devel -l tr.UTF-8
106 PNG kitaplığını kullanan programlar geliştirmek için gereken
107 kitaplıklar ve başlık dosyaları.
108
109 %package static
110 Summary:        Static PNG libraries
111 Summary(de.UTF-8):      Statischen PNG Libraries
112 Summary(pl.UTF-8):      Biblioteki statyczne PNG
113 Summary(pt_BR.UTF-8):   Bibliotecas estáticas para desenvolvimento com libpng
114 Group:          Development/Libraries
115 Requires:       %{name}-devel = %{epoch}:%{version}-%{release}
116
117 %description static
118 Static PNG libraries.
119
120 %description static -l de.UTF-8
121 Statischen PNG Libraries.
122
123 %description static -l pl.UTF-8
124 Biblioteki statyczne PNG.
125
126 %description static -l pt_BR.UTF-8
127 Bibliotecas estáticas para desenvolvimento com libpng.
128
129 %package progs
130 Summary:        libpng utility programs
131 Summary(pl.UTF-8):      Narzędzia do plików PNG
132 Group:          Applications/Graphics
133 Requires:       %{name} = %{epoch}:%{version}-%{release}
134
135 %description progs
136 This package contains utility programs to convert PNG files to and
137 from PNM files.
138
139 %description progs -l pl.UTF-8
140 Narzędzia do konwersji plików PNG z lub do plików PNM.
141
142 %prep
143 %setup -q
144 %patch0 -p1
145 %patch1 -p1
146 %patch2 -p1
147 %patch3 -p1
148 %patch4 -p1
149
150 %ifarch %{ix86}
151 ln -sf scripts/makefile.gcmmx ./Makefile
152 %else
153 ln -sf scripts/makefile.linux ./Makefile
154 %endif
155
156 %build
157 %{__make} \
158         prefix=%{_prefix} \
159         LIBPATH=%{_libdir} \
160         CC="%{__cc}" \
161 %ifarch %{x8664} sparc sparcv9 sparc64
162         OPT_FLAGS="%{rpmcflags} -DPNG_NO_MMX_CODE"
163 %else
164         OPT_FLAGS="%{rpmcflags}"
165 %endif
166
167 %{__make} -C contrib/pngminus -f makefile.std \
168         LIBPATH=%{_libdir} \
169         CC="%{__cc}" \
170         OPT_FLAGS="%{rpmcflags}"
171
172 %install
173 rm -rf $RPM_BUILD_ROOT
174 install -d $RPM_BUILD_ROOT{%{_bindir},%{_libdir},%{_mandir}/man{3,5}} \
175         $RPM_BUILD_ROOT{%{_pkgconfigdir},%{_examplesdir}/%{name}-%{version}}
176
177 %{__make} install \
178         DESTDIR=$RPM_BUILD_ROOT \
179         prefix=%{_prefix} \
180         LIBPATH=%{_libdir} \
181         MANPATH=%{_mandir}
182
183 install contrib/pngminus/{png2pnm,pnm2png} $RPM_BUILD_ROOT%{_bindir}
184 install example.c $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
185
186 %clean
187 rm -rf $RPM_BUILD_ROOT
188
189 %post   -p /sbin/ldconfig
190 %postun -p /sbin/ldconfig
191
192 %files
193 %defattr(644,root,root,755)
194 %doc ANNOUNCE CHANGES KNOWNBUG README LICENSE
195 %attr(755,root,root) %{_libdir}/libpng12.so.*.*.*
196 %attr(755,root,root) %{_libdir}/libpng.so.*.*.*
197 %attr(755,root,root) %ghost %{_libdir}/libpng12.so.0
198 # alternative soname (symlink in PLD, so must be packaged)
199 %attr(755,root,root) %{_libdir}/libpng.so.3
200
201 %files devel
202 %defattr(644,root,root,755)
203 %doc *.txt
204 %attr(755,root,root) %{_bindir}/libpng12-config
205 %attr(755,root,root) %{_bindir}/libpng-config
206 %attr(755,root,root) %{_libdir}/libpng12.so
207 %attr(755,root,root) %{_libdir}/libpng.so
208 %{_pkgconfigdir}/libpng12.pc
209 %{_pkgconfigdir}/libpng.pc
210 %{_includedir}/libpng12
211 %{_includedir}/libpng
212 %{_includedir}/png*.h
213 %{_mandir}/man?/*
214 %{_examplesdir}/%{name}-%{version}
215
216 %files static
217 %defattr(644,root,root,755)
218 %{_libdir}/libpng12.a
219 %{_libdir}/libpng.a
220
221 %files progs
222 %defattr(644,root,root,755)
223 %attr(755,root,root) %{_bindir}/p*
This page took 0.076602 seconds and 3 git commands to generate.