diff options
| author | ruki <[email protected]> | 2023-12-18 22:41:39 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-12-18 22:41:39 +0800 |
| commit | c1bba747f0859fb6f559169563973f28905c71f7 (patch) | |
| tree | 580748622990c3548e65ab289c4591e1163b3619 /xmake/scripts | |
| parent | 9725c72f8834475640800ec1ac5315ac803cb0a0 (diff) | |
call rpmbuild
Diffstat (limited to 'xmake/scripts')
| -rw-r--r-- | xmake/scripts/xpack/srpm/srpm.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/scripts/xpack/srpm/srpm.spec b/xmake/scripts/xpack/srpm/srpm.spec index 9372e49bf..bde3d768a 100644 --- a/xmake/scripts/xpack/srpm/srpm.spec +++ b/xmake/scripts/xpack/srpm/srpm.spec @@ -7,9 +7,9 @@ Version: ${PACKAGE_VERSION} Release: 1%{?dist} Summary: ${PACKAGE_TITLE} -License: Apache-2.0 AND LicenseRef-Fedora-Public-Domain AND BSD +License: ${PACKAGE_LICENSE} URL: ${PACKAGE_HOMEPAGE} -Source0: https://github.com/xmake-io/xmake/releases/download/v%{version}/%{name}-v%{version}.tar.gz +Source0: ${PACKAGE_SOURCEDIR} BuildRequires: gcc BuildRequires: gcc-c++ |
