spec: Fix to have valid release version when building each plugin 17/270817/1
authorSangchul Lee <sc11.lee@samsung.com>
Wed, 9 Feb 2022 09:36:59 +0000 (18:36 +0900)
committerSangchul Lee <sc11.lee@samsung.com>
Wed, 9 Feb 2022 09:36:59 +0000 (18:36 +0900)
Change-Id: I1f428505d85428385e7cef721c0499306cb0a804
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
packaging/gstreamer.spec

index 4d5731d..be06162 100644 (file)
@@ -48,7 +48,7 @@
   %endif
 
   %define _source_path subprojects/%{_name}
-  %define _release _%{plugin}_release
+  %define _release %{_%{plugin}_release}
 
 %else