forked from containers/qm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
renamed qm-windowmanager -> windowmanager move windowmanager to subsystems add windowmanager Makefile Signed-off-by: Yariv Rachmani <[email protected]>
- Loading branch information
Showing
18 changed files
with
33 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
SPECFILE_SUBPACKAGE_IMG_WINDOWMANAGER=rpm/windowmanager/windowmanager.spec | ||
|
||
.PHONY: dist | ||
dist: ## - Creates the QM windowmanager package | ||
cd $(ROOTDIR) && tar cvz \ | ||
--exclude-from=build-aux/exclude_from_tar_gz_subpackage_kvm.txt \ | ||
--dereference \ | ||
--transform s/qm/windowmanager-${VERSION}/ \ | ||
-f /tmp/qm-windowmanager-${VERSION}.tar.gz \ | ||
../qm/README.md \ | ||
../qm/SECURITY.md \ | ||
../qm/LICENSE \ | ||
../qm/ \ | ||
../subsystems/windowmanager/etc/qm/containers/containers.conf.d/qm_dropin_mount_bind_window_manager.conf | ||
|
||
cd $(ROOTDIR) && mv /tmp/qm-windowmanager-${VERSION}.tar.gz ./rpm | ||
|
||
.PHONY: rpm | ||
rpm: dist ## - Creates a local windowmanager package, useful for development | ||
mkdir -p ${RPM_TOPDIR}/{RPMS,SRPMS,BUILD,SOURCES} | ||
tools/version-update -v ${VERSION} | ||
cp ./rpm/v${VERSION}.tar.gz ${RPM_TOPDIR}/SOURCES | ||
rpmbuild -ba \ | ||
--define="_topdir ${RPM_TOPDIR}" \ | ||
--define="version ${VERSION}" \ | ||
${SPECFILE_SUBPACKAGE_IMG_WINDOWMANAGER} | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.