Created
April 30, 2022 17:32
-
-
Save wwalker/57cfebf82bf6fdefce73659cb0223445 to your computer and use it in GitHub Desktop.
meson 0.60
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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