From 797fa48671e6031b1559ae0e6be67779a252b4c0 Mon Sep 17 00:00:00 2001 From: fly_fzc <2385803914@qq.com> Date: Tue, 12 Jul 2022 18:07:02 +0800 Subject: [PATCH] Cleanup duplicate installation --- libxml2.spec | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/libxml2.spec b/libxml2.spec index 3583e8b..04f6e3e 100644 --- a/libxml2.spec +++ b/libxml2.spec @@ -1,7 +1,7 @@ Summary: Library providing XML and HTML support Name: libxml2 Version: 2.9.12 -Release: 8 +Release: 9 License: MIT Group: Development/Libraries Source: ftp://xmlsoft.org/libxml2/libxml2-%{version}.tar.gz @@ -102,14 +102,9 @@ sed -i 's|#!/usr/bin/python |#!%{__python3} |' py3doc/*.py find doc -type f -exec chmod 0644 \{\} \; %install -%make_install - -make clean -# for python3 %configure --with-python=%{__python3} %make_install - rm -f $RPM_BUILD_ROOT%{_libdir}/*.la rm -f $RPM_BUILD_ROOT%{_libdir}/python*/site-packages/*.a rm -f $RPM_BUILD_ROOT%{_libdir}/python*/site-packages/*.la @@ -180,6 +175,12 @@ rm -fr %{buildroot} %changelog +* Tue Jul 12 2022 fuanan - 2.9.12-9 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:Cleanup duplicate installation + * Fri Jun 24 2022 fuanan - 2.9.12-8 - Type:bugfix - ID:NA -- Gitee