diff options
| author | ruki <[email protected]> | 2023-12-18 22:59:16 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-12-18 22:59:16 +0800 |
| commit | 92a0f01114b8001e035b0b6a01c4e689ed6a41ee (patch) | |
| tree | 197d87601898cd6a110be55a06ace6b94b278022 /xmake/scripts | |
| parent | fed3489600cad1bba8250fbdce1834a2cfd9a24b (diff) | |
fix prep
Diffstat (limited to 'xmake/scripts')
| -rw-r--r-- | xmake/scripts/xpack/srpm/srpm.spec | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xmake/scripts/xpack/srpm/srpm.spec b/xmake/scripts/xpack/srpm/srpm.spec index 36c2db90d..fd652c394 100644 --- a/xmake/scripts/xpack/srpm/srpm.spec +++ b/xmake/scripts/xpack/srpm/srpm.spec @@ -13,13 +13,11 @@ Source0: ${PACKAGE_ARCHIVEFILE} BuildRequires: gcc BuildRequires: gcc-c++ -BuildRequires: xmake %description ${PACKAGE_DESCRIPTION} %prep -%autosetup -n %{name}-%{version} -p1 %build |
