Update the com.github.kmwallio.thiefmd.spec
- In the build directory, run
meson dist --include-subprojects
. 1 - Copy the
meson-dist/com.github.kmwallio.thiefmd-version.tar.xz
to~/rpmbuild/SOURCES/
- Copy the
com.github.kmwallio.thiefmd.spec
into the build directory - Run the build
rpmbuild -bb com.github.kmwallio.thiefmd.spec
from the build directory. - Test installation of RPM
sudo rpm -Uhv com.github.kmwallio.thiefmd-X.Y.Z-1.fc32.x86_64.rpm
- Release resulting rpm from
~/rpmbuild/RPMS
.