]> git.pld-linux.org Git - packages/libpng.git/blob - libpng.spec
- updated to 1.6.43
[packages/libpng.git] / libpng.spec
1 # NOTE: there is intel SSE optimization available but with no runtime detection;
2 #       it's enabled based on compiler flags (-msse*, either explicit or implied by -march=)
3 #
4 # Conditional build:
5 %bcond_without  tests           # don't perform "make check"
6 %bcond_without  default_libpng  # don't use this libpng as default system libpng
7 %bcond_without  static_libs     # static library
8 #
9 %define         apng_version    %{version}
10
11 Summary:        PNG library
12 Summary(de.UTF-8):      PNG-Library
13 Summary(es.UTF-8):      Biblioteca PNG
14 Summary(fr.UTF-8):      Librarie PNG
15 Summary(pl.UTF-8):      Biblioteka PNG
16 Summary(pt_BR.UTF-8):   Biblioteca PNG
17 Summary(tr.UTF-8):      PNG kitaplığı
18 Name:           libpng
19 Version:        1.6.43
20 Release:        1
21 Epoch:          2
22 License:        distributable
23 Group:          Libraries
24 Source0:        https://downloads.sourceforge.net/libpng/%{name}-%{version}.tar.xz
25 # Source0-md5:  22b8362d16c3724eba9c1fb8d187320a
26 Patch0:         https://downloads.sourceforge.net/libpng-apng/%{name}-%{apng_version}-apng.patch.gz
27 # Patch0-md5:   fc21268c9c583c5d2e7ead8a9ec17240
28 Patch1:         %{name}-pngminus.patch
29 Patch2:         %{name}-drop-Llibdir.patch
30 URL:            http://www.libpng.org/pub/png/libpng.html
31 BuildRequires:  rpmbuild(macros) >= 2.007
32 BuildRequires:  tar >= 1:1.22
33 BuildRequires:  xz >= 1:4.999.7
34 BuildRequires:  zlib-devel >= 1.2.9
35 Provides:       libpng(APNG) = 0.10
36 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
37
38 %description
39 The PNG library is a collection of routines used to create and
40 manipulate PNG format graphics files. The PNG format was designed as a
41 replacement for GIF, with many improvements and extensions.
42
43 %description -l de.UTF-8
44 Die PNG-Library ist eine Sammlung von Routinen zum Erstellen und
45 Bearbeiten von Grafiken im PNG-Format. Das PNG-Format wurde als Ersatz
46 für GIF entwickelt und enthält viele Verbesserungen und Erweiterungen.
47
48 %description -l es.UTF-8
49 Esta biblioteca es una colección de rutinas para crear y manipular
50 archivos gráficos en el formato PNG. Este formato fue proyectado para
51 substituir el
52
53 %description -l fr.UTF-8
54 La librairie PNG est un ensemble de routines utilisées pour créer et
55 manipuler des fichiers graphiques au format PNG. Le format PNG a été
56 élaboré pour remplacer le GIF, avec de nombreuses améliorations et
57 extensions.
58
59 %description -l pl.UTF-8
60 Biblioteki PNG są kolekcją form używanych do tworzenia i manipulowania
61 plikami w formacie graficznym PNG. Format ten został stworzony jako
62 zamiennik dla formatu GIF, z wieloma rozszerzeniami i nowościami.
63
64 %description -l pt_BR.UTF-8
65 Esta biblioteca é uma coleção de rotinas para criar e manipular
66 arquivos gráficos no formato PNG. Este formato foi projetado para
67 substituir o formato GIF, com extensões e melhorias.
68
69 %description -l tr.UTF-8
70 PNG kitaplığı, PNG formatındaki resim dosyalarını işlemeye yönelik
71 yordamları içerir. PNG, GIF formatının yerini almak üzere tasarlanmış
72 bir resim formatıdır.
73
74 %package devel
75 Summary:        Header files for libpng
76 Summary(de.UTF-8):      libpng Headers
77 Summary(es.UTF-8):      Archivos de inclusión y bibliotecas estáticas
78 Summary(fr.UTF-8):      en-têtes et bibliothèques statiques
79 Summary(pl.UTF-8):      Pliki nagłówkowe libpng
80 Summary(pt_BR.UTF-8):   Arquivos de inclusão e bibliotecas estáticas
81 Summary(tr.UTF-8):      başlık dosyaları ve statik kitaplıklar
82 Group:          Development/Libraries
83 Requires:       %{name} = %{epoch}:%{version}-%{release}
84 Requires:       zlib-devel
85 Provides:       libpng(APNG)-devel = 0.10
86 Conflicts:      libpng < 1.0.15
87
88 %description devel
89 The header files are only needed for development of programs using the
90 PNG library.
91
92 %description devel -l de.UTF-8
93 Die Header-Dateien werden nur zur Entwicklung von Programmen mit der
94 PNG-Library benötigt.
95
96 %description devel -l es.UTF-8
97 Archivos de inclusión y bibliotecas estáticas que son necesarios
98 solamente para el desarrollo de programas que usan la biblioteca PNG.
99
100 %description devel -l fr.UTF-8
101 Fichiers d'en-tete et les librairies qui sont requis seulement pour le
102 développement avec la librairie PNG.
103
104 %description devel -l pl.UTF-8
105 W pakiecie tym znajdują się pliki nagłówkowe, przeznaczone dla
106 programistów używających bibliotek PNG.
107
108 %description devel -l pt_BR.UTF-8
109 Arquivos de inclusão e bibliotecas estáticas que são necessários
110 somente para o desenvolvimento de programas que usam a biblioteca PNG.
111
112 %description devel -l tr.UTF-8
113 PNG kitaplığını kullanan programlar geliştirmek için gereken
114 kitaplıklar ve başlık dosyaları.
115
116 %package static
117 Summary:        Static PNG library
118 Summary(de.UTF-8):      Statisch PNG Library
119 Summary(pl.UTF-8):      Biblioteka statyczna PNG
120 Summary(pt_BR.UTF-8):   Bibliotecas estáticas para desenvolvimento com libpng
121 Group:          Development/Libraries
122 Requires:       %{name}-devel = %{epoch}:%{version}-%{release}
123 Provides:       libpng(APNG)-static = 0.10
124
125 %description static
126 Static PNG library.
127
128 %description static -l de.UTF-8
129 Statisch PNG Library.
130
131 %description static -l pl.UTF-8
132 Biblioteka statyczna PNG.
133
134 %description static -l pt_BR.UTF-8
135 Bibliotecas estáticas para desenvolvimento com libpng.
136
137 %package progs
138 Summary:        libpng utility programs
139 Summary(pl.UTF-8):      Narzędzia do plików PNG
140 Group:          Applications/Graphics
141 Requires:       %{name} = %{epoch}:%{version}-%{release}
142
143 %description progs
144 This package contains utility programs to convert PNG files to and
145 from PNM files.
146
147 %description progs -l pl.UTF-8
148 Narzędzia do konwersji plików PNG z lub do plików PNM.
149
150 %prep
151 %setup -q
152 %patch0 -p1
153 %patch1 -p1
154 %patch2 -p1
155
156 %build
157 %configure \
158         %{__enable_disable static_libs static} \
159 %ifarch %{arm} aarch64
160 %ifarch %{arm_with_neon}
161         --enable-arm-neon=yes \
162 %else
163         --enable-arm-neon=check \
164 %endif
165 %endif
166 %ifarch mipsel mips64el
167         --enable-mips-msa=check \
168 %endif
169 %ifarch ppc ppc64
170         --enable-powerpc-vsx=check
171 %endif
172
173 %{__make}
174
175 %{__make} -C contrib/pngminus \
176         LIBPATH=%{_libdir} \
177         CC="%{__cc}" \
178         OPT_FLAGS="%{rpmcppflags} %{rpmcflags}"
179
180 %{?with_tests:%{__make} -j1 check}
181
182 %install
183 rm -rf $RPM_BUILD_ROOT
184 install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
185
186 %{__make} install \
187         DESTDIR=$RPM_BUILD_ROOT
188
189 install contrib/pngminus/{png2pnm,pnm2png} $RPM_BUILD_ROOT%{_bindir}
190 install example.c $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
191
192 %if %{without default_libpng}
193 %{__rm} $RPM_BUILD_ROOT%{_bindir}/{libpng-config,pn?2pn?} \
194         $RPM_BUILD_ROOT%{_libdir}/libpng.{so,la} \
195         %{?with_static_libs:$RPM_BUILD_ROOT%{_libdir}/libpng.a} \
196         $RPM_BUILD_ROOT%{_includedir}/png*.h \
197         $RPM_BUILD_ROOT%{_pkgconfigdir}/libpng.pc \
198         $RPM_BUILD_ROOT%{_mandir}/man[35]/*png*
199 %endif
200
201 %clean
202 rm -rf $RPM_BUILD_ROOT
203
204 %post   -p /sbin/ldconfig
205 %postun -p /sbin/ldconfig
206
207 %files
208 %defattr(644,root,root,755)
209 %doc ANNOUNCE CHANGES LICENSE README TODO
210 %attr(755,root,root) %{_libdir}/libpng16.so.*.*.*
211 %attr(755,root,root) %ghost %{_libdir}/libpng16.so.16
212
213 %files devel
214 %defattr(644,root,root,755)
215 %doc libpng-manual.txt
216 %attr(755,root,root) %{_bindir}/libpng16-config
217 %attr(755,root,root) %{_libdir}/libpng16.so
218 %{_libdir}/libpng16.la
219 %{_includedir}/libpng16
220 %{_pkgconfigdir}/libpng16.pc
221 %{_examplesdir}/%{name}-%{version}
222 %if %{with default_libpng}
223 %attr(755,root,root) %{_bindir}/libpng-config
224 %attr(755,root,root) %{_libdir}/libpng.so
225 %{_libdir}/libpng.la
226 %{_pkgconfigdir}/libpng.pc
227 %{_includedir}/png*.h
228 %{_mandir}/man3/libpng.3*
229 %{_mandir}/man3/libpngpf.3*
230 %{_mandir}/man5/png.5*
231 %endif
232
233 %if %{with static_libs}
234 %files static
235 %defattr(644,root,root,755)
236 %{_libdir}/libpng16.a
237 %if %{with default_libpng}
238 %{_libdir}/libpng.a
239 %endif
240 %endif
241
242 %if %{with default_libpng}
243 %files progs
244 %defattr(644,root,root,755)
245 %attr(755,root,root) %{_bindir}/png2pnm
246 %attr(755,root,root) %{_bindir}/pngfix
247 %attr(755,root,root) %{_bindir}/png-fix-itxt
248 %attr(755,root,root) %{_bindir}/pnm2png
249 %endif
This page took 0.092335 seconds and 4 git commands to generate.