From e620e5eb4d95832db3133140f4177bd24fc63c24 Mon Sep 17 00:00:00 2001 From: ruki Date: Mon, 18 Dec 2023 23:40:08 +0800 Subject: fix prep --- xmake/scripts/xpack/srpm/srpm.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'xmake/scripts') diff --git a/xmake/scripts/xpack/srpm/srpm.spec b/xmake/scripts/xpack/srpm/srpm.spec index fa16a64af..cc82b87d2 100644 --- a/xmake/scripts/xpack/srpm/srpm.spec +++ b/xmake/scripts/xpack/srpm/srpm.spec @@ -18,6 +18,7 @@ BuildRequires: gcc-c++ ${PACKAGE_DESCRIPTION} %prep +%autosetup -n ${PACKAGE_PREFIXDIR} -p1 %build @@ -27,8 +28,6 @@ ${PACKAGE_INSTALLCMDS} %check %files -/resources/assets/file1.txt -/resources/assets/file2.txt %changelog * ${PACKAGE_DATE} ${PACKAGE_MAINTAINER} - ${PACKAGE_VERSION}-1 -- cgit v1.3.1