take date from spec file
authorAnas Nashif <anas.nashif@intel.com>
Thu, 8 Nov 2012 02:51:34 +0000 (18:51 -0800)
committerAnas Nashif <anas.nashif@intel.com>
Sat, 6 Jul 2013 14:57:51 +0000 (10:57 -0400)
packaging/elfutils.spec

index f91e3f0..54765ae 100644 (file)
@@ -117,7 +117,7 @@ to develop applications that require these.
 %setup -q -n elfutils-%{version}
 
 %build
-modified="$(sed -n '/^----/n;s/ - .*$//;p;q' "%{_sourcedir}/%{name}.changed")"
+modified="$(sed -n '/^----/n;s/ - .*$//;p;q' "%{_sourcedir}/%{name}.changes")"
 DATE="\"$(date -d "${modified}" "+%%b %%e %%Y")\""
 TIME="\"$(date -d "${modified}" "+%%R")\""
 find . -type f -regex ".*\.c\|.*\.cpp\|.*\.h" -exec sed -i "s/__DATE__/${DATE}/g;s/__TIME__/${TIME}/g" {} +