rebuilt with perl 5.24 [release 6.3-2mamba;Wed Dec 07 2016]
This commit is contained in:
parent
90473a0952
commit
acfe2db837
13
texinfo.spec
13
texinfo.spec
@ -1,7 +1,7 @@
|
|||||||
%define pkgver %(echo %version | sed "s|[a-z]||")
|
%define pkgver %(echo %version | sed "s|[a-z]||")
|
||||||
Name: texinfo
|
Name: texinfo
|
||||||
Version: 6.3
|
Version: 6.3
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Tools needed to create Texinfo format documentation files
|
Summary: Tools needed to create Texinfo format documentation files
|
||||||
Group: Applications/Publishing
|
Group: Applications/Publishing
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -76,14 +76,14 @@ cat %{name}_document.lang >> %{name}.lang
|
|||||||
|
|
||||||
%post
|
%post
|
||||||
%install_info info-stnd.info
|
%install_info info-stnd.info
|
||||||
%install_info info.info
|
#% install_info info.info
|
||||||
%install_info %{name}
|
#% install_info %{name}
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
%preun
|
%preun
|
||||||
%uninstall_info info-stnd.info
|
%uninstall_info info-stnd.info
|
||||||
%uninstall_info info.info
|
#% uninstall_info info.info
|
||||||
%uninstall_info %{name}
|
#% uninstall_info %{name}
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
@ -121,6 +121,9 @@ exit 0
|
|||||||
#ChangeLog INTRODUCTION NEWS README TODO
|
#ChangeLog INTRODUCTION NEWS README TODO
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 07 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 6.3-2mamba
|
||||||
|
- rebuilt with perl 5.24
|
||||||
|
|
||||||
* Sun Sep 11 2016 Automatic Build System <autodist@mambasoft.it> 6.3-1mamba
|
* Sun Sep 11 2016 Automatic Build System <autodist@mambasoft.it> 6.3-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user