packaging: add release information to pkgversion string.
authorDongkyun Son <dongkyun.s@samsung.com>
Wed, 8 Nov 2017 01:49:50 +0000 (10:49 +0900)
committerSlava Barinov <v.barinov@samsung.com>
Thu, 27 Apr 2023 09:07:01 +0000 (12:07 +0300)
gcc (Tizen/Linaro GCC %{version} %{gcc_release} %{release}) BASEVER DATESTAMP
%{release} can provide more information(revision, build count).

Change-Id: I73e4da88ebcee0269c6875b6ef40d5690dc4de67
Signed-off-by: Dongkyun Son <dongkyun.s@samsung.com>
packaging/gcc-aarch64.spec
packaging/gcc-armv7hl.spec
packaging/gcc-armv7l.spec
packaging/linaro-gcc.spec

index f888aa5..443ff35 100644 (file)
@@ -805,7 +805,7 @@ TCFLAGS="$RPM_OPT_FLAGS" GCJFLAGS="$RPM_OPT_FLAGS" \
        --disable-libitm \
 } \
        --with-bugurl="http://bugs.tizen.org/" \
-       --with-pkgversion="Tizen/Linaro GCC %{version} %{gcc_release}" \
+       --with-pkgversion="Tizen/Linaro GCC %{version} %{gcc_release} %{release}" \
        --target=%{target_arch} \
        --host=%{host_arch} \
        --build=%{host_arch}
index c6218ae..ada6266 100644 (file)
@@ -805,7 +805,7 @@ TCFLAGS="$RPM_OPT_FLAGS" GCJFLAGS="$RPM_OPT_FLAGS" \
        --disable-libitm \
 } \
        --with-bugurl="http://bugs.tizen.org/" \
-       --with-pkgversion="Tizen/Linaro GCC %{version} %{gcc_release}" \
+       --with-pkgversion="Tizen/Linaro GCC %{version} %{gcc_release} %{release}" \
        --target=%{target_arch} \
        --host=%{host_arch} \
        --build=%{host_arch}
index 0faa013..45cade0 100644 (file)
@@ -805,7 +805,7 @@ TCFLAGS="$RPM_OPT_FLAGS" GCJFLAGS="$RPM_OPT_FLAGS" \
        --disable-libitm \
 } \
        --with-bugurl="http://bugs.tizen.org/" \
-       --with-pkgversion="Tizen/Linaro GCC %{version} %{gcc_release}" \
+       --with-pkgversion="Tizen/Linaro GCC %{version} %{gcc_release} %{release}" \
        --target=%{target_arch} \
        --host=%{host_arch} \
        --build=%{host_arch}
index f3b82e5..99f9a81 100644 (file)
@@ -802,7 +802,7 @@ TCFLAGS="$RPM_OPT_FLAGS" GCJFLAGS="$RPM_OPT_FLAGS" \
        --disable-libitm \
 } \
        --with-bugurl="http://bugs.tizen.org/" \
-       --with-pkgversion="Tizen/Linaro GCC %{version} %{gcc_release}" \
+       --with-pkgversion="Tizen/Linaro GCC %{version} %{gcc_release} %{release}" \
        --target=%{target_arch} \
        --host=%{host_arch} \
        --build=%{host_arch}