Skip to content

Commit c266087

Browse files
Add CI, documentation and license badges (#494)
2 parents 61e261c + 47416e2 commit c266087

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# specfile
22

3+
[![CI][badge-build]][build]
4+
[![Documentation][docs-badge]][docs]
5+
[![License][badge-license]][license]
6+
37
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.
48

59
## Motivation
@@ -310,3 +314,10 @@ To override this, you would have to redefine the `%_target_cpu` system macro (or
310314
Here is a demo showcasing the `Specfile.update_tag()` method and its use cases:
311315

312316
[![Demo of Specfile.update_tag() functionality](https://img.youtube.com/vi/yzMfBPdFXZY/0.jpg)](https://www.youtube.com/watch?v=yzMfBPdFXZY)
317+
318+
[badge-build]: https://softwarefactory-project.io/zuul/api/tenant/packit-service/badge?project=packit/specfile&pipeline=check
319+
[build]: https://softwarefactory-project.io/zuul/t/packit-service/buildsets?project=packit%2Fspecfile&pipeline=check&skip=0
320+
[docs-badge]: https://img.shields.io/badge/documentation-3572A5
321+
[docs]: https://packit.dev/specfile/api/specfile
322+
[badge-license]: https://img.shields.io/github/license/packit/specfile.svg
323+
[license]: ./LICENSE

0 commit comments

Comments
 (0)