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