diff --git a/macros.buildsystem.autotools b/macros.buildsystem.autotools new file mode 100644 index 0000000000000000000000000000000000000000..70eb6d4f21099b7dc9b81238204801cc140e162f --- /dev/null +++ b/macros.buildsystem.autotools @@ -0,0 +1,3 @@ +%buildsystem_autotools_conf() %configure %* +%buildsystem_autotools_build() %make_build %* +%buildsystem_autotools_install() %make_install %* diff --git a/openEuler-rpm-config.spec b/openEuler-rpm-config.spec index e2007dd35434d8f42e715c6a4315d6d8180de17d..037043910b8f807c7449e2a7e3d9845ed5a8f231 100644 --- a/openEuler-rpm-config.spec +++ b/openEuler-rpm-config.spec @@ -3,7 +3,7 @@ Name: %{vendor}-rpm-config Version: 31 -Release: 37 +Release: 38 License: GPL+ AND MIT Summary: specific rpm configuration files URL: https://gitee.com/src-openeuler/openEuler-rpm-config @@ -34,6 +34,7 @@ Source105: macros.shell-completions Source106: macros.package-notes-srpm Source107: macros.valgrind-srpm Source108: macros.build-constraints +Source109: macros.buildsystem.autotools # Dependency generator scripts Source200: find-requires.ksyms @@ -211,6 +212,9 @@ sed -i "s|@OSCPE@|$(cat /etc/system-release-cpe)|" %{buildroot}%{rpmvdir}/%{vend %{rpmvdir}/find-requires.ksyms %changelog +* Wed Sep 24 2025 Funda Wang - 31-38 +- add buildsystem support for autotools + * Wed Sep 17 2025 yixiangzhike - 31-37 - remove stray backslash before colon