7b32c148db
* Base Noto Sans and Noto Serif is updated OBS-URL: https://build.opensuse.org/package/show/M17N:fonts/google-noto-fonts?expand=0&rev=83
17 lines
1.1 KiB
Plaintext
17 lines
1.1 KiB
Plaintext
Last reviewed: 2024-12-01
|
|
1. Download the latest release tarball from here: https://github.com/notofonts/notofonts.github.io/releases
|
|
2. Rename the current specfile to old.spec then edit the versions in generate-specfile.sh and google-noto-fonts.spec.in
|
|
3. Run generate-specfile.sh to get the new specfile
|
|
- generate-specfile.sh untars your tarball and then based on the folders in fonts, generates a specfile with every package being a folder
|
|
4. Compare the two specfiles with some sort of diffing program and note any added, deleted, or renamed packages
|
|
5. Push to your branch (osc ci) to see if the package builds, osc build is of limited use
|
|
as your local vm will likely crash before the build is fully completed
|
|
6. If there are no noteworthy errors, then write the osc vc with the changes,
|
|
push, then send the submit request (osc sr). If there are, then fix them first
|
|
before submitting
|
|
|
|
If you need to change the specfile, you change it programmatically in generate-specfile.sh
|
|
rather than directly edit google-noto-fonts.spec
|
|
That way the next person who runs the script does not need to redo your changes
|
|
Editing google-noto-fonts.spec.in however is fine
|