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