|
@@ -2,27 +2,27 @@ VERSION := $(shell sed -ne '/^Version:/s/.* *//p' fedora/jellyfin.spec)
|
|
|
|
|
|
srpm:
|
|
srpm:
|
|
cd fedora/; \
|
|
cd fedora/; \
|
|
- SOURCE_DIR=.. \
|
|
|
|
- WORKDIR="$${PWD}"; \
|
|
|
|
- package_temporary_dir="$${WORKDIR}/pkg-dist-tmp"; \
|
|
|
|
- pkg_src_dir="$${WORKDIR}"; \
|
|
|
|
- GNU_TAR=1; \
|
|
|
|
- tar \
|
|
|
|
- --transform "s,^\.,jellyfin-server-$(VERSION)," \
|
|
|
|
- --exclude='.git*' \
|
|
|
|
- --exclude='**/.git' \
|
|
|
|
- --exclude='**/.hg' \
|
|
|
|
- --exclude='**/.vs' \
|
|
|
|
- --exclude='**/.vscode' \
|
|
|
|
- --exclude='deployment' \
|
|
|
|
- --exclude='**/bin' \
|
|
|
|
- --exclude='**/obj' \
|
|
|
|
- --exclude='**/.nuget' \
|
|
|
|
- --exclude='*.deb' \
|
|
|
|
- --exclude='*.rpm' \
|
|
|
|
- --exclude='jellyfin-server-$(VERSION).tar.gz' \
|
|
|
|
- -czf "jellyfin-server-$(VERSION).tar.gz" \
|
|
|
|
- -C $${SOURCE_DIR} ./
|
|
|
|
|
|
+ SOURCE_DIR=.. \
|
|
|
|
+ WORKDIR="$${PWD}"; \
|
|
|
|
+ package_temporary_dir="$${WORKDIR}/pkg-dist-tmp"; \
|
|
|
|
+ pkg_src_dir="$${WORKDIR}"; \
|
|
|
|
+ GNU_TAR=1; \
|
|
|
|
+ tar \
|
|
|
|
+ --transform "s,^\.,jellyfin-server-$(VERSION)," \
|
|
|
|
+ --exclude='.git*' \
|
|
|
|
+ --exclude='**/.git' \
|
|
|
|
+ --exclude='**/.hg' \
|
|
|
|
+ --exclude='**/.vs' \
|
|
|
|
+ --exclude='**/.vscode' \
|
|
|
|
+ --exclude='deployment' \
|
|
|
|
+ --exclude='**/bin' \
|
|
|
|
+ --exclude='**/obj' \
|
|
|
|
+ --exclude='**/.nuget' \
|
|
|
|
+ --exclude='*.deb' \
|
|
|
|
+ --exclude='*.rpm' \
|
|
|
|
+ --exclude='jellyfin-server-$(VERSION).tar.gz' \
|
|
|
|
+ -czf "jellyfin-server-$(VERSION).tar.gz" \
|
|
|
|
+ -C $${SOURCE_DIR} ./
|
|
cd fedora/; \
|
|
cd fedora/; \
|
|
rpmbuild -bs jellyfin.spec \
|
|
rpmbuild -bs jellyfin.spec \
|
|
--define "_sourcedir $$PWD/" \
|
|
--define "_sourcedir $$PWD/" \
|