- don't abort (un)install scriptlets when _excludedocs is set (Ville
Skytta)
This commit is contained in:
		
							parent
							
								
									fd7e4b604b
								
							
						
					
					
						commit
						ae47178e59
					
				@ -3,7 +3,7 @@
 | 
			
		||||
Summary:	A GNU tool for automatically creating Makefiles.
 | 
			
		||||
Name:		automake
 | 
			
		||||
Version:	%{api_version}
 | 
			
		||||
Release:	2
 | 
			
		||||
Release:	3
 | 
			
		||||
License:	GPL
 | 
			
		||||
Group:		Development/Tools
 | 
			
		||||
Source:		http://ftp.gnu.org/gnu/automake/automake-%{version}.tar.bz2
 | 
			
		||||
@ -47,11 +47,11 @@ rm -f $RPM_BUILD_ROOT%{_infodir}/dir
 | 
			
		||||
rm -rf ${RPM_BUILD_ROOT}
 | 
			
		||||
 | 
			
		||||
%post
 | 
			
		||||
/sbin/install-info %{_infodir}/automake.info.gz %{_infodir}/dir
 | 
			
		||||
/sbin/install-info %{_infodir}/automake.info.gz %{_infodir}/dir || :
 | 
			
		||||
 | 
			
		||||
%preun
 | 
			
		||||
if [ $1 = 0 ]; then
 | 
			
		||||
    /sbin/install-info --delete %{_infodir}/automake.info.gz %{_infodir}/dir
 | 
			
		||||
    /sbin/install-info --delete %{_infodir}/automake.info.gz %{_infodir}/dir || :
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
%files
 | 
			
		||||
@ -64,6 +64,9 @@ fi
 | 
			
		||||
%dir %{_datadir}/aclocal
 | 
			
		||||
 | 
			
		||||
%changelog
 | 
			
		||||
* Thu Jan 18 2007 Karsten Hopp <karsten@redhat.com> 1.10-3
 | 
			
		||||
- don't abort (un)install scriptlets when _excludedocs is set (Ville Skyttä)
 | 
			
		||||
 | 
			
		||||
* Tue Nov 21 2006 Karsten Hopp <karsten@redhat.com> 1.10-2
 | 
			
		||||
- rebuild
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user