# rpmbuild **Repository Path**: williamsun/rpmbuild ## Basic Information - **Project Name**: rpmbuild - **Description**: Created from GitHub repo rpmbuild - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-18 - **Last Updated**: 2024-10-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # rpmbuild build rpm package 1. prepare workspace on server host `APP_NAME=app_name APP_VERSION=app_version RELEASE=release make prepare` 2. download rpmbuild tmpl to client host. 3. edit SOURCES && SPECS contents on client host, then apply all to server host. 5. on server host `APP_NAME=app_name APP_VERSION=app_version RELEASE=release make install`