Do not parse changes file
authorAnas Nashif <anas.nashif@intel.com>
Fri, 22 Mar 2013 21:16:17 +0000 (14:16 -0700)
committerChanho Park <chanho61.park@samsung.com>
Wed, 26 Nov 2014 14:33:39 +0000 (23:33 +0900)
packaging/elfutils.changes
packaging/elfutils.spec

index e735c6f..e3c8402 100644 (file)
@@ -1,7 +1,5 @@
+* Fri Mar 22 2013 Anas Nashif <anas.nashif@intel.com> submit/trunk/20130322.175838@d05566b
+- Do not parse changes file
+
 * Fri Mar 22 2013 Anas Nashif <anas.nashif@intel.com> upstream/0.153@d038d48
 - Fixed package groups
-
--------------------------------------------------------------------
-Tue Sep  4 13:05:25 UTC 2012 - anas.nashif@intel.com
-
-- Updated
index 2651a23..9ef6353 100644 (file)
@@ -117,10 +117,10 @@ to develop applications that require these.
 %setup -q -n elfutils-%{version}
 
 %build
-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" {} +
+#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" {} +
 autoreconf -fi
 %configure --program-prefix=eu-
 make %{?_smp_mflags}