You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
# specfile
2
2
3
+
[![CI][badge-build]][build]
4
+
[![Documentation][docs-badge]][docs]
5
+
[![License][badge-license]][license]
6
+
3
7
Python library for parsing and manipulating RPM spec files. Main focus is on modifying existing spec files, any change should result in a minimal diff.
4
8
5
9
## Motivation
@@ -310,3 +314,10 @@ To override this, you would have to redefine the `%_target_cpu` system macro (or
310
314
Here is a demo showcasing the `Specfile.update_tag()` method and its use cases:
311
315
312
316
[](https://www.youtube.com/watch?v=yzMfBPdFXZY)
0 commit comments