We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cbf82c commit a30e179Copy full SHA for a30e179
qatzip.spec.in
@@ -1,6 +1,6 @@
1
# SPDX-License-Identifier: MIT
2
3
-%global githubname QATzip
+%global githubname @PACKAGE@
4
%global libqatzip_soversion 3
5
6
Name: @PACKAGE@
@@ -46,7 +46,7 @@ This package contains headers and libraries required to build
46
applications that use the QATzip APIs.
47
48
%prep
49
-%autosetup -p0 -n %{name}-%{version}
+%autosetup -p0 -n %{githubname}-%{version}
50
51
%build
52
%set_build_flags
0 commit comments