libxml2: 2.15.2
This commit is contained in:
commit
bdba921f3c
1 changed files with 39 additions and 0 deletions
39
libxml2.spec
Normal file
39
libxml2.spec
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
Name: libxml2
|
||||
Version: 2.15.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Library providing XML and HTML support
|
||||
|
||||
License: MIT
|
||||
URL: https://gitlab.gnome.org/GNOME/libxml2/-/wikis/home
|
||||
Source0: https://download.gnome.org/sources/libxml2/2.15/libxml2-%{version}.tar.xz
|
||||
|
||||
BuildRequires: gcc
|
||||
Requires: bash
|
||||
|
||||
%description
|
||||
This library allows to manipulate XML files.
|
||||
|
||||
%prep
|
||||
%autosetup
|
||||
|
||||
%build
|
||||
%configure --disable-static
|
||||
%make_build
|
||||
|
||||
|
||||
%install
|
||||
%make_install
|
||||
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||
|
||||
|
||||
%{?ldconfig_scriptlets}
|
||||
|
||||
|
||||
%files
|
||||
%{_libdir}/
|
||||
%{_includedir}/
|
||||
%{_bindir}/
|
||||
|
||||
%changelog
|
||||
* Thu Mar 12 2026 Dmitrii Tochanskii <tochansky@tochlab.ru>
|
||||
-
|
||||
Loading…
Add table
Add a link
Reference in a new issue