diff --git a/texinfo.spec b/texinfo.spec index b093582..e0c450b 100644 --- a/texinfo.spec +++ b/texinfo.spec @@ -1,7 +1,7 @@ %define pkgver %(echo %version | sed "s|[a-z]||") Name: texinfo Version: 6.3 -Release: 1mamba +Release: 2mamba Summary: Tools needed to create Texinfo format documentation files Group: Applications/Publishing Vendor: openmamba @@ -76,14 +76,14 @@ cat %{name}_document.lang >> %{name}.lang %post %install_info info-stnd.info -%install_info info.info -%install_info %{name} +#% install_info info.info +#% install_info %{name} exit 0 %preun %uninstall_info info-stnd.info -%uninstall_info info.info -%uninstall_info %{name} +#% uninstall_info info.info +#% uninstall_info %{name} exit 0 %files -f %{name}.lang @@ -121,6 +121,9 @@ exit 0 #ChangeLog INTRODUCTION NEWS README TODO %changelog +* Wed Dec 07 2016 Silvan Calarco 6.3-2mamba +- rebuilt with perl 5.24 + * Sun Sep 11 2016 Automatic Build System 6.3-1mamba - automatic version update by autodist