Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# specfile

[![CI][badge-build]][build]
[![Documentation][docs-badge]][docs]
[![License][badge-license]][license]

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.

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

[![Demo of Specfile.update_tag() functionality](https://img.youtube.com/vi/yzMfBPdFXZY/0.jpg)](https://www.youtube.com/watch?v=yzMfBPdFXZY)

[license]: ./LICENSE
[badge-license]: https://img.shields.io/github/license/packit/specfile.svg
[docs-badge]: https://img.shields.io/badge/documentation-3572A5
[docs]: https://packit.dev/specfile/api/specfile
[badge-build]: https://softwarefactory-project.io/zuul/api/tenant/packit-service/badge?project=packit/specfile&pipeline=check
[build]: https://softwarefactory-project.io/zuul/t/packit-service/buildsets?project=packit%2Fspecfile&pipeline=check&skip=0
Loading