]> git.pld-linux.org Git - packages/libpng.git/blob - libpng.spec
- updated to 1.2.10
[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.10
10 Release:        1
11 Epoch:          2
12 License:        distributable
13 Group:          Libraries
14 Source0:        http://dl.sourceforge.net/libpng/%{name}-%{version}.tar.bz2
15 # Source0-md5:  4f23eebd59ddd01a8f91ff8c823dd7d6
16 Patch0:         %{name}-pngminus.patch
17 Patch1:         %{name}-opt.patch
18 Patch2:         %{name}-revert.patch
19 Patch3:         %{name}-norpath.patch
20 Patch4:         %{name}-libdirfix.patch
21 Patch5:         %{name}-gcc-pch.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
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
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         OPT_FLAGS="%{rpmcflags}"
162 %{__make} -C contrib/pngminus -f makefile.std \
163         LIBPATH=%{_libdir} \
164         CC="%{__cc}" \
165         OPT_FLAGS="%{rpmcflags}"
166
167 %install
168 rm -rf $RPM_BUILD_ROOT
169 install -d $RPM_BUILD_ROOT{%{_bindir},%{_libdir},%{_mandir}/man{3,5}} \
170         $RPM_BUILD_ROOT{%{_pkgconfigdir},%{_examplesdir}/%{name}-%{version}}
171
172 %{__make} install \
173         DESTDIR=$RPM_BUILD_ROOT \
174         prefix=%{_prefix} \
175         LIBPATH=%{_libdir} \
176         MANPATH=%{_mandir}
177
178 install contrib/pngminus/{png2pnm,pnm2png} $RPM_BUILD_ROOT%{_bindir}
179 install example.c $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
180
181 %clean
182 rm -rf $RPM_BUILD_ROOT
183
184 %post   -p /sbin/ldconfig
185 %postun -p /sbin/ldconfig
186
187 %files
188 %defattr(644,root,root,755)
189 %doc ANNOUNCE CHANGES KNOWNBUG README LICENSE
190 %attr(755,root,root) %{_libdir}/*.so.*.*
191 %{_libdir}/libpng.so.3
192
193 %files devel
194 %defattr(644,root,root,755)
195 %doc *.txt
196 %attr(755,root,root) %{_bindir}/libpng*-config
197 %attr(755,root,root) %{_libdir}/lib*.so
198 %{_pkgconfigdir}/*
199 %{_includedir}/*
200 %{_mandir}/man?/*
201 %{_examplesdir}/%{name}-%{version}
202
203 %files static
204 %defattr(644,root,root,755)
205 %{_libdir}/lib*.a
206
207 %files progs
208 %defattr(644,root,root,755)
209 %attr(755,root,root) %{_bindir}/p*
This page took 0.076463 seconds and 4 git commands to generate.