Skip to content

Commit

Permalink
QATAPP-27194: Modify spec.in file, to fix tar-file unpacking dut to e…
Browse files Browse the repository at this point in the history
…rror directory issue

Modify spec.in file, to fix tar-file unpacking dut to error directory issue

Change-Id: Ib27f4e1833fa794c2730f6ef959524209eab54ba
Signed-off-by: XingHongChenIntel <[email protected]>
Signed-off-by: Chengfei Zhu <[email protected]>
  • Loading branch information
XingHongChenIntel authored and cfzhu committed Aug 11, 2022
1 parent 6cbf82c commit a30e179
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qatzip.spec.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SPDX-License-Identifier: MIT

%global githubname QATzip
%global githubname @PACKAGE@
%global libqatzip_soversion 3

Name: @PACKAGE@
Expand Down Expand Up @@ -46,7 +46,7 @@ This package contains headers and libraries required to build
applications that use the QATzip APIs.

%prep
%autosetup -p0 -n %{name}-%{version}
%autosetup -p0 -n %{githubname}-%{version}

%build
%set_build_flags
Expand Down

0 comments on commit a30e179

Please sign in to comment.