rpms/virtaal/F-12 virtaal.spec,1.14,1.15

dwayne dwayne at fedoraproject.org
Wed Dec 2 05:06:09 UTC 2009


Author: dwayne

Update of /cvs/pkgs/rpms/virtaal/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8097

Modified Files:
	virtaal.spec 
Log Message:
Fix typo in postun



Index: virtaal.spec
===================================================================
RCS file: /cvs/pkgs/rpms/virtaal/F-12/virtaal.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- virtaal.spec	27 Nov 2009 13:13:41 -0000	1.14
+++ virtaal.spec	2 Dec 2009 05:06:09 -0000	1.15
@@ -2,7 +2,7 @@
 
 Name:           virtaal
 Version:        0.5.0
-Release:        0.1.rc1%{?dist}
+Release:        0.2.rc1%{?dist}
 Summary:        Localization and translation editor
 
 Group:          Development/Tools
@@ -135,7 +135,7 @@ touch --no-create %{_datadir}/icons/hico
 %postun
 update-desktop-database &> /dev/null || :
 update-mime-database %{_datadir}/mime &> /dev/null || :
-ff [ $1 -eq 0 ] ; then
+if [ $1 -eq 0 ] ; then
     touch --no-create %{_datadir}/icons/hicolor &>/dev/null
     gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 fi
@@ -163,6 +163,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Wed Dec 2 2009 Dwayne Bailey <dwayne at translate.org.za> - 0.5.0-0.2.rc1
+- Fix typo in postun
+
 * Fri Nov 27 2009 Dwayne Bailey <dwayne at translate.org.za> - 0.5.0-0.1.rc1
 - Update to 0.5.0 rc1
    - Autoterm: Virtaal can now automatically download terminology files




More information about the scm-commits mailing list