rpms/aspell/devel aspell.spec,1.48,1.49

Ivana Varekova varekova at fedoraproject.org
Mon Aug 10 11:54:39 UTC 2009


Author: varekova

Update of /cvs/pkgs/rpms/aspell/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20790

Modified Files:
	aspell.spec 
Log Message:
fix typo 



Index: aspell.spec
===================================================================
RCS file: /cvs/pkgs/rpms/aspell/devel/aspell.spec,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -p -r1.48 -r1.49
--- aspell.spec	10 Aug 2009 11:50:32 -0000	1.48
+++ aspell.spec	10 Aug 2009 11:54:38 -0000	1.49
@@ -78,12 +78,12 @@ chmod 644 ${RPM_BUILD_ROOT}%{_bindir}/as
 
 %post
 /sbin/ldconfig
-if [ -f %{_infodir}/tar.info.gz ]; then
+if [ -f %{_infodir}/aspell.info.gz ]; then
     /sbin/install-info %{_infodir}/aspell.info.gz %{_infodir}/dir --entry="* Aspell: (aspell). "  || : 
 fi
 
 %post        devel
-if [ -f %{_infodir}/tar.info.gz ]; then
+if [ -f %{_infodir}/aspell.info.gz ]; then
     /sbin/install-info %{_infodir}/aspell-dev.info.gz %{_infodir}/dir --entry="* Aspell-dev: (aspell-dev). " || :
 fi
 




More information about the fedora-extras-commits mailing list