Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 66ef4383cf8f7280553b70c6b581429c > files > 8

emma-2.0.5312-7.fc15.src.rpm

--- build.xml	2008-04-25 16:29:49.000000000 -0400
+++ build.xml	2008-04-25 16:28:16.000000000 -0400
@@ -141,8 +141,16 @@
     <delete dir="${release.dir}"/>
   </target>
 
+  <target name="timestamp" depends="init, timestamp.rpmbuild, -timestamp.2, -timestamp.2, -timestamp.3, -timestamp.4, -timestamp.5">
+  </target>
 
-  <target name="timestamp" depends="init, -timestamp.1, -timestamp.2, -timestamp.3, -timestamp.4, -timestamp.5">
+  <target name="timestamp.rpmbuild" depends="init">
+      <exec executable="/bin/sh">
+	  <arg line="emma-timestamp.sh ${temp.dir}/timestamp.properties"/>
+      </exec>
+      <exec executable="/bin/sh">
+	  <arg line="emma-timestamp2.sh ${temp.dir}/.ready.build.stamp"/>
+      </exec>
   </target>
 
   <target name="-timestamp.1" depends="init" unless="build.is.dirty" >