]> git.pld-linux.org Git - packages/libpng.git/blob - libpng.spec
- added alpha patch (fix alpha channel stripping bug introduced in 1.2.7)
[packages/libpng.git] / libpng.spec
1 Summary:        PNG library
2 Summary(de):    PNG-Library
3 Summary(es):    Biblioteca PNG
4 Summary(fr):    Librarie PNG
5 Summary(pl):    Biblioteka PNG
6 Summary(pt_BR): Biblioteca PNG
7 Summary(tr):    PNG kitaplýðý
8 Name:           libpng
9 Version:        1.2.7
10 Release:        2
11 Epoch:          2
12 License:        distributable
13 Group:          Libraries
14 Source0:        http://heanet.dl.sourceforge.net/libpng/%{name}-%{version}.tar.bz2
15 # Source0-md5:  21030102f99f81c37276403e5956d198
16 Patch0:         %{name}-pngminus.patch
17 Patch1:         %{name}-badchunks.patch
18 Patch2:         %{name}-opt.patch
19 Patch3:         %{name}-revert.patch
20 Patch4:         %{name}-norpath.patch
21 Patch5:         %{name}-libdirfix.patch
22 Patch6:         %{name}-alpha.patch
23 URL:            http://www.libpng.org/pub/png/libpng.html
24 BuildRequires:  zlib-devel
25 %ifarch amd64 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
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
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
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
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
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
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):    libpng Headers
71 Summary(es):    Archivos de inclusión y bibliotecas estáticas
72 Summary(fr):    en-têtes et bibliothèques statiques
73 Summary(pl):    Pliki nag³ówkowe libpng
74 Summary(pt_BR): Arquivos de inclusão e bibliotecas estáticas
75 Summary(tr):    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
86 Die Header-Dateien werden nur zur Entwicklung von Programmen mit der
87 PNG-Library benötigt.
88
89 %description devel -l es
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
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
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
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
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):    Statischen PNG Libraries
112 Summary(pl):    Biblioteki statyczne PNG
113 Summary(pt_BR): 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
121 Statischen PNG Libraries.
122
123 %description static -l pl
124 Biblioteki statyczne PNG.
125
126 %description static -l pt_BR
127 Bibliotecas estáticas para desenvolvimento com libpng.
128
129 %package progs
130 Summary:        libpng utility programs
131 Summary(pl):    Narzêdzia do plików PNG
132 Group:          Applications/Graphics
133
134 %description progs
135 This package contains utility programs to convert PNG files to and
136 from PNM files.
137
138 %description progs -l pl
139 Narzêdzia do konwersji plików PNG z lub do plików PNM.
140
141 %prep
142 %setup -q
143 %patch0 -p1
144 %patch1 -p1
145 %patch2 -p1
146 %patch3 -p1
147 %patch4 -p1
148 %patch5 -p1
149 %patch6 -p1
150
151 %ifarch %{ix86}
152 ln -sf scripts/makefile.gcmmx ./Makefile
153 %else
154 ln -sf scripts/makefile.linux ./Makefile
155 %endif
156
157 %build
158 %{__make} \
159         prefix=%{_prefix} \
160         LIBPATH=%{_libdir} \
161         CC="%{__cc}" \
162         OPT_FLAGS="%{rpmcflags}"
163 %{__make} -C contrib/pngminus -f makefile.std \
164         LIBPATH=%{_libdir} \
165         CC="%{__cc}" \
166         OPT_FLAGS="%{rpmcflags}"
167
168 %install
169 rm -rf $RPM_BUILD_ROOT
170 install -d $RPM_BUILD_ROOT{%{_bindir},%{_libdir},%{_mandir}/man{3,5}} \
171         $RPM_BUILD_ROOT{%{_pkgconfigdir},%{_examplesdir}/%{name}-%{version}}
172
173 %{__make} install \
174         DESTDIR=$RPM_BUILD_ROOT \
175         prefix=%{_prefix} \
176         LIBPATH=%{_libdir} \
177         MANPATH=%{_mandir}
178
179 install contrib/pngminus/{png2pnm,pnm2png} $RPM_BUILD_ROOT%{_bindir}
180 install example.c $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
181
182 %clean
183 rm -rf $RPM_BUILD_ROOT
184
185 %post   -p /sbin/ldconfig
186 %postun -p /sbin/ldconfig
187
188 %files
189 %defattr(644,root,root,755)
190 %doc ANNOUNCE CHANGES KNOWNBUG README LICENSE
191 %attr(755,root,root) %{_libdir}/*.so.*.*
192 %{_libdir}/libpng.so.3
193
194 %files devel
195 %defattr(644,root,root,755)
196 %doc *.txt
197 %attr(755,root,root) %{_bindir}/libpng*-config
198 %attr(755,root,root) %{_libdir}/lib*.so
199 %{_pkgconfigdir}/*
200 %{_includedir}/*
201 %{_mandir}/man?/*
202 %{_examplesdir}/%{name}-%{version}
203
204 %files static
205 %defattr(644,root,root,755)
206 %{_libdir}/lib*.a
207
208 %files progs
209 %defattr(644,root,root,755)
210 %attr(755,root,root) %{_bindir}/p*
This page took 0.043697 seconds and 4 git commands to generate.