]> git.pld-linux.org Git - packages/libxml2.git/blame_incremental - libxml2.spec
upstream fix for lxml's api abuse; rel 2
[packages/libxml2.git] / libxml2.spec
... / ...
CommitLineData
1# TODO:
2# - fix build without libxml2-devel (python library uses old headers)
3#
4# Conditional build:
5%bcond_without apidocs # do not build and package API docs
6%bcond_without python2 # CPython 2.x module
7%bcond_without python3 # CPython 3.x module
8%bcond_without static_libs # static library
9%bcond_without zlib # zlib support
10%bcond_with mem_debug # libxml2 memory debuging
11%bcond_without tests # "make check" call
12
13Summary: libXML library version 2
14Summary(es.UTF-8): Biblioteca libXML version 2
15Summary(pl.UTF-8): Biblioteka libXML wersja 2
16Summary(pt_BR.UTF-8): Biblioteca libXML versão 2
17Name: libxml2
18Version: 2.9.12
19Release: 2
20Epoch: 1
21License: MIT
22Group: Libraries
23Source0: ftp://xmlsoft.org/libxml2/%{name}-%{version}.tar.gz
24# Source0-md5: f433a39be087a9f0b197eb2307ad9f75
25Patch0: %{name}-man_fixes.patch
26Patch1: %{name}-open.gz.patch
27Patch2: %{name}-largefile.patch
28Patch3: %{name}-libx32.patch
29Patch4: lxml-api-abuse.patch
30# Fedora patches
31# https://bugzilla.gnome.org/show_bug.cgi?id=789714
32Patch11: %{name}-python3-unicode-errors.patch
33URL: http://xmlsoft.org/
34BuildRequires: autoconf >= 2.68
35BuildRequires: automake >= 1.4
36BuildRequires: libtool >= 2:2.0
37%if %{with python2}
38BuildRequires: python-devel >= 2.0
39BuildRequires: python-modules >= 2.0
40BuildRequires: rpm-pythonprov
41%endif
42%if %{with python3}
43BuildRequires: python3-devel >= 1:3.2
44BuildRequires: python3-modules >= 1:3.2
45BuildRequires: rpm-pythonprov
46%endif
47BuildRequires: rpmbuild(macros) >= 1.714
48BuildRequires: xz-devel
49%{?with_zlib:BuildRequires: zlib-devel >= 1.2.3.3}
50# history support in xmllint is disabled by default
51#BuildRequires: ncurses-devel
52#BuildRequires: readline-devel >= 4.2
53Requires: zlib >= 1.2.3.3
54Obsoletes: xml-common
55BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
56
57%description
58This library allows you to manipulate XML files.
59
60%description -l es.UTF-8
61Esta biblioteca permite manipulación de archivos XML.
62
63%description -l pl.UTF-8
64Biblioteka libxml2 umożliwia manipulowanie zawartością plików XML.
65
66%description -l pt_BR.UTF-8
67Esta biblioteca permite a manipulação de arquivos XML.
68
69%package devel
70Summary: Header files etc to develop libxml2 applications
71Summary(es.UTF-8): Biblioteca y archivos de inclusión para desarrollo de aplicaciones libXML
72Summary(pl.UTF-8): Pliki nagłówkowe i inne do libxml2
73Summary(pt_BR.UTF-8): Bibliotecas e arquivos de inclusão para desenvolvimento de aplicações que usem a biblioteca libxml
74Group: Development/Libraries
75Requires: %{name} = %{epoch}:%{version}-%{release}
76Requires: xz-devel
77Requires: zlib-devel
78
79%description devel
80Header files etc you can use to develop libxml2 applications.
81
82%description devel -l es.UTF-8
83Biblioteca y archivos de inclusión para desarrollo de aplicaciones
84libXML.
85
86%description devel -l pl.UTF-8
87Pakiet ten zawiera pliki nagłówkowe i inne do libxml2 niezbędne przy
88tworzeniu aplikacji opartych o tę bibliotekę.
89
90%description devel -l pt_BR.UTF-8
91Bibliotecas e arquivos de inclusão para desenvolvimento de aplicações
92que usem a biblioteca libxml.
93
94%package static
95Summary: Static libxml2 libraries
96Summary(es.UTF-8): Static libraries to develop libxml applications
97Summary(pl.UTF-8): Biblioteka statyczna libxml2
98Summary(pt_BR.UTF-8): Bibliotecas estáticas para desenvolvimento de aplicações que usem a biblioteca libxml
99Group: Development/Libraries
100Requires: %{name}-devel = %{epoch}:%{version}-%{release}
101
102%description static
103Static libxml2 libraries.
104
105%description static -l es.UTF-8
106Static libraries, you can use to develop libxml applications.
107
108%description static -l pl.UTF-8
109Biblioteka statyczna libxml2.
110
111%description static -l pt_BR.UTF-8
112Bibliotecas estáticas para desenvolvimento de aplicações que usem a
113biblioteca libxml.
114
115%package apidocs
116Summary: libxml2 API documentation
117Summary(pl.UTF-8): Dokumentacja API libxml2
118Group: Documentation
119Requires: gtk-doc-common
120BuildArch: noarch
121
122%description apidocs
123libxml2 API documentation.
124
125%description apidocs -l pl.UTF-8
126Dokumentacja API libxml2.
127
128%package progs
129Summary: XML files parser
130Summary(pl.UTF-8): Analizator składniowy plików XML
131Group: Applications/Text
132Requires: %{name} = %{epoch}:%{version}-%{release}
133
134%description progs
135XML files parser.
136
137%description progs -l pl.UTF-8
138Analizator składniowy plików XML.
139
140%package -n python-%{name}
141Summary: libxml2 module for Python 2.x
142Summary(pl.UTF-8): Moduł libxml2 dla Pythona 2.x
143Group: Libraries/Python
144Requires: %{name} = %{epoch}:%{version}-%{release}
145Requires: python-libs
146Obsoletes: libxml2-python
147
148%description -n python-%{name}
149This is the libxml2 module for Python 2.x, providing access to the
150libxml2 library.
151
152%description -n python-%{name} -l pl.UTF-8
153Ten pakiet zawiera moduł libxml2 dla Pythona 2.x, zapewniający dostęp
154do biblioteki libxml2.
155
156%package -n python3-%{name}
157Summary: libxml2 module for Python 3.x
158Summary(pl.UTF-8): Moduł libxml2 dla Pythona 3.x
159Group: Libraries/Python
160Requires: %{name} = %{epoch}:%{version}-%{release}
161Requires: python3-libs
162
163%description -n python3-%{name}
164This is the libxml2 module for Python 3.x, providing access to the
165libxml2 library.
166
167%description -n python3-%{name} -l pl.UTF-8
168Ten pakiet zawiera moduł libxml2 dla Pythona 3.x, zapewniający dostęp
169do biblioteki libxml2.
170
171%prep
172%setup -q
173%patch0 -p1
174%if %{with zlib}
175%patch1 -p1
176%endif
177%patch2 -p1
178%patch3 -p1
179%patch4 -p1
180%patch11 -p1
181
182%build
183%{__libtoolize}
184%{__aclocal}
185%{__autoconf}
186%{__autoheader}
187%{__automake}
188%configure \
189 --disable-silent-rules \
190 %{!?with_static_libs:--disable-static} \
191 --without-python \
192 %{!?with_zlib:--without-zlib} \
193 --with-lzma \
194 --with%{!?with_mem_debug:out}-mem-debug
195
196%{__make}
197
198%if %{with python2}
199cd python
200%py_build
201cd ..
202%endif
203
204
205%if %{with python3}
206cd python
207%py3_build
208cd ..
209%endif
210
211%if %{with tests}
212%{__make} check
213%endif
214
215%install
216rm -rf $RPM_BUILD_ROOT
217
218%{__make} install \
219 DESTDIR=$RPM_BUILD_ROOT \
220 devhelpdir=%{_gtkdocdir}/libxml2 \
221 m4datadir=%{_aclocaldir} \
222 pkgconfigdir=%{_pkgconfigdir}
223
224%if %{with python2}
225cd python
226%py_install
227
228%py_postclean
229cd ..
230%endif
231
232%if %{with python3}
233cd python
234%py3_install
235cd ..
236%endif
237
238# move html doc to -devel package
239install -d $RPM_BUILD_ROOT%{_docdir}/%{name}-devel-%{version}
240%{__mv} $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/html \
241 $RPM_BUILD_ROOT%{_docdir}/%{name}-devel-%{version}
242%{__rm} -r $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
243
244# install catalog file
245install -d $RPM_BUILD_ROOT%{_sysconfdir}/xml
246LD_LIBRARY_PATH=.libs ./xmlcatalog --create \
247 > $RPM_BUILD_ROOT%{_sysconfdir}/xml/catalog
248
249%clean
250rm -rf $RPM_BUILD_ROOT
251
252%post -p /sbin/ldconfig
253%postun -p /sbin/ldconfig
254
255%files
256%defattr(644,root,root,755)
257%doc AUTHORS ChangeLog Copyright NEWS README TODO
258%attr(755,root,root) %{_libdir}/libxml2.so.*.*.*
259%attr(755,root,root) %ghost %{_libdir}/libxml2.so.2
260%{_mandir}/man3/libxml.3*
261
262%dir %{_sysconfdir}/xml
263%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/xml/catalog
264
265%files devel
266%defattr(644,root,root,755)
267%doc %{_docdir}/%{name}-devel-%{version}
268%attr(755,root,root) %{_bindir}/xml2-config
269%attr(755,root,root) %{_libdir}/libxml2.so
270%{_libdir}/libxml2.la
271%attr(755,root,root) %{_libdir}/xml2Conf.sh
272%{_libdir}/cmake/libxml2
273%{_pkgconfigdir}/libxml-2.0.pc
274%{_aclocaldir}/libxml.m4
275%{_includedir}/libxml2
276%{_mandir}/man1/xml2-config.1*
277
278%if %{with static_libs}
279%files static
280%defattr(644,root,root,755)
281%{_libdir}/libxml2.a
282%endif
283
284%if %{with apidocs}
285%files apidocs
286%defattr(644,root,root,755)
287%{_gtkdocdir}/libxml2
288%endif
289
290%files progs
291%defattr(644,root,root,755)
292%attr(755,root,root) %{_bindir}/xmlcatalog
293%attr(755,root,root) %{_bindir}/xmllint
294%{_mandir}/man1/xmlcatalog.1*
295%{_mandir}/man1/xmllint.1*
296
297%if %{with python2}
298%files -n python-%{name}
299%defattr(644,root,root,755)
300%attr(755,root,root) %{py_sitedir}/libxml2mod.so
301%{py_sitedir}/drv_libxml2.py[co]
302%{py_sitedir}/libxml2.py[co]
303%if "%{py_ver}" > "2.4"
304%{py_sitedir}/libxml2_python-%{version}-py*.egg-info
305%endif
306%endif
307
308%if %{with python3}
309%files -n python3-%{name}
310%defattr(644,root,root,755)
311%{py3_sitedir}/__pycache__/*.py[co]
312%{py3_sitedir}/drv_libxml2.py
313%{py3_sitedir}/libxml2.py
314%{py3_sitedir}/libxml2_python-%{version}-py*.egg-info
315%attr(755,root,root) %{py3_sitedir}/libxml2mod.cpython-*.so
316%endif
This page took 0.079098 seconds and 4 git commands to generate.