7 lines
164 B
Makefile
7 lines
164 B
Makefile
srpm:
|
|
dnf -y install wget
|
|
find -type f -executable -exec {} \;
|
|
cp -r ./* /builddir/build/SOURCES/
|
|
rpmbuild -bs *.spec
|
|
cp -r /builddir/build/SRPMS/* \$(outdir)
|