[Goodies-commits] r3048 - xfce4-smartpm-plugin/trunk

Anders F Bjorklund afb at xfce.org
Wed Aug 22 16:03:40 CEST 2007


Author: afb
Date: 2007-08-22 14:03:40 +0000 (Wed, 22 Aug 2007)
New Revision: 3048

Modified:
   xfce4-smartpm-plugin/trunk/configure.in.in
   xfce4-smartpm-plugin/trunk/xfce4-smartpm-plugin.spec.in
Log:
fix distcheck

Modified: xfce4-smartpm-plugin/trunk/configure.in.in
===================================================================
--- xfce4-smartpm-plugin/trunk/configure.in.in	2007-08-22 13:53:23 UTC (rev 3047)
+++ xfce4-smartpm-plugin/trunk/configure.in.in	2007-08-22 14:03:40 UTC (rev 3048)
@@ -113,9 +113,11 @@
 AC_MSG_RESULT([$PLATFORM_LDFLAGS])
 AC_SUBST([PLATFORM_LDFLAGS])
 
-VERS=smart_vers
-AC_SUBST([VERS])
-REV=smart_version_build
+dnl indented to fool intltool-update
+	VER=smart_vers
+	REV=smart_version_build
+
+AC_SUBST([VER])
 AC_SUBST([REV])
 
 AC_OUTPUT([

Modified: xfce4-smartpm-plugin/trunk/xfce4-smartpm-plugin.spec.in
===================================================================
--- xfce4-smartpm-plugin/trunk/xfce4-smartpm-plugin.spec.in	2007-08-22 13:53:23 UTC (rev 3047)
+++ xfce4-smartpm-plugin/trunk/xfce4-smartpm-plugin.spec.in	2007-08-22 14:03:40 UTC (rev 3048)
@@ -1,5 +1,5 @@
 Name:		xfce4-smartpm-plugin
-Version:	@VERS@
+Version:	@VER@
 Release:	0. at REV@%{?dist}
 Summary:	Smart Package Manager plugin for the Xfce panel
 




More information about the Goodies-commits mailing list