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