From 6979c5c44d5ff51543776eb33b51ba0a083fb4a6 Mon Sep 17 00:00:00 2001 From: starlet-dx <15929766099@163.com> Date: Thu, 17 Nov 2022 20:01:00 +0800 Subject: [PATCH] Replace openEuler with vendor --- glib.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/glib.spec b/glib.spec index 7e6b33e..08855ea 100644 --- a/glib.spec +++ b/glib.spec @@ -1,7 +1,9 @@ +%global vendor %{?_vendor:%{_vendor}}%{!?_vendor:openEuler} + Name: glib Epoch: 1 Version: 1.2.10 -Release: 56 +Release: 57 License: LGPLv2+ Summary: GLib is the core library that forms the basis for projects URL: http://www.gtk.org/ @@ -41,8 +43,8 @@ Help document for the glib package. %prep %autosetup -n %{name}-%{version} -p1 -install -p -m 0644 /usr/lib/rpm/openEuler/config.guess config.guess -install -p -m 0644 /usr/lib/rpm/openEuler/config.sub config.sub +install -p -m 0644 /usr/lib/rpm/%{vendor}/config.guess config.guess +install -p -m 0644 /usr/lib/rpm/%{vendor}/config.sub config.sub %build %configure LIBTOOL=%{_bindir}/libtool %make_build LIBTOOL=%{_bindir}/libtool @@ -74,6 +76,9 @@ make check LIBTOOL=%{_bindir}/libtool %exclude %{_infodir} %changelog +* Thu Nov 17 2022 yaoxin - 1:1.2.10-57 +- Replace openEuler with vendor + * Wed Jan 05 2022 xu_ping - 1:1.2.10-56 - fix config.guess and config.sub path error -- Gitee