]> git.pld-linux.org Git - packages/libidn.git/blobdiff - libidn.spec
- avoid expanding too much
[packages/libidn.git] / libidn.spec
index 3fc577ea614e8df69bf42e4c6c262f821a8dd679..a7149ca0e7d798d519692109d90a55cee00b40bb 100644 (file)
@@ -149,8 +149,8 @@ rm -f po/stamp-po
 
 # avoid different builds having different timestamps
 # see http://lists.pld-linux.org/mailman/pipermail/pld-devel-en/2008-August/020363.html
-d='$Date: 2008-08-27 23:03:46 $'
-d=${d#\$Date: 2008-08-27 23:03:46 ${d%%%% *}; d=$(date -d "$d" '+%d %B %Y')
+d='$Date: 2008-08-27 23:06:00 $'
+d=${d#?Date: }; d=${d%%%% *}; d=$(date -d "$d" '+%d %B %Y')
 %{__sed} -i -e "s,@value{UPDATED},$d,g" doc/libidn.texi
 
 %build
This page took 0.079335 seconds and 4 git commands to generate.