diff options
Diffstat (limited to 'xmake/scripts')
| -rw-r--r-- | xmake/scripts/xpack/srpm/srpm.spec | 3 |
1 files changed, 1 insertions, 2 deletions
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 |
