You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
326 B
9 lines
326 B
6 years ago
|
srpm:
|
||
|
dnf -y install git
|
||
|
git submodule update --init --recursive
|
||
|
cd deployment/fedora-package-x64; \
|
||
|
./create_tarball.sh; \
|
||
|
rpmbuild -bs pkg-src/jellyfin.spec \
|
||
|
--define "_sourcedir $$PWD/pkg-src/" \
|
||
|
--define "_srcrpmdir $(outdir)"
|