Skip to content

Instantly share code, notes, and snippets.

@wwalker
Created April 30, 2022 17:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wwalker/57cfebf82bf6fdefce73659cb0223445 to your computer and use it in GitHub Desktop.
Save wwalker/57cfebf82bf6fdefce73659cb0223445 to your computer and use it in GitHub Desktop.
meson 0.60
dnf download --source meson
rpm -i meson-0.59.4-1.fc35.src.rpm
cd ~/rpmbuild/SPECS
vim meson.spec
# change 0.59.4 to 0.60.0
cd ../SOURCES
wget https://github.com/mesonbuild/meson/releases/download/0.60.0/meson-0.60.0.tar.gz
cd ../SPECS
rpmbuild -ba meson.spec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment