diff --git a/autoconf213.spec b/autoconf213.spec index aec49dc93aba04fd1d0f1d973bdb947d73965b9f..4b6350eebc101e08c01e1fd6b0a70a7bc18a40ac 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 diff --git a/autoconf213.yaml b/autoconf213.yaml deleted file mode 100644 index f9b5f709a9c08681114ca679a0fe33cbcf04a557..0000000000000000000000000000000000000000 --- a/autoconf213.yaml +++ /dev/null @@ -1,4 +0,0 @@ -version_control: git -src_repo: git://git.sv.gnu.org/autoconf -tag_prefix: "^v" -seperator: "."