Replaced project name from audri to nnstreamer
authorGeunsik Lim <geunsik.lim@samsung.com>
Fri, 15 Jun 2018 05:45:38 +0000 (14:45 +0900)
committer함명주/동작제어Lab(SR)/Principal Engineer/삼성전자 <myungjoo.ham@samsung.com>
Mon, 18 Jun 2018 01:49:23 +0000 (10:49 +0900)
This commit is trivial.
This PR is to replace project name from `audri` to `nnstreamer` in nnstreamer.spec.

Signed-off-by: Geunsik Lim <geunsik.lim@samsung.com>
packaging/nnstreamer.spec

index 7e1e78a..35eff92 100644 (file)
@@ -86,7 +86,7 @@ popd
     unittestcoverage.py module $(pwd)
 
 # Get commit info
-    VCS=`cat ${RPM_SOURCE_DIR}/audri.spec | grep "^VCS:" | sed "s|VCS:\\W*\\(.*\\)|\\1|"`                                              
+    VCS=`cat ${RPM_SOURCE_DIR}/nnstreamer.spec | grep "^VCS:" | sed "s|VCS:\\W*\\(.*\\)|\\1|"`
                                                                                                                                        
 # Create human readable unit test coverate report web page                                                                             
     # Create null gcda files if gcov didn't create it because there is completely no unit test for them.