From 3783d9df16be35941fb2fa31e4fb91d07b6111d9 Mon Sep 17 00:00:00 2001 From: ultra_planet Date: Sat, 9 May 2020 09:39:24 +0800 Subject: [PATCH 1/3] add yaml file --- autoconf213.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 autoconf213.yaml diff --git a/autoconf213.yaml b/autoconf213.yaml new file mode 100644 index 0000000..f9b5f70 --- /dev/null +++ b/autoconf213.yaml @@ -0,0 +1,4 @@ +version_control: git +src_repo: git://git.sv.gnu.org/autoconf +tag_prefix: "^v" +seperator: "." -- Gitee From 54889c3d7c3fc066700093d9dd8c8f972c3006b7 Mon Sep 17 00:00:00 2001 From: lyn1001 Date: Fri, 25 Sep 2020 17:54:00 +0800 Subject: [PATCH 2/3] delete %post and %preun --- autoconf213.spec | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/autoconf213.spec b/autoconf213.spec index aec49dc..4b6350e 100644 --- a/autoconf213.spec +++ b/autoconf213.spec @@ -1,6 +1,6 @@ Name: autoconf213 Version: 2.13 -Release: 42 +Release: 43 Summary: An extensible package to automatically configure software source code packages License: GPLv2+ URL: https://www.gnu.org/software/autoconf/ @@ -49,14 +49,6 @@ rm -f %{buildroot}%{_bindir}/autoscan-%{version} %check make check -%post -/sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir || : - -%preun -if [ "$1" = 0 ]; then - /sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir || : -fi - %files %doc README %license AUTHORS COPYING @@ -68,6 +60,9 @@ fi %{_infodir}/*.info* %changelog +* Fri Sep 25 2020 yanan li - 2.13-43 +- delete %post and %preun + * Thu Dec 5 2019 openEuler Buildteam - 2.13-42 - Change the URL to a valid one -- Gitee From ebeae0b52f7ca9fe603f64eceaa284a3f25e9891 Mon Sep 17 00:00:00 2001 From: lyn1001 Date: Fri, 25 Sep 2020 17:58:39 +0800 Subject: [PATCH 3/3] delete %post and %preun --- autoconf213.yaml | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 autoconf213.yaml diff --git a/autoconf213.yaml b/autoconf213.yaml deleted file mode 100644 index f9b5f70..0000000 --- a/autoconf213.yaml +++ /dev/null @@ -1,4 +0,0 @@ -version_control: git -src_repo: git://git.sv.gnu.org/autoconf -tag_prefix: "^v" -seperator: "." -- Gitee