rpms/xsane/FC-6 xsane.spec,1.41,1.42

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Oct 25 06:37:16 UTC 2006


Author: nphilipp

Update of /cvs/dist/rpms/xsane/FC-6
In directory cvs.devel.redhat.com:/tmp/cvs-serv18595

Modified Files:
	xsane.spec 
Log Message:
fix typo in scriptlet (#212063)
Resolves: #212063



Index: xsane.spec
===================================================================
RCS file: /cvs/dist/rpms/xsane/FC-6/xsane.spec,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- xsane.spec	23 Oct 2006 14:51:54 -0000	1.41
+++ xsane.spec	25 Oct 2006 06:37:14 -0000	1.42
@@ -3,7 +3,7 @@
 Name: xsane
 Summary: An X Window System front-end for the SANE scanner interface.
 Version: 0.991
-Release: 3%{?dist}
+Release: 4%{?dist}
 Source0: http://www.xsane.org/download/%{name}-%{version}.tar.gz
 Source1: xsane.desktop
 Source2: xsane.conf.in
@@ -105,7 +105,7 @@
 %config %{_sysconfdir}/gimp/plugins.d/xsane.conf
 
 %post gimp
-if [ -x "%{_sbindir}/gimp-plugin-mgr"]; then
+if [ -x "%{_sbindir}/gimp-plugin-mgr" ]; then
     %{_sbindir}/gimp-plugin-mgr --install xsane
 fi
 
@@ -117,6 +117,9 @@
 fi
 
 %changelog
+* Wed Oct 25 2006 Nils Philippsen <nphilipp at redhat.com> - 0.991-4
+- fix typo in scriptlet (#212063)
+
 * Mon Oct 23 2006 Nils Philippsen <nphilipp at redhat.com> - 0.991-3
 - really don't barf on missing gimp-plugin-mgr when updating (#208159)
 




More information about the fedora-cvs-commits mailing list